KR100889739B1 - Method of delay registration on apparatus driver for improving boot speed of computer and recording medium therefor - Google Patents

Method of delay registration on apparatus driver for improving boot speed of computer and recording medium therefor Download PDF

Info

Publication number
KR100889739B1
KR100889739B1 KR1020070075094A KR20070075094A KR100889739B1 KR 100889739 B1 KR100889739 B1 KR 100889739B1 KR 1020070075094 A KR1020070075094 A KR 1020070075094A KR 20070075094 A KR20070075094 A KR 20070075094A KR 100889739 B1 KR100889739 B1 KR 100889739B1
Authority
KR
South Korea
Prior art keywords
operating system
computer
driver
startup
information
Prior art date
Application number
KR1020070075094A
Other languages
Korean (ko)
Other versions
KR20080013727A (en
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 KR1020070075094A priority Critical patent/KR100889739B1/en
Publication of KR20080013727A publication Critical patent/KR20080013727A/en
Application granted granted Critical
Publication of KR100889739B1 publication Critical patent/KR100889739B1/en

Links

Images

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/22Microcontrol or microprogram arrangements
    • G06F9/24Loading of the microprogram

Landscapes

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

Abstract

본 발명은 컴퓨터 시동 속도를 향상시키기 위한 장치 드라이버 지연 등록 방법에 관한 것으로서, 컴퓨터 시동시에 운영체제에서 사용하지 않는 장치가 연결된 인터페이스 채널의 초기화 과정을 컴퓨터 시동 완료 후로 지연시켜 처리함과 동시에, 각 인터페이스 채널에 연결된 해당 장치의 드라이버 등록 과정을 컴퓨터 시동이 완료된 이후로 지연시켜 수행하여 컴퓨터의 시동 속도를 향상시킨다. 즉, 컴퓨터 시동 과정 중에 운영체제가 사용하는 인터페이스 채널만을 초기화하고, 컴퓨터 시동과정에서 사용되지 않는 PCI, IDE, SCSI, USB 등의 인터페이스 장치의 드라이버 등록을 시동과정 중에는 수행하지 않음으로써 실질적으로 컴퓨터의 시동 속도를 향상시킬 수 있다는 장점이 있다.The present invention relates to a device driver delay registration method for improving a computer startup speed. The present invention relates to a method of registering a device driver delay, which delays and initializes an interface channel to which a device not used by an operating system is connected at the time of computer startup after the computer startup is completed. The driver registration process of the device connected to the channel is delayed after the computer startup is completed to improve the startup speed of the computer. In other words, by initializing only the interface channel used by the operating system during the computer startup process and not registering the driver for interface devices such as PCI, IDE, SCSI, and USB that are not used during the computer startup process, the computer is actually started up. The advantage is that speed can be improved.

Description

컴퓨터 시동 속도를 향상시키기 위한 장치 드라이버 지연 등록 방법 및 그 기록매체{Method of delay registration on apparatus driver for improving boot speed of computer and recording medium therefor} Method of delay registration on apparatus driver for improving boot speed of computer and recording medium therefor}

본 발명은 컴퓨터 시동 속도를 향상시키는 방법에 관한 것으로서, 보다 상세하게는 시동과정에서 사용되지 않는 PCI(Peripheral Component Interconnect), IDE(Integrated Drive Electronics), SCSI(Small Computer System Interface), USB(Universal Serial Bus) 등의 인터페이스에 존재하는 장치의 드라이버 등록을 시동 과정 이후로 지연시켜서 해당 장치의 드라이버 등록 과정을 진행함으로써 컴퓨터 시동 속도를 향상시키기 위한 장치 드라이버 지연 등록 방법 및 그 기록매체에 관한 것이다. The present invention relates to a method for improving computer startup speed, and more particularly, Peripheral Component Interconnect (PCI), Integrated Drive Electronics (IDE), Small Computer System Interface (SCSI), and Universal Serial Bus (USB), which are not used during startup. A device driver delay registration method and a recording medium for improving a computer startup speed by delaying driver registration of a device existing in an interface such as a bus after the startup process and proceeding with the driver registration process of the corresponding device.

컴퓨터는 시동과정에서 바이오스(Basic Input Output System : BIOS)의 POST(Power On Self Test)를 사용하여 컴퓨터에 연결된 장치를 탐지하고 정상적으로 동작하고 있는지를 판단하고 컴퓨터에 연결되어 있는 장치 정보를 운영체제(Operating System : OS)에 제공한다. 운영체제는 이 정보를 이용하여 시동 후 장치를 사용할 수 있게 하기 위하여 해당 장치의 드라이버를 등록하게 된다. 운영 체제가 드라이버를 등록하면 드라이버는 장치를 사용하기 위해 정상적으로 기능을 수행할 수 있는지 확인하고 장치 정보를 생성하는 초기화 과정을 거친다. During startup, the computer detects the device connected to the computer using POST (Power On Self Test) of the Basic Input Output System (BIOS), determines whether it is operating normally, and operates the operating system information of the device connected to the computer. System: OS). The operating system uses this information to register the driver for the device so that the device can be used after startup. When the operating system registers the driver, the driver goes through an initialization process to check whether the device can function normally and to generate device information.

장치 드라이버가 등록될 때는 장치를 사용하기 위한 PCI, IDE, SCSI, USB 등의 인터페이스 채널을 먼저 초기화하여야 한다. 근래의 컴퓨터 시스템에는 다양한 장치가 사용되고 있기 때문에 각 인터페이스는 여러 개의 채널을 가지게 된다. IDE 인터페이스의 경우 2 내지 4개의 채널이 있으며, 각 채널에는 하드디스크드라이브(HDD)나 시디롬(CDROM)이 연결되어 사용된다. 각 인터페이스가 컴퓨터 시동 과정에서 초기화될 때, 실제 장치가 연결되어 있지 않아 사용되지 않고 있는 인터페이스 채널까지 정상적으로 기능을 수행할 수 있는지 확인하고 정보를 생성하며, 장치가 연결되어 있을 경우 해당 장치의 종류를 파악하고 필요한 드라이버를 등록하기 때문에 시동 시간이 오래 걸리게 된다.When the device driver is registered, the interface channel such as PCI, IDE, SCSI, USB, etc. to use the device must be initialized first. In modern computer systems, various devices are used, and each interface has several channels. In the case of IDE interface, there are 2 to 4 channels, and each channel is connected with a hard disk drive (HDD) or a CD-ROM (CDROM). When each interface is initialized during computer startup, it checks to make sure that the actual device is not connected and can function properly to an unused interface channel, and generates information. It takes longer to boot up because it knows and registers the necessary drivers.

또한 하드웨어의 상태를 파악하기 위해 탐색을 하는 과정에서 하드웨어적인 지연시간이 발생하기 때문에 연결되어 있는 장치가 많아질수록 시동 시간은 더욱 길어지게 된다. 이와 같은 문제를 해결하기 위해 IDE 인터페이스의 경우, IDE 장치의 하드웨어적인 처리 속도시간을 개선한 장치를 개발하거나, 운영체제 상에서 장치가 연결되지 않은 IDE 인터페이스의 초기화 과정을 명시적으로 생략하는 기술이 제안되었다.In addition, since the hardware delay occurs while searching for the state of the hardware, the more connected devices, the longer the startup time. In order to solve this problem, the IDE interface has been proposed to develop a device that improves the hardware processing speed of the IDE device, or to explicitly skip the initialization process of the IDE interface without a device connected to the operating system. .

도 1은 종래의 컴퓨터 시동 과정을 설명하기 위한 흐름도이다. 1 is a flowchart illustrating a conventional computer startup process.

도 1에서 컴퓨터가 기동하게 되면 부트로더를 로드하고, 운영체제의 커널을 로드한 후(s10 내지 s13), 각 인터페이스의 모든 채널에 대하여 초기화하고, 인터 페이스 채널이 실제 동작하는지 탐색하는 과정과 연결된 장치가 있을 경우 해당 장치의 드라이버를 등록하는 과정을 수행한다(s13, s14).In FIG. 1, when a computer is started, a boot loader is loaded, a kernel of an operating system is loaded (s10 to s13), initialized for all channels of each interface, and a device connected to a process of discovering whether an interface channel is actually operating. If there is, a process of registering a driver of the corresponding device is performed (s13 and s14).

이때, s13, s14 과정에서 발생하는 지연시간을 줄이기 위해서는 처리 속도가 빠른 장치를 사용할 수 있으나 해당 장치가 고가이며, 또한 시동 시간을 줄이기 위해 컴퓨터 시스템에 존재하는 장치를 교체해야 하는 단점이 있었다. In this case, a device having a high processing speed may be used to reduce the delay time occurring in the process of s13 and s14, but the device is expensive and there is a disadvantage in that the device existing in the computer system needs to be replaced to reduce the startup time.

또한, 이러한 처리속도가 빠른 장치를 사용하는 것만으로는 운영체제 내부에서 필요한 정보를 생성하는 과정의 지연시간을 줄일 수 없다. 또한, 운영체제 상에서 명시적으로 인터페이스 채널의 초기화 과정을 생략하는 기술을 사용한다면 운영체제 상에서 발생하는 정보 생성 과정의 지연시간을 줄일 수는 있지만 이 경우에도 인터페이스 채널에 장치가 연결되어 있다면 해당 장치를 사용할 수 없게 된다. In addition, the use of such a fast processing device does not reduce the latency of generating necessary information inside the operating system. In addition, if you use a technology that explicitly skips the initialization of the interface channel on the operating system, you can reduce the delay of the information generation process that occurs on the operating system, but you can still use the device if it is connected to the interface channel. There will be no.

따라서, 본 발명이 이루고자 하는 기술적 과제는, 컴퓨터 시동과정에서 불필요한 장치가 연결된 인터페이스 채널의 초기화 과정을 컴퓨터 시동 완료 후로 지연시켜 컴퓨터가 휴식 상태에서 처리함과 동시에, 각 채널에 연결된 장치의 드라이버 등록 과정을 컴퓨터 시동 이후로 지연시켜 수행함으로써 실질적으로 컴퓨터 시동 속도를 향상시키기 위한 장치 드라이버 지연 등록 방법과 그 기록매체를 제공하는데 있다.Accordingly, a technical problem of the present invention is to delay the initialization process of an interface channel to which an unnecessary device is connected during the computer startup process after the computer startup is completed, to process the computer in a rest state, and to register the driver of the device connected to each channel. The present invention provides a device driver delay registration method and a recording medium for substantially improving a computer startup speed by performing a delay after the computer startup.

상기와 같은 기술적 과제를 달성하기 위한 본 발명의 컴퓨터 시동 속도를 향 상시키기 위한 장치 드라이버 지연 등록 방법은, Device driver delay registration method for improving the computer startup speed of the present invention for achieving the above technical problem,

부트로더에서 운영체제가 저장되어 있는 장치의 운영체제를 시동하고, 상기 장치와 인터페이스 채널 정보를 운영체제에 전송하는 과정; 장치 드라이버 관리자는 상기 운영체제 시동시 불필요한 장치에 대한 정보를 저장하며, 상기 운영체제 시동시에 해당 장치에 대한 정보를 상기 운영체제에 전송하는 과정; 및 상기 운영체제는 상기 장치 드라이버 관리자로부터 수신된 장치 정보를 기초로 하여 컴퓨터 시동시 불필요한 장치에 대해서는 시동이 완료된 후에 해당 장치의 인터페이스 채널을 초기화하고, 드라이버를 등록하는 과정을 포함함이 바람직하다. Starting an operating system of a device having an operating system stored in a boot loader, and transmitting the device and interface channel information to an operating system; The device driver manager stores information on unnecessary devices when the operating system is started, and transmits information about the device to the operating system when the operating system is started. And the operating system initializing an interface channel of the corresponding device after the startup is completed and registering the driver based on the device information received from the device driver manager.

또한, 상기 운영체제에서 시동시 불필요한 장치에 대해서는 상기 컴퓨터 시동이 완료된 후 컴퓨터가 휴식 상태에서 해당 장치와 연결된 인터페이스 채널을 초기화하고, 장치 드라이버를 등록하는 것이 바람직하다.In addition, for an unnecessary device at startup of the operating system, it is preferable to initialize an interface channel connected to the device and register a device driver after the computer is finished starting up.

또한, 상기 컴퓨터의 휴식 상태가 아닌 경우에도 장치의 사용 요청이 있는 경우, 우선적으로 사용 요청된 인터페이스 채널을 초기화하고 해당 장치 드라이버를 등록하는 과정을 포함함이 바람직하다.In addition, when there is a request for using a device even when the computer is not in a rest state, the method preferably includes initializing the requested interface channel and registering the device driver.

또한, 상기 운영체제는 시동시에 컴퓨터에 새로 추가된 장치가 있는지 판단하는 과정을 포함함이 바람직하다.In addition, the operating system preferably includes a process of determining whether there is a device newly added to the computer at startup.

또한, 새로 추가된 장치가 있는 것으로 판단된 경우에는 상기 운영체제는 해당 장치가 운영체제가 시동시에 불필요한지의 여부를 체크하여 해당 정보를 상기 장치 드라이버 관리자로 전송하여 저장시키는 과정을 포함함이 바람직하다.In addition, if it is determined that there is a newly added device, the operating system preferably includes a process of checking whether the corresponding device is unnecessary at startup and transmitting the information to the device driver manager to store the information.

또한, 컴퓨터 시동 속도를 향상시키기 위한 장치 드라이버 지연 등록 방법을 저장한 기록매체는, In addition, the recording medium storing the device driver delay registration method for improving the computer startup speed,

부트로더에서 운영체제가 저장되어 있는 장치의 운영체제를 시동하고, 상기 장치와 인터페이스 채널 정보를 운영체제에 전송하는 과정; 상기 운영체제는 컴퓨터에 새로 추가된 장치가 있다고 판단한 경우, 해당 장치가 운영체제 시동시에 필요한 장치인지의 여부에 대한 정보를 장치 드라이버 관리자에 전송하는 과정; 상기 장치 드라이버 관리자는 운영체제 시동시 초기화가 불필요한 장치에 대한 정보를 저장하며, 상기 운영체제 시동시에 해당 장치에 대한 정보를 상기 운영체제로 전송하는 과정; 및 상기 운영체제는 상기 장치 드라이버 관리자로부터 수신된 장치 정보를 기초로 하여 컴퓨터 시동시 불필요한 장치에 대해서 컴퓨터 시동이 완료된 후에 연결된 인터페이스 채널을 초기화하고 해당 장치의 드라이버를 등록하는 과정을 수행할 수 있는 프로그램을 저장함이 바람직하다.Starting an operating system of a device having an operating system stored in a boot loader, and transmitting the device and interface channel information to an operating system; When the operating system determines that a new device has been added to the computer, transmitting information on whether the corresponding device is a device required to start the operating system to a device driver manager; The device driver manager storing information about a device that does not need to be initialized when the operating system is started, and transmitting information about the device to the operating system when the operating system is started; The operating system may be configured to initialize a connected interface channel and register a driver of a corresponding device after the computer startup is completed for an unnecessary device based on the device information received from the device driver manager. Storage is preferred.

본 발명의 컴퓨터 시동 시 불필요한 장치 드라이버를 시동 이후로 지연시킴으로써 속도를 향상시키는 방법은 다음과 같은 효과가 하나 혹은 그 이상 있다.The method of increasing the speed by delaying unnecessary device drivers after starting the computer of the present invention has one or more of the following effects.

첫째, 컴퓨터 시동 과정 중에 운영체제가 사용하는 인터페이스 채널만을 초기화함으로써, 컴퓨터의 시동 속도를 향상시킬 수 있다는 장점이 있다.First, it is possible to improve the startup speed of the computer by initializing only the interface channel used by the operating system during the computer startup process.

둘째, 사용할 가능성이 없는 인터페이스 채널에 대해서는 초기화를 하지 않기 때문에 시스템의 효율성을 증가시킬 수 있다는 장점이 있다.Second, there is an advantage that the efficiency of the system can be increased because the initialization is not performed for the interface channel that is not likely to be used.

셋째, 시동 과정에서 사용되지 않지만 시동이 완료된 후 사용될 가능성이 있는 인터페이스 채널과 장치에 대해서 시동 후에 초기화함으로써, 결과적으로 시동 시에 초기화되지 않은 장치를 사용할 수 있다는 장점이 있다.Thirdly, by initializing after startup for interface channels and devices that are not used in the startup process but are likely to be used after the startup is complete, there is an advantage that an uninitialized device can be used at startup.

넷째, 컴퓨터 시동 시에 운영체제에서 사용할 필요가 없는 장치를 구비한 어떠한 컴퓨터 시스템에도 적용하여 사용할 수 있다는 장점이 있다.Fourth, there is an advantage that can be applied to any computer system having a device that does not need to be used in the operating system at computer startup.

다섯째, 소프트웨어적인 컴퓨터 시동 시간 단축 방법이기 때문에 기존 시스템의 하드웨어를 변경하지 않더라도 적용하여 사용할 수 있다는 장점이 있다.Fifth, since it is a method of reducing the computer startup time, there is an advantage that it can be applied even if the hardware of the existing system is not changed.

이하, 본 발명의 바람직한 실시예에 대하여 첨부 도면을 참조하여 상세히 설명한다. Hereinafter, exemplary embodiments of the present invention will be described in detail with reference to the accompanying drawings.

도 2는 본 발명에 의한 컴퓨터 시동 속도를 향상시키기 위한 장치 드라이버 지연 등록 방법이 적용되는 프레임 워크이다. 운영체제(22)가 사용할 자료가 저장되어 있는 장치 드라이버는 필수적으로 등록해야 하기 때문에 부트로더(20)에서는 운영체제가 저장되어 있는 장치가 연결된 인터페이스 채널을 확인해서 운영체제(22)를 시동하고, 운영체제(22)에 자신이 속해 있는 장치를 알려줌으로써 장치 드라이버 관리자(24)에서 해당 장치의 드라이버 등록을 컴퓨터 시동 이후로 지연시키는 것을 방지한다. 2 is a framework to which a device driver delay registration method for improving computer startup speed according to the present invention is applied. Since the device driver storing the data to be used by the operating system 22 must be registered, the boot loader 20 checks the interface channel to which the device in which the operating system is stored is connected, starts up the operating system 22, and the operating system 22. By notifying the device to which the device belongs, the device driver manager 24 prevents the driver registration of the device from being delayed after the computer is started.

운영체제(22)는 컴퓨터 시동 시에 불필요한 장치를 파악해서 장치 드라이버 관리자(24)에 전달한다. 이 과정은 새로운 장치를 컴퓨터 시스템에 추가하였을 경우에만 수행된다. 또한 장치 드라이버 관리자(24)로부터 기존에 전달한 정보를 컴퓨터 시동시에 수신하여 해당 인터페이스 채널의 초기화와 장치 드라이버의 등록을 컴퓨터의 시동이 완료된 이후로 지연시킨다. The operating system 22 identifies unnecessary devices at computer startup and transfers them to the device driver manager 24. This process is only performed when new devices are added to the computer system. In addition, the device driver manager 24 receives the information previously transmitted at the time of computer startup and delays the initialization of the corresponding interface channel and the registration of the device driver after the startup of the computer is completed.

장치 드라이버 관리자(24)는 운영체제(22)로부터 받은 정보를 저장해 두었다가 다음 컴퓨터 시동 시에 운영체제(22)에 해당 정보를 전달하며 컴퓨터 시동이 완료된 후 컴퓨터 시스템이 휴식 상태(idle status)일 때, 저장된 정보를 이용하여 인터페이스 채널을 초기화하고 장치 드라이버를 등록하는 기능을 수행한다.The device driver manager 24 stores the information received from the operating system 22 and delivers the information to the operating system 22 at the next computer startup, and when the computer system is in an idle status after the computer startup is completed, Initializes the interface channel and registers the device driver using the information.

도 3은 본 발명에 따른 컴퓨터 시동 속도를 향상시키기 위한 장치 드라이버 지연 등록 방법을 설명하기 위한 흐름도이다. 흐름도는 크게 컴퓨터의 시동(S5)과 컴퓨터 시동 완료 후의 작업(S6)으로 구분된다. 컴퓨터가 처음 기동되면 바이오스는 POST 과정을 수행하고(S50), 부트로더(20)를 불러온다(S51). 부트로더(20)는 운영체제가 저장되어 있는 장치에 존재하는 운영체제를 시동하고(S52), 운영체제가 현재 저장되어 있는 장치와 해당 인터페이스 채널을 운영체제(22)에 알려준다(S53). 3 is a flowchart illustrating a device driver delay registration method for improving a computer startup speed according to the present invention. The flowchart is roughly divided into startup S5 of the computer and operation S6 after completion of startup of the computer. When the computer is first started, the BIOS performs a POST process (S50), and invokes the boot loader 20 (S51). The boot loader 20 starts an operating system existing in the device in which the operating system is stored (S52), and informs the operating system 22 of the device in which the operating system is currently stored and the corresponding interface channel (S53).

운영체제(22)는 컴퓨터 시스템을 기동하기 위하여 레지스터와 메모리를 초기화하고 운영체제가 사용할 자료를 생성한다(S54). The operating system 22 initializes registers and memory to start a computer system and generates data for use by the operating system (S54).

운영체제(22)는 컴퓨터 시스템에 추가된 장치가 있는지 검사하고(S55), 컴퓨터에 새로 추가된 장치가 있다면 해당 장치가 컴퓨터 시동시에 반드시 해당 장치의 드라이버를 등록할 필요가 있는 장치인지 판단하여(S56), 불필요한 장치라면 장치 드라이버 관리자(24)에 정보를 전달한다(S57). The operating system 22 checks whether there is a device added to the computer system (S55), and if there is a newly added device in the computer, determines whether the device is a device that needs to register a driver of the device when the computer starts up ( In step S56, if the device is unnecessary, information is sent to the device driver manager 24 (S57).

장치 드라이버 관리자(24)는 새로 추가된 장치에 대한 정보와 함께 기존에 저장되어 있는 컴퓨터 시동시에 불필요한 장치에 대한 정보를 운영체제(22)에 전달한다(S58).The device driver manager 24 transmits the information about the unnecessary device to the operating system 22 at the time of starting up the computer, which is stored together with the information about the newly added device (S58).

운영체제(22)는 장치 드라이버 관리자(24)로부터 받은 정보를 이용하여 불필요한 인터페이스 채널의 초기화와 장치 드라이버 등록을 시동이 완료된 이후에 수행되도록 지연시키고, 컴퓨터 기동시에 필요한 장치인 경우, 컴퓨터에 연결된 장치를 사용하기 위하여 해당 장치와 연결된 인터페이스 채널을 초기화하고 장치 드라이버를 등록한다(S59). The operating system 22 uses the information received from the device driver manager 24 to delay initialization of unnecessary interface channels and device driver registration to be performed after the startup is completed. In order to use, the interface channel connected with the corresponding device is initialized and the device driver is registered (S59).

컴퓨터 시동을 완료한 후, 컴퓨터가 휴식 상태(idle status)로 되면, 장치 드라이버 관리자(24)는 컴퓨터 시동 과정에서 운영체제(22)로부터 받은 정보를 이용하여 사용할 가능성이 있는 인터페이스 채널을 초기화하고 해당 장치 드라이버를 등록한다(S60).After the computer has finished starting up, when the computer is in an idle state, the device driver manager 24 initializes the available interface channel using the information received from the operating system 22 during the computer startup process and the corresponding device. Register the driver (S60).

또한, 장치 드라이버 관리자(24)가 인터페이스 채널을 초기화하고 장치 드라이버를 등록하기 전에 사용 요청이 들어올 수 있기 때문에, 해당 장치에 대한 사용 요청을 받으면 컴퓨터 시스템이 휴식 상태가 아니더라도 장치 드라이버 관리자(24)는 해당 장치가 연결된 인터페이스 채널을 초기화하고 장치 드라이버를 등록할 수 있다.In addition, since the device driver manager 24 may receive a use request before initializing the interface channel and registering the device driver, the device driver manager 24 may receive a request for use of the device even if the computer system is not at rest. You can initialize the interface channel to which the device is connected and register the device driver.

이와 같이, 본 발명의 상세한 설명에서는 구체적인 실시예에 관해 설명하였으나, 본 발명의 범주에서 벗어나지 않는 한도 내에서 여러 가지 변형이 가능하다. 그러므로 본 발명의 범위는 설명된 실시예에 국한되어 정해져서는 안 되며 후술하는 특허청구범위뿐만 아니라 이 특허청구범위와 균등한 것들에 의해 정해져야 한다.As described above, in the detailed description of the present invention, specific embodiments have been described, but various modifications are possible without departing from the scope of the present invention. Therefore, the scope of the present invention should not be limited to the described embodiments, but should be defined by the claims below and equivalents thereof.

도 1은 종래의 컴퓨터 시동 과정을 설명하기 위한 흐름도이다. 1 is a flowchart illustrating a conventional computer startup process.

도 2는 본 발명에 의한 컴퓨터 시동 속도를 향상시키기 위한 장치 드라이버 지연 등록 방법이 적용되는 프레임 워크이다.2 is a framework to which a device driver delay registration method for improving computer startup speed according to the present invention is applied.

도 3은 본 발명에 의한 컴퓨터 시동 속도를 향상시키는 방법을 설명하기 위한 흐름도이다. 3 is a flowchart illustrating a method of improving the computer startup speed according to the present invention.

Claims (6)

부트로더에서 운영체제가 저장되어 있는 장치의 운영체제를 시동하고, 상기 장치와 인터페이스 채널 정보를 운영체제에 전송하는 과정; Starting an operating system of a device having an operating system stored in a boot loader, and transmitting the device and interface channel information to an operating system; 상기 운영체제는 컴퓨터에 새로 추가된 장치가 있다고 판단한 경우, 해당 장치가 운영체제 시동시에 필요한 장치인지의 여부에 대한 정보를 장치 드라이버 관리자에 전송하는 과정; When the operating system determines that a new device has been added to the computer, transmitting information on whether the corresponding device is a device required to start the operating system to a device driver manager; 장치 드라이버 관리자에서 상기 운영체제 시동시 불필요한 장치에 대한 정보를 저장하며, 상기 운영체제 시동시에 해당 장치에 대한 정보를 상기 운영체제에 전송하는 과정; 및Storing information about an unnecessary device when the operating system is started by a device driver manager, and transmitting information about the device to the operating system when the operating system is started; And 상기 운영체제는 상기 장치 드라이버 관리자로부터 수신된 장치 정보를 기초로 하여 컴퓨터 시동시 불필요한 장치에 대해서는 시동이 완료된 후에 해당 장치의 인터페이스 채널을 초기화하고, 드라이버를 등록하는 과정을 포함함을 특징으로 하는 컴퓨터 시동 속도를 향상시키기 위한 장치 드라이버 지연 등록 방법.The operating system initializes the interface channel of the corresponding device after the startup is completed for the unnecessary device when the computer starts up based on the device information received from the device driver manager, and registers the driver. How to register device driver delays to improve speed. 제1항에 있어서, The method of claim 1, 상기 운영체제에서 시동시 불필요한 장치에 대해서는 상기 컴퓨터 시동이 완료된 후 휴식 상태에 있을 때 해당 장치가 연결된 인터페이스 채널을 초기화하고, 장치 드라이버를 등록하는 것을 특징으로 하는 컴퓨터 시동 속도를 향상시키기 위한 장치 드라이버 지연 등록 방법.Device driver delay registration for improving the computer startup speed, which is necessary for initializing an interface channel to which a corresponding device is connected and registering a device driver when the device is in a rest state after the computer startup is completed. Way. 제2항에 있어서,The method of claim 2, 상기 컴퓨터의 휴식 상태가 아닌 경우에도 장치의 사용 요청이 있는 경우, 우선적으로 사용 요청된 인터페이스 채널을 초기화하고 해당 장치 드라이버를 등록하는 과정을 포함함을 특징으로 하는 컴퓨터 시동 속도를 향상시키기 위한 장치 드라이버 지연 등록 방법.If the device is requested to use the device even when the computer is not in a rest state, a device driver for improving a computer startup speed comprising initializing the requested interface channel and registering a corresponding device driver. Delayed registration method. 삭제delete 삭제delete 컴퓨터 시동 속도를 향상시키기 위한 장치 드라이버 지연 등록 방법을 저장한 컴퓨터 독취 가능한 기록매체에 있어서, A computer-readable recording medium storing a device driver delay registration method for improving a computer startup speed, 부트로더에서 운영체제가 저장되어 있는 장치의 운영체제를 시동하고, 상기 장치와 인터페이스 채널 정보를 운영체제에 전송하는 과정; Starting an operating system of a device having an operating system stored in a boot loader, and transmitting the device and interface channel information to an operating system; 상기 운영체제는 컴퓨터에 새로 추가된 장치가 있다고 판단한 경우, 해당 장치가 운영체제 시동시에 필요한 장치인지의 여부에 대한 정보를 장치 드라이버 관리자에 전송하는 과정; When the operating system determines that a new device has been added to the computer, transmitting information on whether the corresponding device is a device required to start the operating system to a device driver manager; 상기 장치 드라이버 관리자는 운영체제 시동시 초기화가 불필요한 장치에 대한 정보를 저장하며, 상기 운영체제 시동시에 해당 장치에 대한 정보를 상기 운영체제로 전송하는 과정; 및 The device driver manager storing information about a device that does not need to be initialized when the operating system is started, and transmitting information about the device to the operating system when the operating system is started; And 상기 운영체제는 상기 장치 드라이버 관리자로부터 수신된 장치 정보를 기초로 하여 컴퓨터 시동시 불필요한 장치에 대해서 컴퓨터 시동이 완료된 후에 연결된 인터페이스 채널을 초기화하고 해당 장치의 드라이버를 등록하는 과정을 포함한 컴퓨터 시동 속도를 향상시키기 위한 방법을 저장한 기록매체.The operating system may initialize a connected interface channel and register a driver for the device after the computer is started for unnecessary devices based on the device information received from the device driver manager. Recording medium storing method for.
KR1020070075094A 2006-08-09 2007-07-26 Method of delay registration on apparatus driver for improving boot speed of computer and recording medium therefor KR100889739B1 (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
KR1020070075094A KR100889739B1 (en) 2006-08-09 2007-07-26 Method of delay registration on apparatus driver for improving boot speed of computer and recording medium therefor

Applications Claiming Priority (3)

Application Number Priority Date Filing Date Title
KR20060075309 2006-08-09
KR1020060075309 2006-08-09
KR1020070075094A KR100889739B1 (en) 2006-08-09 2007-07-26 Method of delay registration on apparatus driver for improving boot speed of computer and recording medium therefor

Publications (2)

Publication Number Publication Date
KR20080013727A KR20080013727A (en) 2008-02-13
KR100889739B1 true KR100889739B1 (en) 2009-03-24

Family

ID=39341421

Family Applications (1)

Application Number Title Priority Date Filing Date
KR1020070075094A KR100889739B1 (en) 2006-08-09 2007-07-26 Method of delay registration on apparatus driver for improving boot speed of computer and recording medium therefor

Country Status (1)

Country Link
KR (1) KR100889739B1 (en)

Families Citing this family (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
WO2013081234A1 (en) * 2011-11-28 2013-06-06 Lg Electronics Inc. Method, recording medium, and electronic device for reducing boot time

Citations (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
KR20020081909A (en) * 2001-04-20 2002-10-30 소프트캠프(주) computer booting method and computer system
KR20030030324A (en) * 2001-10-09 2003-04-18 호 양 Computer booting device using card and method thereof
KR20050079579A (en) * 2004-02-06 2005-08-10 삼성전자주식회사 Method of improving boot velocity and system thereof

Patent Citations (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
KR20020081909A (en) * 2001-04-20 2002-10-30 소프트캠프(주) computer booting method and computer system
KR20030030324A (en) * 2001-10-09 2003-04-18 호 양 Computer booting device using card and method thereof
KR20050079579A (en) * 2004-02-06 2005-08-10 삼성전자주식회사 Method of improving boot velocity and system thereof

Also Published As

Publication number Publication date
KR20080013727A (en) 2008-02-13

Similar Documents

Publication Publication Date Title
US10719400B2 (en) System and method for self-healing basic input/output system boot image and secure recovery
JP4802197B2 (en) Reduce memory fragmentation
US12001285B2 (en) System booting method and apparatus, node device, and computer-readable storage medium
WO2016074127A1 (en) Computer device and memory starting method for computer device
US11320990B2 (en) NVDIMM serial interface for out-of-band management by a baseboard management controller and method therefor
US10606677B2 (en) Method of retrieving debugging data in UEFI and computer system thereof
US12013946B2 (en) Baseboard memory controller (BMC) reliability availability and serviceability (RAS) driver firmware update via basic input/output system (BIOS) update release
WO2017157145A1 (en) Data pre-fetching method and device
US20120060023A1 (en) Methods for booting an operating system using non-volatile memory
US20120011353A1 (en) Information processing apparatus having verification capability of configuration change
US20090013167A1 (en) Computer device, method for booting the same, and booting module for the same
US10491736B2 (en) Computer system and method thereof for bluetooth data sharing between UEFI firmware and OS
US7124412B2 (en) Extensible BIOS error log
US20070214347A1 (en) Method and apparatus for performing staged memory initialization
US7849300B2 (en) Method for changing booting sources of a computer system and a related backup/restore method thereof
KR100889739B1 (en) Method of delay registration on apparatus driver for improving boot speed of computer and recording medium therefor
US20160306688A1 (en) System and Method for Cloud Remediation of a Client with a Non-Bootable Storage Medium
US8196103B2 (en) Ejection failure mechanism
US9043586B2 (en) Memory training results corresponding to a plurality of memory modules
WO2023279875A1 (en) Bootloader startup procedure monitoring method and apparatus, embedded device, and storage medium
US7571266B2 (en) Peripheral device in a computerized system and method
TWI675368B (en) Control method of starting multiple hard disk
CN110333904B (en) Multi-hard-disk starting control method
KR101249831B1 (en) Computer system and method for booting the same
US20080244105A1 (en) Enhancing performance of input-output (i/o) components

Legal Events

Date Code Title Description
A201 Request for examination
E902 Notification of reason for refusal
E701 Decision to grant or registration of patent right
GRNT Written decision to grant
FPAY Annual fee payment

Payment date: 20130111

Year of fee payment: 5

FPAY Annual fee payment

Payment date: 20131231

Year of fee payment: 6

LAPS Lapse due to unpaid annual fee