KR20030008516A - computer and control method thereof - Google Patents

computer and control method thereof Download PDF

Info

Publication number
KR20030008516A
KR20030008516A KR1020010043196A KR20010043196A KR20030008516A KR 20030008516 A KR20030008516 A KR 20030008516A KR 1020010043196 A KR1020010043196 A KR 1020010043196A KR 20010043196 A KR20010043196 A KR 20010043196A KR 20030008516 A KR20030008516 A KR 20030008516A
Authority
KR
South Korea
Prior art keywords
hard disk
speed
booting
drive motor
disk drive
Prior art date
Application number
KR1020010043196A
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 KR1020010043196A priority Critical patent/KR20030008516A/en
Publication of KR20030008516A publication Critical patent/KR20030008516A/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
    • G06F9/4406Loading of operating system

Abstract

PURPOSE: A computer and a method for controlling the same are provided to reduce a booting time by booting the computer when reaching to a speed which is less than the normal operation speed of a hard disk driving motor. CONSTITUTION: If a computer power switch is turned-on(S1), a power source is supplied to a hard disk and a ROM BIOS, a hard disk driving motor is operated, and a BIOS program executes a POST(Power On Self Test)(S3). A hard disk controller checks whether a rotation speed of a disk planer is reached to a booting speed(S7). If the rotation speed of the disk planer is reached to a booting speed, a booting display flag is set as '1' and stored and the BIOS program which sensed the booting display flag starts a booting process(S9). A hard disk controller checks data read from the disk planer by the BIOS program and checks whether a basic driving file of an operating system is loaded, and checks whether a booting is terminated(S11). If the basic driving file is loaded in a main memory, the booting display flag is set as '0' and an unreadable state and a rotation speed of the hard disk driving motor is increased(S13). The hard disk controller checks whether a rotation speed of the hard disk driving motor is reached to the normal operation speed(S15). If the rotation speed of the hard disk driving motor is reached to the normal operation speed, the hard disk may be read as the normal operation speed(S17).

Description

컴퓨터 및 그 제어방법{computer and control method thereof}Computer and control method

본 발명은 컴퓨터에 관한 것으로서, 보다 상세하게는 컴퓨터 부팅시간을 단축시킬 수 있는 컴퓨터 및 그 제어방법에 관한 것이다.The present invention relates to a computer, and more particularly, to a computer and a control method thereof that can shorten the computer boot time.

일반적으로 컴퓨터사용자들은 전원을 켜는 즉시 컴퓨터를 사용하고자 한다. 이때, 컴퓨터의 전원을 켠 순간부터 사용자들이 직접 사용할 수 있는 순간까지의 시간은 바이오스프로그램에 의한 POST(Power On Self Test)수행시간과, 하드디스크로부터 운영체제를 읽어들여 메모리에 적재시키는 시간에 의해 결정된다.In general, computer users want to use the computer as soon as it is turned on. In this case, the time from the moment the computer is turned on to the moment when the user can use it directly is determined by the time of POST (Power On Self Test) by the BIOS program and the time when the operating system is loaded from the hard disk and loaded into the memory. do.

여기서, 하드디스크로부터 운영체제를 읽어들이기 위해서는 디스크의 회전속도가 최고속도에 도달하여 안정한 상태가 되어야 하는데, 컴퓨터소자의 발달에 의해 컴퓨터의 중앙처리장치의 연산속도가 크게 증가함에 따라 하드디스크의 최고속도도 크게 증가하여 컴퓨터 부팅시 하드디스크가 안정된 정상동작상태로 되기까지 일정 시간이 걸리게 된다.Here, in order to read the operating system from the hard disk, the rotational speed of the disk must reach a stable state and become stable. As the computational speed of the central processing unit of the computer increases greatly due to the development of computer elements, the maximum speed of the hard disk is achieved. In addition, it takes a certain time for the hard disk to be in a stable normal operation state when the computer boots.

도 3을 참조하여 컴퓨터의 부팅순서를 서술하면 다음과 같다. 컴퓨터 부팅은 컴퓨터의 전원스위치가 온되면(P1), 먼저 POST과정이 수행되고(P2) 하드디스크의 구동모터의 회전속도가 정상동작속도가 도달했는지 체크하여(P3) 하드디스크가 정상동작속도에 도달할 때까지 대기한 후(P4) 하드디스크에 저장된 운영체제를 주기억장치에 적재시키는(P5) 단계로 진행된다.Referring to Figure 3 describes the boot sequence of the computer as follows. When booting the computer, when the power switch of the computer is turned on (P1), the POST process is first performed (P2) and the drive speed of the hard disk is checked to see if the normal operating speed has been reached (P3). After waiting until it reaches (P4), the operating system stored in the hard disk is loaded into the main memory (P5).

그런데, 종래의 컴퓨터는 전원스위치가 온된 후, 바이오스프로그램에 의한 POST과정이 끝난 후 하드디스크가 정상동작속도에 도달하기까지 일정 시간이 필요하기 때문에 부팅시간이 지연되므로 컴퓨터를 즉시 사용하고자 하는 사용자의 욕구에 배치되게 된다.However, since the conventional computer requires a certain time until the hard disk reaches the normal operation speed after the BIOS process is finished, after the power switch is turned on, the booting time is delayed. You will be placed in need.

따라서, 본 발명의 목적은, 하드디스크구동모터의 정상동작속도보다 낮은 소정 속도에 도달하였을 때 부팅을 수행함으로써 부팅시간을 단축시킬 수 있는 컴퓨터 및 그 제어방법을 제공하는 것이다.Accordingly, an object of the present invention is to provide a computer and a control method thereof which can shorten a boot time by performing a boot when a predetermined speed lower than the normal operating speed of a hard disk drive motor is reached.

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

도 2는 본 발명에 따른 컴퓨터의 제어순서도,2 is a control flowchart of a computer according to the present invention;

도 3은 종래의 컴퓨터의 제어순서도이다.3 is a control flowchart of a conventional computer.

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

1 : 하드디스크장치 3 : 하드디스크구동모터1: Hard Disk Device 3: Hard Disk Drive Motor

4 : 디스크플래너 4a : 부팅표시플래그4: Disk Planner 4a: Boot Display Flag

4b ; 정상속도표시플래그 5 : 롬바이오스4b; Normal speed display flag 5: ROMBIOS

7 : 주기억장치 11 : 하드디스크컨트롤러7: Main memory 11: Hard disk controller

상기 목적은, 본 발명에 따라, 하드디스크장치를 갖는 컴퓨터에 있어서, 상기 하드디스크장치는 적어도 2단계의 속도로 회전하는 하드디스크구동모터를 가지며, 상기 하드디스크구동모터가 정상속도보다 낮은 소정의 부팅속도에 도달했을 때 부팅을 개시하고 부팅이 종료되면 상기 하드디스크구동모터가 정상동작속도로 구동되도록 제어하는 제어부를 포함하는 것에 의해 달성된다.The object is that, according to the present invention, in a computer having a hard disk device, the hard disk device has a hard disk drive motor that rotates at a speed of at least two stages, and the hard disk drive motor is less than a normal speed. It is achieved by including a control unit which starts the booting when the booting speed is reached and controls the hard disk drive motor to be driven at the normal operating speed when the booting is finished.

상기 제어부는 상기 하드디스크구동모터를 구동시키는 하드디스크컨트롤러를 포함함으로써, 상기 하드디스크컨트롤러에 의해 상기 하드디스크구동모터의 속도를 제어할 수 있다.The controller may include a hard disk controller for driving the hard disk drive motor, thereby controlling the speed of the hard disk drive motor by the hard disk controller.

여기서, 상기 하드디스크장치는 상기 하드디스크구동모터가 상기 부팅속도에 도달하였는지 여부를 표시하는 부팅표시플래그를 포함하여, 상기 하드디스크컨트롤러에 의해 상기 부팅표시플래그를 레지스트리에 설정하여 상기 디스크의 읽기가능상태를 표시하게 할 수 있다.Here, the hard disk device includes a boot display flag indicating whether the hard disk drive motor has reached the booting speed, and by setting the boot display flag in the registry by the hard disk controller can read the disk You can display the status.

그리고. 상기 하드디스크장치는 상기 하드디스크구동모터가 상기 정상동작속도에 도달하였는지 여부를 표시하는 정상속도표시플래그를 포함하며, 상기 하드디스크컨트롤러에 의해 상기 정상속도표시플래그를 레지스트리에 설정하여 상기 디스크의 읽기가능상태를 표시하게 할 수 있다.And. The hard disk device includes a normal speed display flag indicating whether or not the hard disk drive motor has reached the normal operating speed, and the hard disk controller sets the normal speed display flag in a registry to read the disk. You can indicate the possible status.

상기 하드디스크컨트롤러는 상기 부팅이 종료되었을 때 상기 부팅표시플래그를 삭제하여 상기 하드디스크를 읽기가능하지 않은 상태로 설정할 수 있다.The hard disk controller may set the hard disk to a non-readable state by deleting the boot display flag when the booting is finished.

한편, 본 발명의 다른 분야에 따르면, 상기 목적은, 하드디스크장치를 갖는 컴퓨터의 제어방법에 있어서, 전원스위치를 온시키는 단계와, 바이오스에 의한 포스트를 수행 및 하드디스크구동모터를 구동시키는 단계와, 상기 하드디스크구동모터의 속도가 부팅속도인지 감지하는 단계와, 상기 부팅속도일 때 부팅시키는 단계와, 상기 부팅이 종료여부를 감지하여 부팅이 종료되었을 때 상기 하드디스크구동모터를 정상동작속도로 증가시키는 단계를 포함하는 것에 의해 달성된다.On the other hand, according to another field of the present invention, the object of the control method of a computer having a hard disk device, the step of turning on the power switch, performing a post by the BIOS and driving the hard disk drive motor and And detecting whether the speed of the hard disk drive motor is a boot speed, booting at the boot speed, and detecting whether the boot is terminated to bring the hard disk drive motor to a normal operation speed. Is achieved by including an increasing step.

여기서, 상기 하드디스크구동모터를 정상동작속도로 증가시키는 단계 이전에 상기 하드디스크의 읽기를 차단하는 단계를 더 포함하여 상기 하드디스크구동모터의 속도를 정상동작속도로 신속하게 증가시킬 수 있다.Here, the step of blocking the reading of the hard disk before the step of increasing the hard disk drive motor to the normal operating speed can quickly increase the speed of the hard disk drive motor to the normal operating speed.

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

도 1은 본 발명에 따른 컴퓨터의 부팅제어블록도이다. 도면에 도시된 바와 같이, 컴퓨터의 운영체제 및 데이터가 저장되는 하드디스크장치(1)와, 주기억장치(7)와, 컴퓨터에 전원이 공급되었을 때 각 하드웨어장치의 연결상태를 체크하는 POST(Power On Self Test)를 실행하고 하드디스크장치(1)내에 마련된 디스크의 회전속도가 소정 속도에 도달하였을 때 상기 하드디스크로부터 운영체제를 읽어들여 메모리에 적재시키는 바이오스프로그램이 저장되는 롬바이오스(5)로 구성된다.1 is a block diagram of a boot control of a computer according to the present invention. As shown in the figure, a hard disk device (1), a main memory device (7), in which an operating system and data of a computer are stored, and a POST (Power On) for checking a connection state of each hardware device when a power is supplied to the computer. It consists of a ROM BIOS (5) which stores a BIOS program that reads an operating system from the hard disk and loads the operating system from the hard disk when the rotation speed of the disk provided in the hard disk device 1 reaches a predetermined speed. .

여기서, 하드디스크장치(1)의 내부구조를 서술하면, 하드디스크장치(1)는 데이터가 저장되는 복수의 디스크플래너(4)를 가지며, 디스크플래너(4)를 회전시키는 회전축인 스핀들과 스핀들을 동작시키는 하드디스크구동모터(3)와, 디스크플래너(4)의 데이터를 읽기/쓰기 하는 도시 않은 헤드와, 회전되는 디스크플래너(4)로부터 동일한 데이터를 읽어들여 디스크플래너의 회전속도(rpm)를 체크하고 주변 하드웨어장치들의 데이터요청신호에 따라 헤더를 제어하는 하드디스크컨트롤러(11)로 구성된다. 하드디스크구동모터(3)는 정상동작속도와, 정상동작속보보다 낮은 부팅속도 2단계의 속도로 동작한다.Here, the internal structure of the hard disk device 1 will be described. The hard disk device 1 has a plurality of disk planners 4 in which data is stored, and a spindle and a spindle which are rotation axes for rotating the disk planner 4. The rotation speed (rpm) of the disk planner is read by reading the same data from the operating hard disk drive motor 3, the head (not shown) for reading / writing the data of the disk planner 4, and the rotating disk planner 4. The hard disk controller 11 checks and controls a header according to data request signals of peripheral hardware devices. The hard disk drive motor 3 operates at a normal operating speed and a boot speed of two stages lower than a normal operating speed.

여기서, 하드디스크컨트롤러(4)는 디스크플래너(4)의 회전속도가 부팅속도에 도달하였을 때 디스크플래너의 일정영역에 읽기가능한 상태임을 표시하는 부팅표시플래그(4a)를 디지털값인 '1'로 설정하여 레지스터에 저장한다. 이때, 롬바이오스(5)에 저장된 바이오스프로그램은 하드디스크(1)의 부팅플래그(4a)를 주기적으로 체크하여 읽기가능한 상태인지 확인한다.Here, the hard disk controller 4 sets the boot display flag 4a, which indicates that the disk planner 4 is in a readable state when the rotation speed of the disk planner 4 reaches the boot speed, to a digital value of '1'. Set it and save it in a register. At this time, the BIOS program stored in the ROM bios 5 periodically checks the boot flag 4a of the hard disk 1 to determine whether it is in a readable state.

한편, 하드디스크(1)에는 부팅시 운영체제의 기본구동파일만이 메모리(7)에 적재되도록 내부적으로 설정되어 있다. 여기서, 운영체제의 기본구동파일은 운영체제에 따라 상이하므로 운영체제별로 테스트과정을 통해 설정되게 된다.On the other hand, the hard disk 1 is set internally so that only the basic drive file of the operating system is loaded into the memory 7 at boot time. Here, since the default drive file of the operating system is different depending on the operating system is set through a test process for each operating system.

따라서, 하드디스크컨트롤러(11)는 운영체제의 기본구동파일이 적재되었는지 판단하여 운영체제의 기본구동파일이 적재되면 하드디스크(1)를 읽기를 차단하고 하드디스크구동모터의 속도를 정상동작속도에 도달할 때까지 증가시킨다. 하드디스크구동모터의 회전속도가 정상동작속도에 도달하면 정상속도표시플래그(4b)를 디지털값 '1'로 설정한다.Accordingly, the hard disk controller 11 determines whether the basic drive file of the operating system is loaded, and when the basic drive file of the operating system is loaded, blocks the reading of the hard disk 1 and reaches the normal operating speed of the hard disk drive motor. Until increase. When the rotation speed of the hard disk drive motor reaches the normal operation speed, the normal speed display flag 4b is set to the digital value '1'.

여기서, 운영체제의 기본구동파일은 운영체제의 가장 중요한 핵심으로서, 운영체계의 다른 모든 부분에 여러 가지 기본적인 서비스를 제공하는 커널(kernel) 및 다른 하드웨어장치를 구동시키는 드라이버(driver)파일이다.Here, the basic operating file of the operating system is the most important core of the operating system, and is a driver file that drives a kernel and other hardware devices that provide various basic services to all other parts of the operating system.

도 2는 본 발명에 따른 컴퓨터의 부팅제어방법이다. 도 1을 참고하여 서술하면, 컴퓨터전원스위치가 온상태가 되면(S1), 하드디스크장치(1) 및 롬바이오스(5)에 전원이 공급되어 하드디스크장치(1)의 하드디스크구동모터(3)가 구동되고, 바이오스프로그램은 POST를 실행한다(S3). 하드디스크컨트롤러(11)는 디스크플래너의 회전속도가 부팅속도에 도달되었는지 체크하여(S7) 부팅속도인 경우 부팅표시플래그(4a)를 디지털값 '1'로 설정하여 저장하고 부팅표시플래그(4a)를 감지한 바이오스프로그램은 부팅을 개시한다(S9). 즉, 바이오스프로그램은 하드디스크장치(1)로부터 운영체제의 기본파일을 읽어들여 주기억장치(7)에 적재시킨다(S7). 하드디스크컨트롤러(11)는 바이오스프로그램이 디스크플래너(4)로부터 읽어들인 데이터를 체크하여 운영체제의 기본구동파일이 적재되었는지 감지하여 부팅이 종료되었는지 체크한다(S11). 기본구동파일이 주기억장치(7)에 적재되면 하드디스크장치(1)의 부팅표시플래그(4a)를 디지털값 '0' 으로 설정하여 읽기가능하지 않은 상태로 설정하고 하드디스크구동모터의 회전속도를 증가시킨다(S13). 이후에 하드디스크컨트롤러(11)는 하드디스크구동모터의 회전속도가 정상동작속도에 도달되었는지 여부를 체크하여(S15), 정상동작속도인 경우, 하드디스크를 정상동작속도로 읽기가능하게 한다(S17). 이때, 정상동작속도로 구동되는 하드디스크장치에서는 하드디스크컨트롤러에 의해 정상속도표시플래그(4b)가 디지털값 '1'로 설정되어 읽기가능한 상태가 되므로 운영체제의 나머지 데이터가 주기억장치(7)에 적재된다.2 is a boot control method of a computer according to the present invention. Referring to FIG. 1, when the computer power switch is turned on (S1), power is supplied to the hard disk device 1 and the ROM bios 5 so that the hard disk drive motor 3 of the hard disk device 1 is turned on. ) Is driven and the BIOS program executes POST (S3). The hard disk controller 11 checks whether the rotation speed of the disk planner has reached the booting speed (S7). If the booting speed is the booting speed, the hard disk controller 11 sets the booting display flag 4a to a digital value '1' and stores the booting display flag 4a. The detected BIOS program starts booting (S9). That is, the BIOS program reads the basic file of the operating system from the hard disk device 1 and loads it into the main memory 7 (S7). The hard disk controller 11 detects whether the BIOS program loads the basic drive file of the operating system by checking data read from the disk planner 4 (S11). When the basic drive file is loaded into the main memory device 7, the boot display flag 4a of the hard disk device 1 is set to a digital value of '0' so that it is not readable and the rotation speed of the hard disk drive motor is set. Increase (S13). Thereafter, the hard disk controller 11 checks whether or not the rotation speed of the hard disk drive motor reaches the normal operating speed (S15), and when the normal operating speed is reached, makes the hard disk read at the normal operating speed (S17). ). At this time, in the hard disk device driven at the normal operating speed, the normal speed display flag 4b is set to the digital value '1' by the hard disk controller to be in a readable state, so that the remaining data of the operating system is loaded into the main memory device 7. do.

여기서, 도 2의 실시 예서는 하드디스크구동모터를 정상속도로 증가시킬 때, 운영체제의 기본구동파일이 주기억장치에 적재되었는지를하드디스크컨트롤러(11)에서 체크하는 것으로 서술하였으나 이것은 다른 방법으로도 가능하다. 즉, 하드디스크컨트롤러(11)와 운영체제간에 별도의 통신프로토콜을 마련하고, 주기억장치에 적재된 운영체제가 하드디스크구동모터(3)의 회전속도를 증가시키도록 제어명령을 출력하게 하고 운영체제의 제어명령을 수령한 하드디스크컨트롤러(11)는 하드디스크에 저장된 운영체제를 주기억장치(7)에 적재하는 동작을 정지하고, 하드디스크구동모터(11)의 회전속도를 증가시켜 정상동작속도에 도달하게 할 수 있다.Here, the embodiment of FIG. 2 describes that the hard disk controller 11 checks whether the basic drive file of the operating system is loaded in the main memory when the hard disk drive motor is increased at the normal speed. Do. That is, a separate communication protocol is provided between the hard disk controller 11 and the operating system, and the operating system loaded on the main memory device outputs a control command to increase the rotation speed of the hard disk drive motor 3 and the control command of the operating system. Upon receipt of the hard disk controller 11, the operation of loading the operating system stored in the hard disk into the main memory device 7 may be stopped, and the rotation speed of the hard disk drive motor 11 may be increased to reach a normal operating speed. have.

이러한 구성에 의하여, 컴퓨터의 부팅시 하드디스크의 회전속도가 정상동작속도보다 낮은 부팅속도로 구동될 때 부팅을 개시하고 운영체제의 기본구동파일만을 주기억장치에 적재하여 운영체제를 부팅시킴으로써 부팅시간을 단축시킬 수 있다.With this configuration, booting time can be shortened by booting the operating system by loading only the basic drive file of the operating system into main memory when the rotation speed of the hard disk is lowered than the normal operating speed. Can be.

이상 설명한 바와 같이, 본 발명에 따르면, 하드디스크구동모터의 정상동작속도보다 낮은 소정 속도에 도달하였을 때 부팅을 수행함으로써 부팅시간을 단축시킬 수 있는 컴퓨터 및 그 제어방법이 제공된다.As described above, according to the present invention, there is provided a computer and a control method thereof which can shorten the boot time by performing a boot when a predetermined speed lower than the normal operating speed of the hard disk drive motor is provided.

Claims (7)

하드디스크장치를 갖는 컴퓨터에 있어서,In a computer having a hard disk device, 상기 하드디스크장치는 적어도 2단계의 속도로 회전하는 하드디스크구동모터를 가지며,The hard disk device has a hard disk drive motor that rotates at a speed of at least two stages, 상기 하드디스크구동모터가 정상속도보다 낮은 소정의 부팅속도에 도달했을 때 부팅을 개시하고 부팅이 종료되면 상기 하드디스크구동모터가 정상속도로 구동되도록 제어하는 제어부를 포함하는 것을 특징으로 하는 컴퓨터.And a controller which starts booting when the hard disk drive motor reaches a predetermined boot speed lower than the normal speed, and controls the hard disk drive motor to be driven at the normal speed when the boot is completed. 제1항에 있어서,The method of claim 1, 상기 제어부는 상기 하드디스크구동모터를 구동시키는 하드디스크컨트롤러를 포함하는 것을 특징으로 하는 컴퓨터.The control unit includes a hard disk controller for driving the hard disk drive motor. 제1항에 있어서,The method of claim 1, 상기 하드디스크장치는 상기 하드디스크구동모터가 상기 부팅속도에의 도달하였는지 여부를 표시하는 부팅표시플래그를 포함하는 것을 특징으로 하는 컴퓨터.And said hard disk device comprises a boot display flag indicating whether said hard disk drive motor has reached said boot speed. 제1항에 있어서,The method of claim 1, 상기 하드디스크장치는 상기 하드디스크구동모터가 상기 정상속도에의 도달하였는지 여부를 표시하는 정상속도표시플래그를 포함하는 것을 특징으로 하는 컴퓨터.And said hard disk device comprises a normal speed display flag indicating whether said hard disk drive motor has reached said normal speed. 제3항에 있어서,The method of claim 3, 상기 하드디스크컨트롤러는 상기 부팅이 종료되었을 때 상기 부팅표시플래그를 오프시키는 것을 특징으로 하는 컴퓨터.And the hard disk controller turns off the boot display flag when the booting is finished. 하드디스크장치를 갖는 컴퓨터의 제어방법에 있어서,In the control method of a computer having a hard disk device, 전원스위치를 온시키는 단계와,Turning on the power switch, 바이오스에 의한 포스트를 수행하고 하드디스크구동모터를 구동시키는 단계와,Performing a post by the BIOS and driving the hard disk drive motor; 상기 하드디스크구동모터의 속도가 정상속도보다 낮은 부팅속도인지 감지하는 단계와,Detecting whether the speed of the hard disk drive motor is lower than a normal speed; 상기 하드디스크구동모터의 속도가 상기 부팅속도일 때 부팅을 개시하는 단계와,Starting booting when the speed of the hard disk drive motor is the boot speed; 상기 부팅종료 시 상기 하드디스크구동모터를 정상속도로 증가시키는 단계를 포함하는 것을 특징으로 하는 컴퓨터의 제어방법.And increasing the hard disk drive motor at a normal speed when the booting ends. 제6항에 있어서,The method of claim 6, 상기 하드디스크구동모터를 정상속도로 증가시키는 단계 이전에 상기 하드디스크의 읽기를 차단하는 단계를 더 포함하는 것을 특징으로 하는 컴퓨터의 제어방법.And blocking the read of the hard disk before the increasing of the hard disk drive motor to a normal speed.
KR1020010043196A 2001-07-18 2001-07-18 computer and control method thereof KR20030008516A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
KR1020010043196A KR20030008516A (en) 2001-07-18 2001-07-18 computer and control method thereof

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
KR1020010043196A KR20030008516A (en) 2001-07-18 2001-07-18 computer and control method thereof

Publications (1)

Publication Number Publication Date
KR20030008516A true KR20030008516A (en) 2003-01-29

Family

ID=27715561

Family Applications (1)

Application Number Title Priority Date Filing Date
KR1020010043196A KR20030008516A (en) 2001-07-18 2001-07-18 computer and control method thereof

Country Status (1)

Country Link
KR (1) KR20030008516A (en)

Cited By (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN109710319A (en) * 2018-12-06 2019-05-03 郑州云海信息技术有限公司 A kind of recognition methods and system of computer hard disk in place

Citations (5)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JPH0411353A (en) * 1990-04-27 1992-01-16 Matsushita Electric Ind Co Ltd Magnetic disk device
JPH10162483A (en) * 1996-11-29 1998-06-19 Sony Corp Recording/reproducing method and recording/reproducing device
JPH1139777A (en) * 1997-07-14 1999-02-12 Internatl Business Mach Corp <Ibm> Disk driving device and control method therefor
KR19990050051A (en) * 1997-12-16 1999-07-05 김영환 How to boot your personal computer
KR20000008845A (en) * 1998-07-16 2000-02-15 구자홍 Method for booting computer system

Patent Citations (5)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JPH0411353A (en) * 1990-04-27 1992-01-16 Matsushita Electric Ind Co Ltd Magnetic disk device
JPH10162483A (en) * 1996-11-29 1998-06-19 Sony Corp Recording/reproducing method and recording/reproducing device
JPH1139777A (en) * 1997-07-14 1999-02-12 Internatl Business Mach Corp <Ibm> Disk driving device and control method therefor
KR19990050051A (en) * 1997-12-16 1999-07-05 김영환 How to boot your personal computer
KR20000008845A (en) * 1998-07-16 2000-02-15 구자홍 Method for booting computer system

Cited By (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN109710319A (en) * 2018-12-06 2019-05-03 郑州云海信息技术有限公司 A kind of recognition methods and system of computer hard disk in place
CN109710319B (en) * 2018-12-06 2022-07-19 郑州云海信息技术有限公司 Method and system for identifying in-place hard disk of computer

Similar Documents

Publication Publication Date Title
US6016402A (en) Method for integrating removable media disk drive into operating system recognized as fixed disk type and modifying operating system to recognize as floppy disk type
US5274816A (en) Personal computer capable of changing boot priority
US6292890B1 (en) Computer system with dynamically configurable boot order
US7386746B2 (en) Information processing apparatus, method of starting up the same, and startup program of the same
KR100450080B1 (en) Portable storage medium based on Universal Serial Bus standard and Control Method therefor
US8458524B2 (en) Firmware recovery system and method
JP3330569B2 (en) Computer control method, computer, and recording medium
JP3677252B2 (en) Information device, storage medium, and initial state restoration method
US7421573B2 (en) Apparatus and method for updating firmware
US20140156982A1 (en) Bootability with multiple logical unit numbers
JP2000293474A (en) Computer system and method for using the same
CN1545654A (en) Method of rapid computer start-up
KR19980035435A (en) Computer system with automatic detection
JP4635092B2 (en) Information processing apparatus and storage device control method
JP2003280915A (en) Information equipment, storage medium, and system starting-up method
US8169939B2 (en) Mobile computation device and data packet reception method thereof
US20080093450A1 (en) Information processing apparatus
CN100357921C (en) Method for controlling automatic running program in USB memory and USB memory thereof
KR20030008516A (en) computer and control method thereof
JP2008159003A (en) Information processor
EP4296860A1 (en) Method for running startup program of electronic device, and electronic device
US20080301358A1 (en) Electronic device that Downloads Operational Firmware from an External Host
JPH10198463A (en) Automatic operating condition setting circuit
JP3432897B2 (en) Method for rewriting system ROM program and computer system using this method
US5848296A (en) Method for starting up recording and reproducing apparatus by allowing the host computer to receive necessary programs from recording and reproducing apparatus ilustratively upon power-up

Legal Events

Date Code Title Description
A201 Request for examination
E902 Notification of reason for refusal
E601 Decision to refuse application