KR20020096661A - computer system and booting control method thereof - Google Patents

computer system and booting control method thereof Download PDF

Info

Publication number
KR20020096661A
KR20020096661A KR1020010035464A KR20010035464A KR20020096661A KR 20020096661 A KR20020096661 A KR 20020096661A KR 1020010035464 A KR1020010035464 A KR 1020010035464A KR 20010035464 A KR20010035464 A KR 20010035464A KR 20020096661 A KR20020096661 A KR 20020096661A
Authority
KR
South Korea
Prior art keywords
command
boot
booting
computer system
boot command
Prior art date
Application number
KR1020010035464A
Other languages
Korean (ko)
Inventor
이석호
Original Assignee
삼성전자 주식회사
Priority date (The priority date is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the date listed.)
Filing date
Publication date
Application filed by 삼성전자 주식회사 filed Critical 삼성전자 주식회사
Priority to KR1020010035464A priority Critical patent/KR20020096661A/en
Publication of KR20020096661A publication Critical patent/KR20020096661A/en

Links

Classifications

    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F9/00Arrangements for program control, e.g. control units
    • G06F9/06Arrangements for program control, e.g. control units using stored programs, i.e. using an internal store of processing equipment to receive or retain programs
    • G06F9/44Arrangements for executing specific programs
    • G06F9/4401Bootstrapping

Landscapes

  • Engineering & Computer Science (AREA)
  • Software Systems (AREA)
  • Theoretical Computer Science (AREA)
  • Computer Security & Cryptography (AREA)
  • Physics & Mathematics (AREA)
  • General Engineering & Computer Science (AREA)
  • General Physics & Mathematics (AREA)
  • Stored Programmes (AREA)

Abstract

PURPOSE: A computer system and a method for controlling a booting of the same is provided to check a booting command having an error by storing booting commands being generated in a CPU, thereby displaying a booting error in a system booting process when a booting error is generated. CONSTITUTION: When a power of a computer is turned on, a BIOS ROM(11) performs a POST(Power On Self Test) process, that is, checks positions and statuses of attaching elements in a main body, reads an operating system from a hard disk, and loads the operating system in a memory. After the POST process, a CPU(5) receives a controller and generates a booting command for initializing registers such as a video chip, a memory, etc. A north bridge(7) and a south bridge(9) transmit the booting command to the BIOS ROM(11) through a PCI bus. A display unit(13) displays a booting command. A control unit(micro computer)(1) supplies a power source to the CPU(5) and each hardware device, outputs a control signal for storing the booting command to the BIOS ROM(11), reads the booting command stored in the BIOS ROM(11) when the system is booted, and displays the booting command on the display unit(13). When the booting command is generated, the control unit(1) applies an SMI(System Management Interrupt) signal to the south bridge(9), and makes the booting command be stored in the BIOS ROM(11) successively.

Description

컴퓨터시스템 및 컴퓨터시스템의 부팅제어방법{computer system and booting control method thereof}Computer control system and booting control method

본 발명은 컴퓨터시스템에 관한 것으로서, 보다 상세하게는 중앙처리장치에서 출력되는 부팅명령어를 저장해둠으로써 부팅에러 발생에 따른 시스템재부팅한 경우 저장된 부팅명령어를 화면에 표시할 수 있는 컴퓨터시스템에 관한 것이다.The present invention relates to a computer system, and more particularly, to a computer system capable of displaying a stored boot command on a screen when the system reboots due to a boot error by storing a boot command output from a central processing unit.

컴퓨터시스템이 부팅되면, 바이오스롬에 저장된 바이오스프로그램이 구동되어, 하드디스크등의 하드웨어장치의 부착상태를 확인하는 POST(Power On SelfTest)단계를 진행한 후, 운영체계를 메모리에 적재시킨다. 이때, 중앙처리장치는 비디오칩과 PCI 버스 등을 초기화하고 각 디바이스의 상태를 체크한다.When the computer system is booted, the BIOS program stored in the BIOS is driven to perform a power on self test (POST) step of checking the attachment state of a hardware device such as a hard disk, and then loads the operating system into a memory. At this time, the CPU initializes the video chip and the PCI bus and checks the state of each device.

한편, 컴퓨터시스템 개발자는 메인보드가 시스템에서 제대로 동작하는지 여부를 테스트하기 위해 부팅이 진행되는 동안 중앙처리장치에서 하드웨어를 제어하기 위해 발생시키는 부팅명령어를 체크하여 에러가 발생되는지를 확인한다. 이때, 도스상태에서는 부팅명령어가 모니터화면에 표시되므로 에러가 발생한 부팅명령어의 확인이 용이해지만, 윈도우 운영체계에서는 중앙처리장치에서 발생되는 부팅명령어가 화면에 표시되지 않는다. 따라서, 윈도우 운영체계에 의해 시스템이 동작되고 있는 상태에서는 시스템에 에러가 발생한 당시의 부팅명령어 및 그에 대한 레지스터를 확인할 수 없다.On the other hand, the computer system developer checks the boot command generated by the CPU to control the hardware while the boot is in progress to test whether the main board is operating properly in the system. At this time, since the boot command is displayed on the monitor screen in the DOS state, it is easy to identify a boot command that has an error. However, in the Windows operating system, the boot command generated by the central processing unit is not displayed on the screen. Therefore, when the system is operated by the Windows operating system, the boot command and the register thereof at the time an error occurs in the system cannot be checked.

그래서, 시스템을 테스트하기 위한 부팅명령어 표시방법으로 중앙처리장치와 노스브리지간의 통신수단인 PCI버스에 연결된 신호선 또는 컴퓨터본체의 외부포트에 별도의 명령어추적프로그램이 저장된 외부장치를 연결하여 외부디스플레이장치의 화면에 표시하게 하는 방법이 채용되었었다.Thus, as a method of displaying a boot command for testing a system, an external display device is connected to a signal line connected to a PCI bus, which is a means of communication between a central processing unit and a north bridge, or an external device having a separate command tracking program stored in an external port of a computer body. A method of displaying on the screen has been adopted.

그런데, 종래의 부팅명령어 표시방법은 부팅명령어의 전송라인을 따로 연결하고, 별도의 명령어추적프로그램을 사용해야 하므로 테스트과정이 복잡하고, 테스트시간이 많이 소요되는 문제점이 있다.However, the conventional boot command display method has a problem in that the test process is complicated and requires a lot of test time since the boot command transmission line is separately connected and a separate command tracking program must be used.

따라서, 본 발명의 목적은, 중앙처리장치에서 발생되는 부팅명령어를 저장해둠으로써, 부팅에러가 발생한 경우 시스템 재부팅시 디스플레이부에 표시하게 하여에러가 발생한 부팅명령어를 확인할 수 있는 컴퓨터시스템 및 컴퓨터시스템의 부팅제어방법을 제공하는 것이다.Accordingly, an object of the present invention is to store a boot command generated by a central processing unit, and if a boot error occurs, the computer system and computer system capable of checking a boot command generated by an error by displaying it on a display unit when the system reboots. It provides a boot control method.

도 1은 본 발명에 따른 컴퓨터시스템의 제어블록도,1 is a control block diagram of a computer system according to the present invention;

도 2는 본 발명에 따른 컴퓨터시스템의 부팅제어순서도이다.2 is a flowchart of a boot control of a computer system according to the present invention.

* 도면의 주요 부분에 대한 부호의 설명* Explanation of symbols for the main parts of the drawings

1 : 제어부(마이컴) 3 : 부팅명령어 저장 선택부1: control unit (microcom) 3: boot command storage selection unit

5 : CPU(중앙처리장치) 7 : 노스브리지5: CPU (Central Processing Unit) 7: North Bridge

9 : 사우스브리지 11 : 바이오스롬9: South Bridge 11: Biosrom

13 : 디스플레이부13 display unit

상기 목적은, 본 발명에 따라, 부팅명령어를 발생시키는 중앙처리장치와 디스플레이부를 갖는 컴퓨터시스템에 있어서, 상기 부팅명령어를 저장하는 명령어저장부와, 상기 부팅명령어를 발생순서에 따라 순차적으로 상기 명령어저장부에 저장하게 하고, 부팅에러 발생에 따른 시스템 재부팅시 상기 명령어저장부로부터 상기 부팅명령어를 읽어들여 상기 디스플레이부에 표시하도록 제어하는 제어부를 포함하는 것에 의해 달성된다.According to the present invention, a computer system having a central processing unit and a display unit for generating a boot command, the command storage unit for storing the boot command, and storing the boot command sequentially in the order of generation And a control unit for controlling to display the boot command from the command storage unit when the system reboots due to a boot error.

여기서, 상기 저장부는 쓰기 및 읽기 가능한 바이오스롬에 마련하여 시스템 재부팅시 DOS상태에서 에러가 발생한 부팅명령어를 읽어들일 수 있으며, 부팅명령어의 저장 및 삭제를 반복해서 할 수 있다.Here, the storage unit may be provided in a write and read biosrom to read a boot command having an error in the DOS state when the system is rebooted, and may repeatedly store and delete the boot command.

상기 부팅명령어의 저장여부를 선택하기 위한 명령어저장선택부를 더 포함하여 시스템 부팅시 부팅명령어를 저장하지 않게 하는 경우, 신속하게 시스템을 부팅시킬 수 있게 된다.Further comprising a command storage selection unit for selecting whether or not to store the boot command when the system does not store the boot command when booting, it is possible to quickly boot the system.

상기 명령어저장부와 연결되어 상기 부팅명령어를 전달하는 사우스브리지와 노스브리지를 더 포함하며, 상기 제어부는 상기 사우스브리지에 SMI(System Management Interrupt)신호를 인가하여 상기 명령어저장부에 상기 부팅명령어를 저장하게 하는 것이 바람직하다.And a south bridge and a north bridge connected to the command storage unit to transfer the boot command, wherein the controller applies a system management interrupt (SMI) signal to the south bridge to store the boot command in the command storage unit. It is desirable to make it.

한편, 본 발명의 다른 분야에 따르면, 상기 목적은, 시스템부팅시 중앙처리장치에서 발생되는 부팅명령어를 인식하는 단계와, 상기 부팅명령어를 저장하는 단계와, 부팅에러 발생시 시스템을 재부팅할 경우, 상기 저장된 부팅명령어를 읽어들여 표시하는 단계를 포함하는 컴퓨터시스템의 부팅제어방법에 의해서도 달성된다.On the other hand, according to another field of the present invention, the object, the step of recognizing a boot command generated in the central processing unit during system boot, the step of storing the boot command, when rebooting the system when a boot error occurs, It is also achieved by a boot control method of a computer system that includes reading and displaying a stored boot command.

상기 부팅명령어 저장단계는 EEPROM으로 마련된 바이오스롬에 저장하여 시스템 재부팅시 에러가 발생한 부팅명령어를 읽어들여 DOS상태로 표시할 수 있으며, 바이오스롬이 EEPROM으로 마련되어 부팅명령어의 저장 및 삭제를 반복해서 할 수 있다.The booting command storage step may be stored in a biosrom prepared as an EEPROM to read a booting command in which an error occurs when the system is rebooted, and may be displayed as a DOS state. have.

상기 부팅명령어의 저장여부를 선택하게 하는 단계를 더 포함하여 부팅명령어저장여부를 선택할 수 있다.The method may further include selecting whether to store the boot command.

이하에서는 첨부도면을 참조하여 본 발명에 대해 상세히 설명한다.Hereinafter, the present invention will be described in detail with reference to the accompanying drawings.

도 1은 본 발명에 따른 컴퓨터시스템의 제어블록도이다. 도면에 도시된 바와 같이, 본 발명에 따른 컴퓨터시스템은 컴퓨터의 전원이 온되었을 때, 본체내의 부착물이 제위치에 있으며 작동가능한 상태인지를 확인한 뒤, 운영체계(Operating System)를 하드디스크로부터 읽어들여 메모리에 적재시키는 POST(Power On Self Test)과정을 실행하는 프로그램이 저장된 바이오스롬(11)과, POST과정이 완료되면 제어기를 넘겨받아 비디오칩과 메모리 등의 레지스터를 초기화하도록 부팅명령어를 발생하는 중앙처리장치(5)와, 중앙처리장치(5)의 부팅명령어를 PCI버스를 통해 바이오스롬(11)에 전달하는 노스브리지(7) 및 사우스브리지(9)와, 부팅명령어가 표시되는 디스플레이부(13)와, 중앙처리장치(5) 및 각 하드웨어장치에 전원을 공급하고 중앙처리장치(5)의 부팅명령어를 바이오스롬(11)에 저장하도록 제어신호를 출력하고, 시스템 재부팅시 바이오스롬(11)에 저장된 부팅명령어를 읽어들여 디스플레이부(13)에 표시하게 하는 제어부(이하 마이컴이라 칭함)(1)로 구성된다.1 is a control block diagram of a computer system according to the present invention. As shown in the figure, the computer system according to the present invention reads the operating system from the hard disk after confirming that the attachment in the main body is in place and operable when the computer is powered on. BIOS (11) that stores a program that executes a POST (Power On Self Test) process to be loaded into memory, and a centrally generated boot command to initialize a register such as a video chip and a memory by passing a controller when the POST process is completed. A processing unit 5, a northbridge 7 and a southbridge 9 for transmitting the boot command of the central processing unit 5 to the BIOSROM 11 via a PCI bus, and a display unit for displaying the boot command ( 13) and outputs a control signal to supply power to the central processing unit 5 and each hardware device, and to store the boot command of the central processing unit 5 in the BIOS ROM 11, and the system. (Hereinafter referred to as microcomputer) for controlling to read the boot instructions stored in the boot BIOS ROM 11 is displayed on the display unit 13 is composed of (1).

본 발명에 따라 마이컴(1)은 중앙처리장치로부터 부팅명령어가 출력되는지 여부를 GPIO(Input Output)핀을 통해 감지하여 부팅명령어가 발생될 때, 사우스브리지(9)에 SMI(System Management Interrupt)신호를 인가하여 바이오스롬(11)에 부팅명령어를 순차적으로 저장하도록 한다. 그리고, 마이컴(1)은 바이오스롬(11)의 저장공간이 다 채워지면, 이전의 부팅과정에 저장된 부팅명령어를 삭제하게 하여, 바이오스롬(11)의 저장데이터를 관리한다.According to the present invention, the microcomputer 1 detects whether a boot command is output from the central processing unit through a GPIO pin, and when a boot command is generated, a SMI (System Management Interrupt) signal is sent to the south bridge 9. By applying this to sequentially store the boot command in the BIOS (11). And, when the storage space of the biosrom 11 is full, the microcomputer 1 deletes the boot command stored in the previous booting process, and manages the storage data of the biosrom 11.

여기서, 바이오스롬(11)은 전기적으로 데이터를 지우고 새로 쓸 수 있는 EEPROM으로 마련된다. 따라서, 바이오스롬(11)에서는 사우스브리지(9)로부터 전달된 부팅명령어를 저장하였다가 새로운 부팅명령어가 발생될 때마다 중앙처리장치(5)에서 출력되는 부팅명령어의 내용과, 부팅명령어에 관한 레지스터가 순차적으로 저장된다. 바이오스롬(11)에는 부팅명령어가 저장되므로 종래의 바이오스롬보다 저장공간이 약 1M정도 큰 메모리를 사용하는 것이 바람직하다.Here, the biosrom 11 is provided as an EEPROM which can electrically erase data and write new data. Therefore, in the BIOSROM 11, the boot command transmitted from the south bridge 9 is stored, and each time a new boot command is generated, the contents of the boot command output from the central processing unit 5 and the registers related to the boot command are stored. Are stored sequentially. Since the boot command is stored in the biosrom 11, it is preferable to use a memory having a storage space of about 1M larger than that of the conventional biosrom.

본 발명에 의한 컴퓨터시스템은 부팅명령어 저장여부를 선택하기 위한 부팅명령어 저장선택부(3)를 더 포함한다. 부팅명령어 저장선택부(3)는 컴퓨터 부팅시 키보드의 'DEL'키를 선택했을 때, 메인보드의 하드웨어구성을 제어하기 위한 바이오스셋업프로그램내에 마련된다. 바이오스셋업프로그램의 하드웨어설정화면에서 부팅명령어 저장선택부(3)를 인에이블(Enable)시켜서 선택할 수 있다.The computer system according to the present invention further includes a boot command storage selecting unit 3 for selecting whether to store a boot command. The boot command storage selection unit 3 is provided in the BIOS setup program for controlling the hardware configuration of the motherboard when the 'DEL' key of the keyboard is selected when the computer is booted. In the hardware setup screen of the BIOS setup program, the boot command storage selection unit 3 may be enabled.

도 2는 본 발명에 따른 컴퓨터시스템의 부팅제어순서도이다. 도면에 도시된바와 같이, 마이컴(1)은 중앙처리장치(5)에서 부팅명령어의 발생신호를 인식한다(S1). 부팅명령어가 발생될 때마다, 노스브리지(7) 및 사우스브리지(9)를 통해 전달된 부팅명령어를 바이오스롬(11)에 저장한다. 부팅과정 중 에러가 발생되면, 시스템을 재부팅시킨다. 시스템이 재부팅되면, 마이컴(1)은 바이오스롬(11)에 저장된 부팅명령어를 읽어들여 디스플레이부(13)의 화면에 표시한다.2 is a flowchart of a boot control of a computer system according to the present invention. As shown in the figure, the microcomputer 1 recognizes the generation signal of the boot command in the central processing unit 5 (S1). Each time a boot command is generated, the boot command transmitted through the north bridge 7 and the south bridge 9 is stored in the biosrom 11. If an error occurs during boot, reboot the system. When the system is rebooted, the microcomputer 1 reads a boot command stored in the bios 11 and displays it on the screen of the display unit 13.

여기서, 전술한 실시예에서는 바이오스롬(11)에 부팅명령어를 저장하는 것으로 서술하였으나, 마이컴(1)에 쓰기 및 읽기가능한 메모리를 연결하여 부팅명령어를 저장할 수도 있다.Here, in the above-described embodiment, the boot command is described as being stored in the BIOS ROM 11, but the boot command may be stored by connecting a writeable and readable memory to the microcomputer 1.

이러한 구성에 의하여, 컴퓨터시스템의 부팅시 에러가 발생할 경우 시스템을 재부팅하면, 이전의 부팅과정에서 발생한 부팅명령어가 DOS상태에서 표시되므로 에러가 발생한 부팅명령어를 용이하게 알아낼 수 있다. 이에 따라, 컴퓨터시스템개발자는 시스템 테스트시, 별도의 부팅명령어추적장치를 구비할 필요 없이 간단하게 오동작하는 부분을 알 수 있다.By such a configuration, if an error occurs during booting of the computer system, when the system is rebooted, the boot command generated during the previous booting process is displayed in the DOS state so that the boot command in which the error occurs can be easily found. Accordingly, the computer system developer can easily recognize a malfunctioning part without having to provide a separate boot command tracking device when testing the system.

이상 설명한 바와 같이, 본 발명에 따르면, 중앙처리장치에서 발생되는 부팅명령어를 저장해둠으로써, 부팅에러가 발생한 경우 시스템 재부팅시 디스플레이부에 표시하게 하여 에러가 발생한 부팅명령어를 확인할 수 있는 컴퓨터시스템 및 컴퓨터시스템의 부팅제어방법이 제공된다.As described above, according to the present invention, by storing the boot command generated in the central processing unit, if a boot error occurs, the computer system and computer that can be displayed on the display when the system reboots to determine the boot command in error A boot control method of the system is provided.

Claims (8)

부팅명령어를 발생시키는 중앙처리장치와 디스플레이부를 갖는 컴퓨터시스템에 있어서,In a computer system having a central processing unit and a display unit for generating a boot command, 상기 부팅명령어를 저장하는 명령어저장부와,A command storage unit for storing the boot command, 상기 부팅명령어를 발생순서에 따라 순차적으로 상기 명령어저장부에 저장하게 하고, 부팅에러 발생에 따른 시스템 재부팅시 상기 명령어저장부로부터 상기 부팅명령어를 읽어들여 상기 디스플레이부에 표시하도록 제어하는 제어부를 포함하는 것을 특징으로 하는 컴퓨터시스템.And a controller configured to sequentially store the boot command in the command storage unit according to the generation order, and to read the boot command from the command storage unit and display the boot command on the display unit when the system reboots due to a boot error. Computer system, characterized in that. 제1항에 있어서,The method of claim 1, 상기 명령어저장부는 쓰기 및 읽기 가능한 바이오스롬인 것을 특징으로 하는 컴퓨터시스템.And the command storage unit is a write and read biosrom. 제1항에 있어서,The method of claim 1, 상기 명령어저장부와 연결되어 상기 부팅명령어를 전달하는 사우스브리지와 노스브리지를 포함하며, 상기 제어부는 상기 사우스브리지에 SMI(System Management Interrupt)신호를 인가하여 상기 명령어저장부에 상기 부팅명령어를 저장하게 하는 것을 특징으로 하는 컴퓨터시스템.And a south bridge and a north bridge connected to the command storage unit to transfer the boot command, wherein the controller applies a system management interrupt (SMI) signal to the south bridge to store the boot command in the command storage unit. Computer system, characterized in that. 제1항에 있어서,The method of claim 1, 상기 부팅명령어의 저장여부를 선택하기 위한 명령어저장선택부를 더 포함하는 것을 특징으로 하는 컴퓨터시스템.And a command storage selection unit for selecting whether to store the boot command. 제1항에 있어서,The method of claim 1, 상기 명령어저장선택부는 바이오스셋업프로그램내에 마련되는 것을 특징으로 하는 컴퓨터시스템.And the command storage selecting unit is provided in a bios setup program. 중앙처리장치를 갖는 컴퓨터시스템의 부팅제어방법에 있어서,In the boot control method of a computer system having a central processing unit, 상기 중앙처리장치에서 발생되는 부팅명령어를 인식하는 단계와,Recognizing a boot command generated by the CPU; 상기 부팅명령어를 저장하는 단계와,Storing the boot command; 부팅에러 발생시 시스템을 재부팅할 경우, 상기 바이오스롬으로부터 부팅명령어를 읽어들여 표시하는 단계를 더 포함하는 것을 특징으로 하는 컴퓨터시스템의 부팅제어방법.The method of controlling a boot of a computer system according to claim 1, further comprising reading and displaying a boot command from the BIOS when rebooting the system when a boot error occurs. 제6항에 있어서,The method of claim 6, 상기 부팅명령어 저장단계는 EEPROM으로 마련된 바이오스롬에 저장하는 것을 특징으로 하는 컴퓨터시스템의 부팅제어방법.The booting command storing step is a boot control method of a computer system, characterized in that for storing in the biosrom provided by EEPROM. 제6항에 있어서,The method of claim 6, 상기 부팅명령어의 저장여부를 선택하게 하는 단계를 더 포함하는 것을 특징으로 하는 컴퓨터시스템의 부팅제어방법.And controlling whether or not to store the boot command.
KR1020010035464A 2001-06-21 2001-06-21 computer system and booting control method thereof KR20020096661A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
KR1020010035464A KR20020096661A (en) 2001-06-21 2001-06-21 computer system and booting control method thereof

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
KR1020010035464A KR20020096661A (en) 2001-06-21 2001-06-21 computer system and booting control method thereof

Publications (1)

Publication Number Publication Date
KR20020096661A true KR20020096661A (en) 2002-12-31

Family

ID=27710393

Family Applications (1)

Application Number Title Priority Date Filing Date
KR1020010035464A KR20020096661A (en) 2001-06-21 2001-06-21 computer system and booting control method thereof

Country Status (1)

Country Link
KR (1) KR20020096661A (en)

Cited By (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN1324464C (en) * 2004-08-04 2007-07-04 英业达股份有限公司 Method for real-time presentation of solution for error condition of computer device
CN113641524A (en) * 2021-08-09 2021-11-12 国家计算机网络与信息安全管理中心 Reset method, device and equipment for single board starting overtime and readable storage medium

Cited By (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN1324464C (en) * 2004-08-04 2007-07-04 英业达股份有限公司 Method for real-time presentation of solution for error condition of computer device
CN113641524A (en) * 2021-08-09 2021-11-12 国家计算机网络与信息安全管理中心 Reset method, device and equipment for single board starting overtime and readable storage medium
CN113641524B (en) * 2021-08-09 2024-02-02 国家计算机网络与信息安全管理中心 Reset method, device and equipment for single board starting overtime and readable storage medium

Similar Documents

Publication Publication Date Title
US5850562A (en) Personal computer apparatus and method for monitoring memory locations states for facilitating debugging of post and BIOS code
US8566644B1 (en) System and method for debugging a target computer using SMBus
US7073013B2 (en) Mass storage device with boot code
US6721881B1 (en) System and method for determining if a display device configuration has changed by comparing a current indicator with a previously saved indicator
US20080288766A1 (en) Information processing apparatus and method for abortting legacy emulation process
US20060236087A1 (en) Apparatus and method for testing computer system
US6006344A (en) Keyboard controlled diagnostic system
US20090300588A1 (en) Method and apparatus for acquiring definitions of debug code of basic input/output system
JP3629517B2 (en) A boot device switching method for an information processing apparatus.
US20060212550A1 (en) Information processing apparatus and activation method
CN109936716B (en) Display driving realization method and system
CN109426527B (en) Computer system and method for sharing Bluetooth data between UEFI firmware and operating system
KR20140083530A (en) System on chip including boot shell debugging hardware and driving method thereof
US20050066073A1 (en) Peripheral device having a programmable identification configuration register
US20100146159A1 (en) Memory Flash Apparatus and Method For Providing Device Upgrades Over A Standard Interface
KR100621095B1 (en) Booting-system and booting-method for initializing peripherals
US6807629B1 (en) Apparatus and method for accessing POST 80h codes via a computer port
US20220270538A1 (en) Display mode setting determinations
CN110955566B (en) Error detecting method
WO2022199622A1 (en) Method for running startup program of electronic device, and electronic device
CN116627472A (en) Firmware program upgrading method and server of high-speed peripheral component equipment
KR20020096661A (en) computer system and booting control method thereof
CN105068835B (en) Mobile terminal and debugging information display method thereof
CN110321171B (en) Startup detection device, system and method
US20070239976A1 (en) Message displaying system and method

Legal Events

Date Code Title Description
WITN Withdrawal due to no request for examination