US7600105B2 - Systems, methods, and apparatus for providing efficient startup to computers with peripheral devices - Google Patents

Systems, methods, and apparatus for providing efficient startup to computers with peripheral devices Download PDF

Info

Publication number
US7600105B2
US7600105B2 US10/947,494 US94749404A US7600105B2 US 7600105 B2 US7600105 B2 US 7600105B2 US 94749404 A US94749404 A US 94749404A US 7600105 B2 US7600105 B2 US 7600105B2
Authority
US
United States
Prior art keywords
boot code
computer
boot
procedure
streamlined
Prior art date
Legal status (The legal status 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 status listed.)
Active, expires
Application number
US10/947,494
Other versions
US20060064571A1 (en
Inventor
Wei-Hsin (Johnny) Tseng
Current Assignee (The listed assignees may be inaccurate. Google has not performed a legal analysis and makes no representation or warranty as to the accuracy of the list.)
CyberLink Corp
Original Assignee
CyberLink Corp
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 CyberLink Corp filed Critical CyberLink Corp
Priority to US10/947,494 priority Critical patent/US7600105B2/en
Assigned to CYBERLINK CORP. reassignment CYBERLINK CORP. ASSIGNMENT OF ASSIGNORS INTEREST (SEE DOCUMENT FOR DETAILS). Assignors: TSENG, WEI-HSIN (JOHNNY)
Priority to TW094109370A priority patent/TWI309803B/en
Priority to JP2005103899A priority patent/JP2006092511A/en
Publication of US20060064571A1 publication Critical patent/US20060064571A1/en
Application granted granted Critical
Publication of US7600105B2 publication Critical patent/US7600105B2/en
Active legal-status Critical Current
Adjusted expiration legal-status Critical

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/44Arrangements for executing specific programs
    • G06F9/4401Bootstrapping
    • G06F9/4406Loading of operating system
    • G06F9/441Multiboot arrangements, i.e. selecting an operating system to be loaded

Definitions

  • the present disclosure generally relates to computer systems and more specifically relates to methods and apparatus for providing efficient startup to computers with peripheral devices.
  • a typical personal computer that is equipped with CD and DVD drives, attachable peripherals typically has a relatively large amount of overhead associated with the startup procedure.
  • a conventional computer loads the same software and drivers, performs the same system tests, and detects the same hardware, regardless of which applications the user intends to implement.
  • a user who, for example, desires only to watch a DVD, or listen to a CD must wait just as long for the computer to boot as someone wishing to use multiple applications.
  • a user wishes only to view media such as a CD or DVD on a computer
  • the user must first turn on the computer, and allow the system to execute its general “boot” procedure.
  • a computer “boots-up,” it generally performs system tests, initializes and detects hardware components, and loads its operating system, drivers, and other software.
  • the user may then load the media and attempt to open an application that controls the media component (e.g., DVD player, CD player, etc.).
  • the application is usually media software configured to convert the data on the media into audio or video that the user can perceive.
  • the user may control playback of the media through interaction with the media software or, if present, controls on the media component itself.
  • BIOS is software within a computer that tells the computer what it can do without accessing programs from a disk.
  • BIOS is typically provided within ROM or other integrated circuits and is embedded within the computer during production.
  • a customized BIOS refers to BIOS within a computer that is specifically coded (or customized) for specific operation.
  • a customized BIOS allows the user to choose one of a plurality of operational system configurations when the computer is turned on. This allows the user to more directly access the media component if desired (without also operating unnecessary drivers or other system components).
  • a computer with such a customized BIOS checks for user input at a certain time during the startup process. If the input is not present, the computer will perform a convention startup procedure, loading all drivers that are installed on the computer. However, if the input is present, the computer will execute a streamlined portion of BIOS (which skips some of the self tests and initialization routines for certain system components that will not be required or utilized in the operational mode selected).
  • BIOS While use of a “customized BIOS” may have certain advantages over full startup procedure, it has various disadvantages.
  • One drawback is that, a computer's BIOS is generally embedded within the computer at production, and is not readily accessible by the user. Therefore, as a user adds components to a computer system, the original customized BIOS may not have the ability to adapt to the newly added components.
  • the present invention is broadly directed to systems and methods for providing efficient startup procedures in computer systems.
  • One embodiment of the present disclosure provides an efficient startup procedure by implementing a streamlined boot code procedure.
  • the computer system performs normal BIOS initialization routines, but executes one of a number of different boot code sequences, based on an operational configuration selected by a user.
  • a single power key is provided, and a user selects an operational configuration using a mouse (and in response to a visual prompt displayed on the screen).
  • the system may utilize specifically customized boot code routines, or alternatively may utilize customized BIOS routines.
  • FIG. 1 is an illustration of a common computing setup with a personal computer.
  • FIG. 2 is a flow chart of a general computer startup sequence.
  • FIG. 3 is an illustration of a computing setup under one embodiment of the present disclosure.
  • FIG. 4 is a flowchart illustrating a computer startup sequence under one embodiment of the present disclosure that may be implemented within the computer setup illustrated in FIG. 3 .
  • FIG. 5 is a diagram broadly illustrating certain sections or divisions of a hard drive.
  • FIG. 6 is a flowchart illustrating a computer startup sequence of an embodiment of the present disclosure that may be implemented within the computer setup of FIG. 1 .
  • FIG. 7 is a block diagram illustrating another embodiment of the invention.
  • FIG. 8 is a flowchart illustrating certain operations of an embodiment of the invention.
  • FIG. 9 is a flowchart illustrating certain operations of an embodiment of the invention.
  • FIG. 10 is a diagram illustrating an embodiment of the invention implemented in a laptop computer.
  • FIG. 11 is a diagram illustrating a screen display in accordance with an embodiment of the invention.
  • FIG. 12 is a flowchart illustrating certain operations of an embodiment of the invention.
  • FIG. 13 is a flowchart illustrating certain operations of an embodiment of the invention.
  • the present disclosure relates to a computer setup that allows a user the choice of operating in normal mode or any of a number of alternative or streamlined modes.
  • the computer Under normal mode, the computer will load the primary operating system (e.g., MS Windows), along with the other programs and drivers typically loaded for normal use.
  • the alternative mode(s) may be configured to load a smaller operating system, a different operating system, or fewer applications or operating components (such as applications or device drivers). This results in a more robust and efficient computer platform.
  • one embodiment utilizes multiple power keys, which invoke a startup procedure that varies in accordance with the power key (or key sequence) activated.
  • Another embodiment utilizes a single power key, and allows the user to select components that he desires to have operational in a given session.
  • a streamlined operating configuration may be implemented through the use of special boot code segments.
  • FIG. 1 illustrates a common computer configuration 100 . It comprises a computer 130 that is electrically connected to an interface 120 (shown here as a keyboard), a visual display 110 , audio components 105 , and a mouse 125 .
  • the computer in this illustration is also electrically connected to an external device 115 (shown here as an optical drive), and internal devices 140 and 145 .
  • external device 115 with interface 155
  • internal devices 140 and 145 can take any of a plurality of forms, and are not limited to the representative forms or identities shown in FIG. 1 . This is also true for the other components represented in FIG. 1 .
  • power key 135 is also included in this illustration.
  • FIG. 2 is a flowchart that illustrates a conventional procedure that is implemented when a user activates a power key 135 ( FIG. 1 ) of a computer. Following flowchart 200 , the user activates power key 210 . This will turn on the computer's power 215 . The computer's BIOS will then initialize the computer's CPU and RAM 220 (note that the BIOS may also initialize other functions such as the keyboard, display screen, disk drives, serial communications, etc.).
  • BIOS conducts a Power-On Self Test (POST) 225 , and initializes the peripherals 230 , such as Peripheral Component Interconnect bus (PCI), Plug-and-Play components (PnP), USB devices, Advanced Configuration and Power Interface, (ACPI), Integrated Drive Electronics interface (IDE), etc.
  • PCI Peripheral Component Interconnect bus
  • PnP Plug-and-Play components
  • USB devices such as USB drives, Advanced Configuration and Power Interface, (ACPI), Integrated Drive Electronics interface (IDE), etc.
  • ACPI Advanced Configuration and Power Interface
  • IDE Integrated Drive Electronics interface
  • the BIOS When a boot code is found (regardless of where—e.g., hard disk, CD-ROM, floppy disk, etc.), the BIOS will load the boot code from the master boot record (MBR) 235 .
  • the computer 130 loads the boot code into a predetermined address of RAM (e.g., 00007C00). Under normal operation, the computer will then load the normal operating system, drivers, and all the other software. While this sequence of operations works very well when the user desires to implement multiple computer functions, it becomes unnecessarily time-consuming (and resource consuming) when the user desires only to implement a few computer or device functions.
  • the user in order for a user to turn on the computer's power, he simply activates (or depresses) the power key 135 .
  • the computer begins operation in accordance with the procedure illustrated in flowchart 200 of FIG. 2 .
  • the user has the option of activating any of a plurality of power keys, which can be located on an interface that is electrically connected to the computer 130 .
  • Power key 135 operates as before (shown in FIG. 1 ).
  • streamline power keys 305 may be used to implement any of a plurality of streamlined operations, as illustrated in FIG. 4 .
  • the streamlined power keys shown in FIG. 3 are located on interfaces 120 , 150 , and 155 .
  • the streamlined power keys (and the power key for that matter) may be located on any interface electrically connected to the computer 130 .
  • FIG. 4 illustrates the process that occurs by activating either power key 135 or streamline power key 305 , from FIG. 3 .
  • Flowchart 400 in FIG. 4 begins identically to FIG. 2 , regardless of which power key is activated.
  • the user activates a power key 210 , the major power is turned on 215 , the BIOS initializes the CPU and RAM 220 , runs a POST 225 , initializes peripherals 230 , loads modified boot code from the master boot record 235 , and jumps to modified boot code 240 .
  • the modified boot code checks to determine which power key (or key sequence) was activated 310 . If power key 135 was activated, the modified boot code will load the normal operating system (e.g., OS1) boot code into RAM (e.g., address 00007C00), generally located in a primary partition 312 , and then the boot code will jump to address 00007C00. If, however the modified boot code check determines ( 310 ) that a power key corresponding to streamlined operation was activated, then the modified boot code loads a smaller operating system (e.g., OS2) boot code from a secondary partition into RAM address 00007C00 ( 320 ). This allows the computer to operate more efficiently.
  • OS1 normal operating system
  • RAM e.g., address 00007C00
  • the modified boot code check determines ( 310 ) that a power key corresponding to streamlined operation was activated, then the modified boot code loads a smaller operating system (e.g., OS2) boot code from a secondary partition into RAM address 00007C00 ( 320
  • a user wishes to view a DVD movie through a media component, such as external device 115 ( FIG. 3 ), he would activate the appropriate streamline power key 305 .
  • This opens a streamlined mode of operation that allows the user to view the DVD, without having to perform a general computer boot.
  • the programs that would execute would include a streamlined operating system, a media-reading program (such as Windows Media Player, Musicmatch, Real Player, etc.), and the other appropriate programs and drivers that would allow the user to view this DVD.
  • FIG. 5 is a diagram broadly illustrating certain sections or subdivisions of a hard drive.
  • FIG. 5 illustrates a hard drive disk space 550 having multiple partitions (e.g., partition 1 , 2 , . . . N), and each partition has an operating system associated with it (e.g., OS1, OS2, . . . OSN).
  • OS1, OS2, . . . OSN an operating system associated with it
  • a boot code is provided in each partition, and the boot code defines the execution of a startup or boot procedure for the associated operating system.
  • a master boot code is also provided, and this boot code is typically provided in the first sector of a hard disk (in an area referred to as the master boot record, or MBR).
  • MBR master boot record
  • this master boot code is modified, and FIG. 5 illustrates this code as a “modified boot code.” Modifications made to this boot code, in accordance with embodiments of the invention, are operative to determine or ascertain the power key (or startup key sequence) that is activated, and directs the boot procedure to the appropriate boot code.
  • FIG. 6 Another embodiment of the present disclosure relates to a computer with only one power key, similar to the setup shown in FIG. 1 .
  • the computer will follow flowchart 600 illustrated in FIG. 6 .
  • the BIOS jumps to boot code 240
  • the computer will prompt the user for the desired operation 510 .
  • the user prompt may take the form of a pull-down window displayed on the visual display ( 110 of FIGS. 1 and 3 ), or a number of other means for prompting the user.
  • flowchart 600 follows the form of flowchart 500 , from FIG. 4 , and runs the appropriate operating system.
  • FIG. 7 is a block diagram illustrating another embodiment of the present invention.
  • the embodiment of FIG. 7 includes a computer system 710 , which may take the form of any of a number of personal computer configurations. Coupled to the computer system 710 are a plurality of devices 711 , 712 , 713 . These devices may take on a wide variety of forms or identities, including CD players, DVD players, MP3 players, routers, printers, wireless communication hubs or access points, digital cameras, etc. In this regard, there are an ever-increasing number of devices that are adapted for connection to and intercommunication with personal computers.
  • the devices 711 , 712 , 713 contemplated in this disclosure encompasses all such devices.
  • This block includes a plurality of keys or buttons 716 , 717 , 718 , and 719 , which are manually activated by a user.
  • these device activation keys 716 , 717 , 718 , and 719 may be configured to operate as individual power keys for the individual components or devices of the system. While four such device activation keys are illustrated in FIG. 7 , it should be appreciated that fewer or additional such keys may be provided, consistent with the scope and spirit of the illustrated embodiment.
  • device activation key 716 may be configured to operate essentially as a power key for the computer system 710 .
  • device activation key 717 may be configured to essentially operate as a power key for device 711 .
  • additional device activation keys may operate as power keys for the other devices coupled to the computer system 710 .
  • the computer system 710 may be powered up in accordance with a conventional or well-known startup procedure. In accordance with such a procedure, numerous device drivers and applications are loaded for execution and operation within the operating system of the computer system 710 . If, however, a user depresses power activation key 717 , then the system may be configured to power up in a different (or streamlined) configuration, such that only the device drivers and applications needed for operating device 711 are loaded for execution. If device 711 is, for example, a CD player, then the device drivers for device 711 and applications necessary for operating and communicating with device 711 and for playing audio CD's (for example) over the speakers of the computer system 710 are loaded and executed. This achieves significant time-savings for the startup procedure, and better and more efficient operational performance, as unnecessary applications and drivers need not be loaded or executed in memory.
  • FIG. 7 Also illustrated in FIG. 7 are conventional components such as the BIOS 720 for the computer system 710 and a hard drive 730 . Also illustrated is logic 740 that is provided to detect or determine a particular key activation sequence. This logic 740 effectively determines which of the device activation keys has been activated. In one embodiment, each activation key can correspond to an individual device 711 , 712 , 713 . In another embodiment, key combinations or key sequences of the device activation keys can select one or more of the devices for operation. Therefore, consistent with the scope and spirit of the disclosed embodiment, a user could depress keys 717 and 718 , for example, and the startup procedure for the computer system 710 may respond by loading the requisite device drivers and applications for operating device 711 and device 712 . The logic 740 is provided to detect the particular activation keys that are depressed, or a particular activation key sequence that may be activated by a user.
  • boot code segments 738 may be provided for coordinating and implementing startup procedures for various device configurations selected by the user through the device activation keys 715 .
  • FIG. 7 there is a dashed line between the logic 740 and boot code segments 738 indicating that the particular boot code segment(s) selected are determined in part by the logic 740 .
  • the relevant boot code segment 738 when executed, may access driver 735 and/or applications (not specifically shown) for initialization and loading into the operating systems of the computer system 710 .
  • a separate boot code segment 738 may be provided to correspond to each of the devices 711 , 712 , and 713 .
  • an operating method of one embodiment may detect the activation of a particular key sequence ( 810 ). Thereafter, after detection of any of a plurality of permissible key sequences, the method may execute a normal or conventional BIOS routine, during which power up and initialization operations are performed ( 812 ). Thereafter, the method may determine which key sequence, among a plurality of permissible key sequences, had been depressed or activated ( 814 ). In response to this determination, the method then proceeds to execute a corresponding boot code segment.
  • a key sequence indicates a normal computer operational mode
  • the method jumps to or executes a normal boot code segment ( 816 ).
  • the method determines that a particular key activation sequence corresponds to the operation of only a single, attached device, then the method jumps to or executes a boot code segment specifically corresponding to the operation of that device ( 818 , 819 ).
  • FIG. 9 is a flow chart illustrating a similar, but alternative embodiment of the present invention.
  • the first two steps of the flow chart of FIG. 9 are similar to the flow chart of FIG. 8 , and operate commensurately.
  • the method may determine either: that a key activation sequence indicates normal operation as a computer or that some other, limited configuration has been selected ( 914 ). If the method determines that a key activation sequence indicated for normal operation has been selected, then it proceeds to jump to or execute a normal boot code segment ( 916 ). If, however, the method determines that an alternative or limited operational configuration has been selected, then the method jumps to or executes a boot code segment for peripheral devices (step 920 ).
  • the boot code itself may be configured to determine which of the plurality of devices have been selected for operation. This has been graphically illustrated in FIG. 9 using “If/Then” statements within block 921 . In this regard, the boot code segment may determine that if device 1 has been selected then it executes or loads all drivers and applications appropriate for device 1 . Similar If/Then statements may be executed for any and all such devices that have been selected by the user for operation. In this regard, it should be appreciated that the system may operate in a limited mode with one or more peripheral devices in operation.
  • buttons 1015 and 1020 have been illustrated and these buttons loosely correspond to the device activation keys that were illustrated in FIG. 7 .
  • These keys have been designated as both 1015 a and 1020 a and 1015 b and 1020 b to illustrate that the keys may be located either as a part of the keyboard (e.g., 1015 b and 1020 b ) as well as in locations away from the keyboard, such as a location where conventional power keys are located (e.g., 1015 a and 1020 a ).
  • the limited or streamlined modes of operation may be provided and instructed by a user through the depression or activation of only a single power key.
  • the computer in response to the activation or depression of a power key, the computer is configured to present a list of options or selections to a user, who may then use a mouse or other input device (e.g., cursor or arrow keys) to select the device(s) or mode(s) of operation.
  • FIG. 11 is provided to illustrate just one of many numerous possible screen displays that may be presented to a user to facilitate this operation. As shown in FIG.
  • a startup menu may be presented that presents the user with a list of options or devices that the user wishes for the computer to enable for operation.
  • these include normal, CD player, DVD player, MP3 player, device 1 , device 2 , etc.
  • these “devices” may include or encompass a wide variety of devices that are conventional or are becoming well known for coupling in operation with personal computers.
  • a user may select any or all of the devices that the user wishes to have in operation.
  • the user may also be presented with applications for operation. For example, certain applications like anti-virus software may be installed on the computer and may be configured to load each time the computer is started up. However, there may be instances where a user does not desire certain applications to load into the computer upon startup.
  • a user could specifically designate which components that the user wishes to have operational for a given session with the computer.
  • a user could select normal (or conventional) operation of the computer and further select components or devices that the user did not wish to have activated for that particular session. Under such a startup procedure, the computer could skip the loading or operation of devices or applications that have been selected by the user, and through otherwise normal initialization and boot process, could load the remaining applications and devices for operation.
  • FIGS. 12 and 13 are flow charts illustrating two (2) different embodiments for implementing the embodiments contemplated in FIG. 11 .
  • the depression or activation of a power button 1210 is detected.
  • the method executes a normal or standard BIOS initialization and startup procedure ( 1212 ).
  • the method presents a menu (or other visual selection mechanism) to a user to allow the user to select or specify devices and applications for operation ( 1214 ).
  • the method executes or jumps to boot code segments that are specifically designated in correspondence with the device or devices selected ( 1216 ).
  • step 1216 the particular manner in which the boot code segment(s) are loaded and executed may take on any of the variety of forms previously discussed herein.
  • the depression or activation of a power key is detected ( 1310 ).
  • the user is presented with a menu or other visual mechanism that allows the user to specifically select or designate a configuration or a list of devices and applications that the user wishes to have activated or operational in the current computing session ( 1312 ).
  • the method executes a modified or specialized BIOS that has been specifically configured to perform power up and initialization tests in accordance with the devices and/or applications selected for operation ( 1314 ).
  • the system proceeds to execute a normal boot operation ( 1316 ).
  • the presentation of the menu to the user may be encompassed as a part of an enhanced BIOS or as a part of a specialized boot code segment operation.
  • a single power key may be provided on the computing system (as is conventional) and in response to the depression or activation of that key, a user is presented with a menu or list of configuration options that allow the user to specify a particular configuration for operation of the computer during that particular session.
  • Such a configuration may include a limited set of applications, device drivers, etc, that are relevant or pertinent to the operation desired by the user.
  • each of the streamlined power keys 305 can be configured to open a streamlined mode of operation for use with a different component or program.
  • One key could be configured for DVD play, while another could be configured for MP3 play. Yet another could be configured for word processing.
  • the number of choices posed to the user could far exceed two, depending on the desired configuration.

Abstract

The present invention is broadly directed to systems and methods for providing efficient startup procedures in computer systems. One embodiment of the present disclosure provides an efficient startup procedure by implementing a streamlined boot code procedure. In this embodiment, the computer system performs normal BIOS initialization routines, but executes one of a number of different boot code sequences, based on an operational configuration selected by a user. In another embodiment, a single power key is provided, and a user selects an operational configuration using a mouse (and in response to a visual prompt displayed on the screen). In this embodiment, the system may utilize specifically customized boot code routines, or alternatively may utilize customized BIOS routines. The present invention is broadly directed to systems and methods for providing efficient startup procedures in computer systems.

Description

TECHNICAL FIELD
The present disclosure generally relates to computer systems and more specifically relates to methods and apparatus for providing efficient startup to computers with peripheral devices.
BACKGROUND
Computers today perform numerous functions. A computer user can check e-mail, word process, surf the Internet, play CDs and DVDs, and execute many other functions (even simultaneously). While this ability has revolutionized the computer industry, it can be a detriment to computer users. In this regard, a typical personal computer that is equipped with CD and DVD drives, attachable peripherals (e.g., USB and other devices) typically has a relatively large amount of overhead associated with the startup procedure.
At startup, a conventional computer loads the same software and drivers, performs the same system tests, and detects the same hardware, regardless of which applications the user intends to implement. A user who, for example, desires only to watch a DVD, or listen to a CD must wait just as long for the computer to boot as someone wishing to use multiple applications.
For example, if a user wishes only to view media such as a CD or DVD on a computer, the user must first turn on the computer, and allow the system to execute its general “boot” procedure. When a computer “boots-up,” it generally performs system tests, initializes and detects hardware components, and loads its operating system, drivers, and other software. Once the computer has “booted-up,” and the computer is stable, the user may then load the media and attempt to open an application that controls the media component (e.g., DVD player, CD player, etc.). The application is usually media software configured to convert the data on the media into audio or video that the user can perceive. The user may control playback of the media through interaction with the media software or, if present, controls on the media component itself.
Integration of a media device with a computer in this manner however, can be very slow. As stated above, once a computer is turned on, it must perform many operations to become stable. Only then is the user able to activate the desired applications. If the user is only interested in utilizing one component or application, and is uninterested in using the other computer functions, this process becomes unnecessarily time-consuming. Furthermore, an excessive amount of system resources are being expended on drivers and other overhead that are not being used. Another drawback to using a media component (such as a CD player or DVD player) during normal operation is that if the computer is running a plurality of applications, the computer can become slow and playback of the media can become choppy or distorted.
Several approaches to this problem have been developed in an effort to streamline computer operation based on intended use. One such approach involves providing a computer with a customized BIOS and separate keys for invoking operation of one of a number of attached peripheral devices. Generally, BIOS is software within a computer that tells the computer what it can do without accessing programs from a disk. As is known, a computer's BIOS is typically provided within ROM or other integrated circuits and is embedded within the computer during production. A customized BIOS refers to BIOS within a computer that is specifically coded (or customized) for specific operation.
Under one known, a customized BIOS allows the user to choose one of a plurality of operational system configurations when the computer is turned on. This allows the user to more directly access the media component if desired (without also operating unnecessary drivers or other system components). For example, a computer with such a customized BIOS checks for user input at a certain time during the startup process. If the input is not present, the computer will perform a convention startup procedure, loading all drivers that are installed on the computer. However, if the input is present, the computer will execute a streamlined portion of BIOS (which skips some of the self tests and initialization routines for certain system components that will not be required or utilized in the operational mode selected).
Practically speaking, this allows a user to turn on the computer, and then activated a “jump key.” The “jump key” will command the computer to only load the specified software and drivers that allow the user to use the desired application. The normal operating system, and other components that are loaded during a normal startup will be excluded, thereby saving time.
While use of a “customized BIOS” may have certain advantages over full startup procedure, it has various disadvantages. One drawback is that, a computer's BIOS is generally embedded within the computer at production, and is not readily accessible by the user. Therefore, as a user adds components to a computer system, the original customized BIOS may not have the ability to adapt to the newly added components.
Thus, there is a need in the industry to provide computer systems and methods having efficient startup procedures, which address certain shortcomings and deficiencies that presently exist.
SUMMARY
The present invention is broadly directed to systems and methods for providing efficient startup procedures in computer systems.
One embodiment of the present disclosure provides an efficient startup procedure by implementing a streamlined boot code procedure. In this embodiment, the computer system performs normal BIOS initialization routines, but executes one of a number of different boot code sequences, based on an operational configuration selected by a user.
In another embodiment, a single power key is provided, and a user selects an operational configuration using a mouse (and in response to a visual prompt displayed on the screen). In this embodiment, the system may utilize specifically customized boot code routines, or alternatively may utilize customized BIOS routines.
Other systems, methods, features, and/or advantages will be or may become apparent to one with skill in the art upon examination of the following drawings and detailed description. It is intended that all such additional systems, methods, features and/or advantages be included within this description and be protected by the accompanying claims.
BRIEF DESCRIPTION OF THE DRAWINGS
The components in the drawings are not necessarily to scale relative to each other. Like reference numerals designate corresponding parts throughout the several views.
FIG. 1 is an illustration of a common computing setup with a personal computer.
FIG. 2 is a flow chart of a general computer startup sequence.
FIG. 3 is an illustration of a computing setup under one embodiment of the present disclosure.
FIG. 4 is a flowchart illustrating a computer startup sequence under one embodiment of the present disclosure that may be implemented within the computer setup illustrated in FIG. 3.
FIG. 5 is a diagram broadly illustrating certain sections or divisions of a hard drive.
FIG. 6 is a flowchart illustrating a computer startup sequence of an embodiment of the present disclosure that may be implemented within the computer setup of FIG. 1.
FIG. 7 is a block diagram illustrating another embodiment of the invention.
FIG. 8 is a flowchart illustrating certain operations of an embodiment of the invention.
FIG. 9 is a flowchart illustrating certain operations of an embodiment of the invention.
FIG. 10 is a diagram illustrating an embodiment of the invention implemented in a laptop computer.
FIG. 11 is a diagram illustrating a screen display in accordance with an embodiment of the invention.
FIG. 12 is a flowchart illustrating certain operations of an embodiment of the invention.
FIG. 13 is a flowchart illustrating certain operations of an embodiment of the invention.
DETAILED DESCRIPTION
The present disclosure relates to a computer setup that allows a user the choice of operating in normal mode or any of a number of alternative or streamlined modes. Under normal mode, the computer will load the primary operating system (e.g., MS Windows), along with the other programs and drivers typically loaded for normal use. The alternative mode(s) may be configured to load a smaller operating system, a different operating system, or fewer applications or operating components (such as applications or device drivers). This results in a more robust and efficient computer platform.
In accordance with the scope and spirit of the invention, a variety particular embodiments may be implemented. As will be described further herein, one embodiment utilizes multiple power keys, which invoke a startup procedure that varies in accordance with the power key (or key sequence) activated. Another embodiment utilizes a single power key, and allows the user to select components that he desires to have operational in a given session. In one embodiment, a streamlined operating configuration may be implemented through the use of special boot code segments.
Turning now to the drawings, FIG. 1 illustrates a common computer configuration 100. It comprises a computer 130 that is electrically connected to an interface 120 (shown here as a keyboard), a visual display 110, audio components 105, and a mouse 125. The computer in this illustration is also electrically connected to an external device 115 (shown here as an optical drive), and internal devices 140 and 145. As is evident to one with skill in the art, external device 115 (with interface 155) and internal devices 140 and 145 can take any of a plurality of forms, and are not limited to the representative forms or identities shown in FIG. 1. This is also true for the other components represented in FIG. 1. Also included in this illustration is power key 135, which is located on interface 150.
FIG. 2 is a flowchart that illustrates a conventional procedure that is implemented when a user activates a power key 135 (FIG. 1) of a computer. Following flowchart 200, the user activates power key 210. This will turn on the computer's power 215. The computer's BIOS will then initialize the computer's CPU and RAM 220 (note that the BIOS may also initialize other functions such as the keyboard, display screen, disk drives, serial communications, etc.). Next, the BIOS conducts a Power-On Self Test (POST) 225, and initializes the peripherals 230, such as Peripheral Component Interconnect bus (PCI), Plug-and-Play components (PnP), USB devices, Advanced Configuration and Power Interface, (ACPI), Integrated Drive Electronics interface (IDE), etc. Once this is complete, the BIOS will sequentially check such devices as the Floppy drive, the DVD drive, the CD drive, Hard drive, etc. for a boot code in sector 1 of the device.
When a boot code is found (regardless of where—e.g., hard disk, CD-ROM, floppy disk, etc.), the BIOS will load the boot code from the master boot record (MBR) 235. The computer 130 loads the boot code into a predetermined address of RAM (e.g., 00007C00). Under normal operation, the computer will then load the normal operating system, drivers, and all the other software. While this sequence of operations works very well when the user desires to implement multiple computer functions, it becomes unnecessarily time-consuming (and resource consuming) when the user desires only to implement a few computer or device functions.
Referring back to FIG. 1, in order for a user to turn on the computer's power, he simply activates (or depresses) the power key 135. After the user activated power key 135, the computer begins operation in accordance with the procedure illustrated in flowchart 200 of FIG. 2. In one embodiment of the present disclosure, illustrated in FIG. 3, the user has the option of activating any of a plurality of power keys, which can be located on an interface that is electrically connected to the computer 130. Power key 135 operates as before (shown in FIG. 1). However, streamline power keys 305 may be used to implement any of a plurality of streamlined operations, as illustrated in FIG. 4. The streamlined power keys shown in FIG. 3 are located on interfaces 120, 150, and 155. However, as is obvious to one with ordinary skill in the art, the streamlined power keys (and the power key for that matter) may be located on any interface electrically connected to the computer 130.
FIG. 4 illustrates the process that occurs by activating either power key 135 or streamline power key 305, from FIG. 3. Flowchart 400 in FIG. 4 begins identically to FIG. 2, regardless of which power key is activated. The user activates a power key 210, the major power is turned on 215, the BIOS initializes the CPU and RAM 220, runs a POST 225, initializes peripherals 230, loads modified boot code from the master boot record 235, and jumps to modified boot code 240.
At this point the modified boot code checks to determine which power key (or key sequence) was activated 310. If power key 135 was activated, the modified boot code will load the normal operating system (e.g., OS1) boot code into RAM (e.g., address 00007C00), generally located in a primary partition 312, and then the boot code will jump to address 00007C00. If, however the modified boot code check determines (310) that a power key corresponding to streamlined operation was activated, then the modified boot code loads a smaller operating system (e.g., OS2) boot code from a secondary partition into RAM address 00007C00 (320). This allows the computer to operate more efficiently.
As an example, if a user wishes to view a DVD movie through a media component, such as external device 115 (FIG. 3), he would activate the appropriate streamline power key 305. This opens a streamlined mode of operation that allows the user to view the DVD, without having to perform a general computer boot. The programs that would execute would include a streamlined operating system, a media-reading program (such as Windows Media Player, Musicmatch, Real Player, etc.), and the other appropriate programs and drivers that would allow the user to view this DVD.
Reference is now made to FIG. 5, which is a diagram broadly illustrating certain sections or subdivisions of a hard drive. In this regard, FIG. 5 illustrates a hard drive disk space 550 having multiple partitions (e.g., partition 1, 2, . . . N), and each partition has an operating system associated with it (e.g., OS1, OS2, . . . OSN). Generally, a boot code is provided in each partition, and the boot code defines the execution of a startup or boot procedure for the associated operating system. A master boot code is also provided, and this boot code is typically provided in the first sector of a hard disk (in an area referred to as the master boot record, or MBR). In accordance with embodiments of the present invention, this master boot code is modified, and FIG. 5 illustrates this code as a “modified boot code.” Modifications made to this boot code, in accordance with embodiments of the invention, are operative to determine or ascertain the power key (or startup key sequence) that is activated, and directs the boot procedure to the appropriate boot code.
Another embodiment of the present disclosure relates to a computer with only one power key, similar to the setup shown in FIG. 1. When the power key is activated, the computer will follow flowchart 600 illustrated in FIG. 6. However, after the BIOS jumps to boot code 240, the computer will prompt the user for the desired operation 510. Then, from a user prompt the user can choose whether to run the normal operation, or run any of the streamlined operations. The user prompt may take the form of a pull-down window displayed on the visual display (110 of FIGS. 1 and 3), or a number of other means for prompting the user. Once this choice is made, flowchart 600 follows the form of flowchart 500, from FIG. 4, and runs the appropriate operating system.
Reference is now made to FIG. 7, which is a block diagram illustrating another embodiment of the present invention. The embodiment of FIG. 7 includes a computer system 710, which may take the form of any of a number of personal computer configurations. Coupled to the computer system 710 are a plurality of devices 711, 712, 713. These devices may take on a wide variety of forms or identities, including CD players, DVD players, MP3 players, routers, printers, wireless communication hubs or access points, digital cameras, etc. In this regard, there are an ever-increasing number of devices that are adapted for connection to and intercommunication with personal computers. The devices 711, 712, 713 contemplated in this disclosure encompasses all such devices.
Also illustrated is a block 715 labeled “device activation keys.” This block includes a plurality of keys or buttons 716, 717, 718, and 719, which are manually activated by a user. In one embodiment, these device activation keys 716, 717, 718, and 719, may be configured to operate as individual power keys for the individual components or devices of the system. While four such device activation keys are illustrated in FIG. 7, it should be appreciated that fewer or additional such keys may be provided, consistent with the scope and spirit of the illustrated embodiment. By way of example, device activation key 716 may be configured to operate essentially as a power key for the computer system 710. Similarly, device activation key 717 may be configured to essentially operate as a power key for device 711. Likewise, additional device activation keys may operate as power keys for the other devices coupled to the computer system 710.
In operation, if a user depresses device activation key 716, the computer system 710 may be powered up in accordance with a conventional or well-known startup procedure. In accordance with such a procedure, numerous device drivers and applications are loaded for execution and operation within the operating system of the computer system 710. If, however, a user depresses power activation key 717, then the system may be configured to power up in a different (or streamlined) configuration, such that only the device drivers and applications needed for operating device 711 are loaded for execution. If device 711 is, for example, a CD player, then the device drivers for device 711 and applications necessary for operating and communicating with device 711 and for playing audio CD's (for example) over the speakers of the computer system 710 are loaded and executed. This achieves significant time-savings for the startup procedure, and better and more efficient operational performance, as unnecessary applications and drivers need not be loaded or executed in memory.
It will be appreciated that the particular drivers and applications that are loaded for operation may vary from system to system and from device to device. What is relevant for purposes of this disclosure, and in accordance with the scope and the spirit of the illustrated embodiment, is that alternative startup configurations may be provided such that when a user desires operation out of only a limited set of devices, that the embodiment of FIG. 7 can efficiently accommodate such a request or desire.
Also illustrated in FIG. 7 are conventional components such as the BIOS 720 for the computer system 710 and a hard drive 730. Also illustrated is logic 740 that is provided to detect or determine a particular key activation sequence. This logic 740 effectively determines which of the device activation keys has been activated. In one embodiment, each activation key can correspond to an individual device 711, 712, 713. In another embodiment, key combinations or key sequences of the device activation keys can select one or more of the devices for operation. Therefore, consistent with the scope and spirit of the disclosed embodiment, a user could depress keys 717 and 718, for example, and the startup procedure for the computer system 710 may respond by loading the requisite device drivers and applications for operating device 711 and device 712. The logic 740 is provided to detect the particular activation keys that are depressed, or a particular activation key sequence that may be activated by a user.
As previously described above, conventional startup procedures for a computer system 710 include various initialization and power up self-tests that are performed by the BIOS 720. In accordance with an embodiment, multiple, independent boot code segments 738 may be provided for coordinating and implementing startup procedures for various device configurations selected by the user through the device activation keys 715. In FIG. 7, there is a dashed line between the logic 740 and boot code segments 738 indicating that the particular boot code segment(s) selected are determined in part by the logic 740. The relevant boot code segment 738, when executed, may access driver 735 and/or applications (not specifically shown) for initialization and loading into the operating systems of the computer system 710.
In one embodiment, a separate boot code segment 738 may be provided to correspond to each of the devices 711, 712, and 713. In another embodiment, there may be only two (2) boot code segments provided. The first boot code segment may be executed for powering the computer in a normal operational configuration, while a second boot code segment may be provided for specifically determining (e.g. , in response to the logic 740) which drivers and applications to be loaded for the particular configuration selected by the user. It will be appreciated, consistent with the concepts and teachings herein, that other embodiments may be provided as well.
Reference is now made to FIG. 8, which is a flow chart illustrating certain principle operational steps of an embodiment of the invention. In accordance with this embodiment, an operating method of one embodiment may detect the activation of a particular key sequence (810). Thereafter, after detection of any of a plurality of permissible key sequences, the method may execute a normal or conventional BIOS routine, during which power up and initialization operations are performed (812). Thereafter, the method may determine which key sequence, among a plurality of permissible key sequences, had been depressed or activated (814). In response to this determination, the method then proceeds to execute a corresponding boot code segment. For example, if a key sequence indicates a normal computer operational mode, then the method jumps to or executes a normal boot code segment (816). Likewise, if the method determines that a particular key activation sequence corresponds to the operation of only a single, attached device, then the method jumps to or executes a boot code segment specifically corresponding to the operation of that device (818, 819).
References now made to FIG. 9, which is a flow chart illustrating a similar, but alternative embodiment of the present invention. The first two steps of the flow chart of FIG. 9 are similar to the flow chart of FIG. 8, and operate commensurately. However, in this embodiment, the method may determine either: that a key activation sequence indicates normal operation as a computer or that some other, limited configuration has been selected (914). If the method determines that a key activation sequence indicated for normal operation has been selected, then it proceeds to jump to or execute a normal boot code segment (916). If, however, the method determines that an alternative or limited operational configuration has been selected, then the method jumps to or executes a boot code segment for peripheral devices (step 920). As a part of this boot code segment for peripheral devices, the boot code itself may be configured to determine which of the plurality of devices have been selected for operation. This has been graphically illustrated in FIG. 9 using “If/Then” statements within block 921. In this regard, the boot code segment may determine that if device 1 has been selected then it executes or loads all drivers and applications appropriate for device 1. Similar If/Then statements may be executed for any and all such devices that have been selected by the user for operation. In this regard, it should be appreciated that the system may operate in a limited mode with one or more peripheral devices in operation.
Reference is made briefly to FIG. 10, which is provided merely to illustrate that the concepts and teachings of the present invention may be implemented on a laptop computer as well as a desktop computer. In this regard, buttons 1015 and 1020 have been illustrated and these buttons loosely correspond to the device activation keys that were illustrated in FIG. 7. These keys have been designated as both 1015 a and 1020 a and 1015 b and 1020 b to illustrate that the keys may be located either as a part of the keyboard (e.g., 1015 b and 1020 b) as well as in locations away from the keyboard, such as a location where conventional power keys are located (e.g., 1015 a and 1020 a).
In accordance with another embodiment of the present invention, the limited or streamlined modes of operation may be provided and instructed by a user through the depression or activation of only a single power key. In such an embodiment, in response to the activation or depression of a power key, the computer is configured to present a list of options or selections to a user, who may then use a mouse or other input device (e.g., cursor or arrow keys) to select the device(s) or mode(s) of operation. FIG. 11 is provided to illustrate just one of many numerous possible screen displays that may be presented to a user to facilitate this operation. As shown in FIG. 11, after a user depresses or activates a power key, a startup menu may be presented that presents the user with a list of options or devices that the user wishes for the computer to enable for operation. In the particular embodiment illustrated, these include normal, CD player, DVD player, MP3 player, device 1, device 2, etc.
As previously mentioned, these “devices” may include or encompass a wide variety of devices that are conventional or are becoming well known for coupling in operation with personal computers. Through such a menu driven operation, a user may select any or all of the devices that the user wishes to have in operation. Although not specifically illustrated, in addition to devices, the user may also be presented with applications for operation. For example, certain applications like anti-virus software may be installed on the computer and may be configured to load each time the computer is started up. However, there may be instances where a user does not desire certain applications to load into the computer upon startup. Through such a menu driven selection of operation, a user could specifically designate which components that the user wishes to have operational for a given session with the computer. In yet another embodiment, not specifically illustrated, a user could select normal (or conventional) operation of the computer and further select components or devices that the user did not wish to have activated for that particular session. Under such a startup procedure, the computer could skip the loading or operation of devices or applications that have been selected by the user, and through otherwise normal initialization and boot process, could load the remaining applications and devices for operation.
Reference is now made to FIGS. 12 and 13, which are flow charts illustrating two (2) different embodiments for implementing the embodiments contemplated in FIG. 11. With reference first to FIG. 12, the depression or activation of a power button 1210 is detected. Thereafter, the method executes a normal or standard BIOS initialization and startup procedure (1212). After execution of the BIOS procedure, the method presents a menu (or other visual selection mechanism) to a user to allow the user to select or specify devices and applications for operation (1214). Thereafter, the method executes or jumps to boot code segments that are specifically designated in correspondence with the device or devices selected (1216). With regard to step 1216, the particular manner in which the boot code segment(s) are loaded and executed may take on any of the variety of forms previously discussed herein.
With reference to FIG. 13, the depression or activation of a power key is detected (1310). In response thereto, the user is presented with a menu or other visual mechanism that allows the user to specifically select or designate a configuration or a list of devices and applications that the user wishes to have activated or operational in the current computing session (1312). Thereafter, the method executes a modified or specialized BIOS that has been specifically configured to perform power up and initialization tests in accordance with the devices and/or applications selected for operation (1314). After execution of the modified bios, the system proceeds to execute a normal boot operation (1316).
It should be appreciated, in reference to the embodiments of the FIGS. 12 and 13, that the presentation of the menu to the user may be encompassed as a part of an enhanced BIOS or as a part of a specialized boot code segment operation. What is relevant for purposes of the illustrated embodiments is that a single power key may be provided on the computing system (as is conventional) and in response to the depression or activation of that key, a user is presented with a menu or list of configuration options that allow the user to specify a particular configuration for operation of the computer during that particular session. Such a configuration may include a limited set of applications, device drivers, etc, that are relevant or pertinent to the operation desired by the user.
As is evident to one with skill in the art, while the figures presented only give the user two choices of operating modes, this is not intended to limit the disclosure to two modes of operation. The present disclosure contemplates multiple modes of operation, implemented in a similar manner. For example, each of the streamlined power keys 305 can be configured to open a streamlined mode of operation for use with a different component or program. One key could be configured for DVD play, while another could be configured for MP3 play. Yet another could be configured for word processing. Further, in an embodiment with only one power key, the number of choices posed to the user could far exceed two, depending on the desired configuration.
It should be emphasized that many variations and modifications may be made to the above-described embodiments. All such modifications and variations are intended to be included herein within the scope of this disclosure and protected by the following claims.

Claims (9)

1. A system for performing a streamlined startup procedure for a computer comprising:
a computer;
a first button and a second button;
logic responsive to activation of either the first button or second button to trigger execution of a conventional BIOS (basic input output service) routine, wherein the conventional BIOS routine comprises at least one original boot code executed and stored in a Read Only Memory (ROM);
modified boot code stored in a hard drive, operative to determine which of the first button or second button has been activated, and to direct further execution to either of a first boot code or a second boot code;
first boot code stored in a first partition on the hard drive, responsive to the activation of the first button to cause the computer to execute a conventional boot code procedure; and
second boot code stored in a second partition on the hard drive, responsive to the activation of the second button to cause the computer to execute a streamlined boot code procedure, the streamlined boot code procedure configured to load or execute code segments other than the conventional boot code wherein storage of the modified boot code in the hard drive facilitates modification of the modified boot code,
wherein the original boot code is configured to load the modified boot code from the hard drive.
2. The system of claim 1, wherein the first and second buttons are power buttons disposed on the computer.
3. The system of claim 1, wherein the first and second buttons are keys located on a keyboard.
4. The system of claim 1, wherein the computer is a desktop computer.
5. The system of claim 1, wherein the computer is a notebook computer.
6. The system of claim 1, further including a peripheral device connected to the computer, wherein the streamlined boot code procedure comprises code for operating the peripheral device through the computer.
7. The system of claim 1, further comprising a third button and third boot code responsive to the activation of the third button to cause the computer to execute a streamlined boot code procedure, the streamlined boot code procedure configured to load or execute code segments other than the conventional boot code procedure.
8. A method for streamlining the operation of a computer, the method comprising:
operating an interface that is electrically connected to a computer, the interface comprising a plurality of inputs, wherein one of the inputs is a boot input configured to utilize a basic input output service (BIOS) to boot the computer according to any of a plurality of boot codes,
wherein the plurality of boot codes includes at least a modified boot code, a first boot code and a second boot code,
wherein the modified boot code is stored in the hard drive and operative to determine which of the inputs has been activated, and to direct further execution to either of the first boot code or the second boot code,
wherein the first boot code is stored in a first partition on the hard drive to cause the computer to execute a conventional boot code procedure, and
wherein the second boot code is stored in a second partition on the hard drive to execute a streamlined boot code procedure, the streamlined boot code procedure configured to load or execute code segments other than the conventional boot code; and
operating at least one application executed from the streamlined operation,
wherein the storage of the modified boot code facilitates modification of that at least one boot code by a user.
9. The method of claim 8, wherein the at least one application comprises media-reading software.
US10/947,494 2004-09-22 2004-09-22 Systems, methods, and apparatus for providing efficient startup to computers with peripheral devices Active 2025-09-03 US7600105B2 (en)

Priority Applications (3)

Application Number Priority Date Filing Date Title
US10/947,494 US7600105B2 (en) 2004-09-22 2004-09-22 Systems, methods, and apparatus for providing efficient startup to computers with peripheral devices
TW094109370A TWI309803B (en) 2004-09-22 2005-03-25 Systems, methods, and apparatus for providing efficient startup to computers with peripheral devices
JP2005103899A JP2006092511A (en) 2004-09-22 2005-03-31 Simplified startup system of computer, its simplified operation system, its simplified operation method and its efficient startup system

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
US10/947,494 US7600105B2 (en) 2004-09-22 2004-09-22 Systems, methods, and apparatus for providing efficient startup to computers with peripheral devices

Publications (2)

Publication Number Publication Date
US20060064571A1 US20060064571A1 (en) 2006-03-23
US7600105B2 true US7600105B2 (en) 2009-10-06

Family

ID=36075344

Family Applications (1)

Application Number Title Priority Date Filing Date
US10/947,494 Active 2025-09-03 US7600105B2 (en) 2004-09-22 2004-09-22 Systems, methods, and apparatus for providing efficient startup to computers with peripheral devices

Country Status (3)

Country Link
US (1) US7600105B2 (en)
JP (1) JP2006092511A (en)
TW (1) TWI309803B (en)

Cited By (8)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US20060116208A1 (en) * 2004-12-01 2006-06-01 Igt Universal operating system to hardware platform interface for gaming machines
US20090106545A1 (en) * 2007-10-23 2009-04-23 Asustek Computer Inc. Booting method for computer system
US20110078429A1 (en) * 2009-09-30 2011-03-31 Hon Hai Precision Industry Co., Ltd. Electronic device and booting method therefor
US20130232326A1 (en) * 2012-03-05 2013-09-05 Asustek Computer Inc. Electronic Device Booting Method and Electronic Device Applying the Same
US8645675B2 (en) 2009-12-09 2014-02-04 Hewlett-Packard Development Company, L.P. Configuration of a basic input/output system (BIOS) based on a series of follow up questions tailored to user type
US20140244777A1 (en) * 2013-02-22 2014-08-28 International Business Machines Corporation Disk mirroring for personal storage
WO2017087621A1 (en) * 2015-11-17 2017-05-26 James Dooley Security stack for embedded systems
US11704197B2 (en) * 2019-10-22 2023-07-18 Ncr Corporation Basic input/output system (BIOS) device management

Families Citing this family (23)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
TW200705252A (en) * 2005-07-22 2007-02-01 Mitac Technology Corp Method and computer system of touch selection and instantly executing computer multimedia playback
US7793091B2 (en) * 2005-08-26 2010-09-07 Sytex, Inc. Method, computer-readable media, devices and systems for loading a selected operating system of interest
US20070118658A1 (en) * 2005-11-23 2007-05-24 Broyles Paul J User selectable management alert format
US7519803B2 (en) * 2006-02-08 2009-04-14 Dell Products L.P. Build-to-order embedded operating system partition
US20070266231A1 (en) * 2006-05-15 2007-11-15 Huey-Tyug Chua Portable Electronic Device and Method for Loading Resource Data of the Portable Electronic Device
CN100468434C (en) * 2006-06-28 2009-03-11 北京飞天诚信科技有限公司 Protection method and device for opening computer
KR20080001268A (en) * 2006-06-29 2008-01-03 엘지전자 주식회사 Portable device and method supporting multi operating system
KR101121641B1 (en) * 2006-07-03 2012-04-16 엘지전자 주식회사 Apparatus and method for controlling operation of system
US7624217B2 (en) * 2007-02-12 2009-11-24 Microsoft Corporation Adaptive boot sequence
JP5241136B2 (en) * 2007-05-22 2013-07-17 キヤノン株式会社 Startup method, startup device, and startup program
TW200923783A (en) * 2007-11-30 2009-06-01 Giga Byte Tech Co Ltd Method for automatically repairing system configuration using single key control
JP2009134626A (en) * 2007-11-30 2009-06-18 Toshiba Corp Information processing apparatus and method for starting up information processing apparatus
US20100174894A1 (en) * 2009-01-07 2010-07-08 Lenovo (Singapore) Pte, Ltd. Method, Apparatus, and System for Configuring an Operating System on a Target Computer
CN102053900A (en) * 2009-10-30 2011-05-11 鸿富锦精密工业(深圳)有限公司 Method and system for testing USB (Universal Serial Bus) equipment of electronic device
DE102011115853A1 (en) 2011-10-13 2013-04-18 Fujitsu Technology Solutions Intellectual Property Gmbh Working method for a computer system and computer system
US20130304901A1 (en) * 2012-05-11 2013-11-14 James Malnati Automated integration of disparate system management tools
CN103034510B (en) * 2012-10-26 2016-04-20 中国航天科工集团第二研究院七〇六所 Can the UEFI BIOS fast and safely starting method of dynamic conditioning on demand
US9250922B2 (en) 2013-02-28 2016-02-02 Qualcomm Incorporated Method and apparatus for prefetching peripheral device drivers for smart phones and other connected devices prior to HLOS boot
JP2014186501A (en) * 2013-03-22 2014-10-02 Nec Corp Information processor and start control method therefor, storage medium, and computer program
US20160116974A1 (en) * 2014-10-23 2016-04-28 Qualcomm Incorporated Methods and systems to boot up smartphones in ultra low power modes
TWI569129B (en) 2015-12-01 2017-02-01 財團法人工業技術研究院 System suspend method, system resume method and computer system using the same
JP6849484B2 (en) * 2017-03-03 2021-03-24 キヤノン株式会社 Information processing device, control method of information processing device, and program
CN117093238A (en) * 2022-05-13 2023-11-21 荣耀终端有限公司 Upgrading method based on input/output system BIOS and terminal equipment

Citations (74)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US4303973A (en) 1976-10-29 1981-12-01 The Foxboro Company Industrial process control system
US4398264A (en) 1980-08-12 1983-08-09 Pitney Bowes Inc. Circuit to enable foreground and background processing in a word processing system with circuits for performing a plurality of independently controlled functions
US4497036A (en) 1983-04-12 1985-01-29 Microffice Systems Technology Portable computer
US4814972A (en) 1983-10-23 1989-03-21 Keycom Electronic Publishing Method and videotex apparatus for fast access of remotely located information
US4839802A (en) 1986-11-19 1989-06-13 Extel Corporation Adaptation of computer to communication operation
US4949248A (en) 1988-07-15 1990-08-14 Caro Marshall A System for shared remote access of multiple application programs executing in one or more computers
US5086503A (en) 1988-04-08 1992-02-04 International Business Machines Corporation Methods of remapping a keyboard within a computer system
WO1992021081A1 (en) 1991-05-17 1992-11-26 Zenith Data Systems Corporation Suspend/resume capability for a protected mode microprocessor and hard disk, and idle mode implementation
US5181029A (en) 1991-05-13 1993-01-19 Ast Research, Inc. Electronic keyboard template
US5241646A (en) 1988-03-30 1993-08-31 Kabushiki Kaisha Toshiba Systems for changing hardware parameters using sub-CPU for sensing specialized key inputs and main CPU for changes
US5333273A (en) 1990-11-09 1994-07-26 Ast Research, Inc. Protected hot key function for microprocessor-based computer system
US5446904A (en) 1991-05-17 1995-08-29 Zenith Data Systems Corporation Suspend/resume capability for a protected mode microprocessor
US5613135A (en) 1992-09-17 1997-03-18 Kabushiki Kaisha Toshiba Portable computer having dedicated register group and peripheral controller bus between system bus and peripheral controller
WO1997015913A1 (en) 1995-10-26 1997-05-01 Elonex Technologies, Inc. Computer peripherals low-power-consumption standby system
US5666534A (en) 1993-06-29 1997-09-09 Bull Hn Information Systems Inc. Method and appartus for use by a host system for mechanizing highly configurable capabilities in carrying out remote support for such system
US5675390A (en) 1995-07-17 1997-10-07 Gateway 2000, Inc. Home entertainment system combining complex processor capability with a high quality display
EP0820022A2 (en) 1996-07-19 1998-01-21 Compaq Computer Corporation Computer system incorporating hot docking and undocking capabilities without requiring a standby or suspend mode
WO1998032223A2 (en) 1997-01-15 1998-07-23 Mackie Designs Inc. Digital signal mixing architecture
US5796404A (en) 1996-07-01 1998-08-18 Sun Microsystems, Inc. Computer system having alphanumeric keyboard access to objects in graphical user interface
WO1998041918A1 (en) 1997-03-14 1998-09-24 Ian Charles Ogilvy Method and apparatus for controlling communications
US5860001A (en) 1997-05-19 1999-01-12 International Business Machines Corporation Computer system having at least two boot sequences
US5881318A (en) 1996-07-09 1999-03-09 Gateway 2000, Inc. Keyboard audio controls for integrated CD-ROM players
US5900875A (en) 1997-01-29 1999-05-04 3Com Corporation Method and apparatus for interacting with a portable computer system
US5935225A (en) 1996-09-13 1999-08-10 Silitek Corporation Method for expanding hot keys on a keyboard
US5986586A (en) 1996-07-16 1999-11-16 Silitek Corporation Keyboard with additional hot keys
US5999994A (en) 1991-01-31 1999-12-07 Ast Research, Inc. Dual path computer control system
JP2000020285A (en) 1998-06-26 2000-01-21 Toshiba Corp Computer system
US6108780A (en) 1997-08-30 2000-08-22 Nec Corporation Operating system startup apparatus, method for operating system startup and a mechanically readable storage medium containing a program therefor
US6111569A (en) 1997-02-21 2000-08-29 Compaq Computer Corporation Computer-based universal remote control system
EP1037133A1 (en) 1999-03-15 2000-09-20 International Business Machines Corporation Method and apparatus for alternation between instances of operating systems in computer systems
US6137473A (en) 1994-09-02 2000-10-24 Nec Corporation System and method for switching control between a host computer and a remote interface device
US6178503B1 (en) 1998-09-11 2001-01-23 Powerquest Corporation Managing multiple operating systems on a single computer
US6209034B1 (en) 1994-09-02 2001-03-27 Nec Corporation Remote keyboard macros activated by hot icons
US6230279B1 (en) 1997-06-03 2001-05-08 Kabushiki Kaisha Toshiba System and method for dynamically controlling processing speed of a computer in response to user commands
US6266714B1 (en) 1997-04-30 2001-07-24 Compaq Computer Corporation Audio CD play subsystem capable for playing audio CDs in a CD-ROM drive during computer system is in power-off state
US6320519B1 (en) 1997-10-22 2001-11-20 Acer Peripherals, Inc. Keyboard and method for switching key code with a single modifier key
US6327653B1 (en) 1995-11-07 2001-12-04 Samsung Electronics Co., Ltd. Technique for easily changing operating systems of a digital computer system using at least two pushbuttons
US6373503B1 (en) 1996-02-22 2002-04-16 Lumenati, Inc. Multimedia computer and television apparatus
US6414675B1 (en) 2000-06-19 2002-07-02 Chi Mei Optoelectronics Corporation Personal computer system having wake-up functionality controlled by a CD control panel
US6487669B1 (en) 1999-09-30 2002-11-26 Intel Corporation Method and apparatus for a dual mode of displaying data and images
US6487611B1 (en) 1999-02-19 2002-11-26 Compaq Computer Corporation, Inc. Seamless distributed job control between a multifunction peripheral and a host
US20030023700A1 (en) 2001-07-27 2003-01-30 Lightsurf Technologies, Inc. System and methodology providing on-board user interface
US6532499B1 (en) 1999-03-17 2003-03-11 International Business Machines Corporation Method for switching a plurality of key functions allocated to a special key
US20030093658A1 (en) 2001-11-15 2003-05-15 Say-Ling Wen Method and system for starting a multiple PDA operating system through a menu
US6574517B1 (en) 1999-09-01 2003-06-03 Samsung Electro-Mechanics Co., Ltd. Method of processing multi-function key inputting device
US6577326B1 (en) 1997-08-29 2003-06-10 Koninklijke Philips Electronics N.V. Computer-controlled home theater independent user-control
US20030107271A1 (en) 2001-12-11 2003-06-12 Mitac Technology Corp. Notebook computer with a power generator
US20030115444A1 (en) 2001-12-14 2003-06-19 Mitac Technology Corp. Computer equipment
US20030188144A1 (en) 2002-03-28 2003-10-02 Sterling Du Personal computer integrated with personal digital assistant
US20030233157A1 (en) 2000-07-12 2003-12-18 Mitac Technology Corp. Method of executing shuttle function cooperating with a multimedia program
US20040010889A1 (en) 2002-07-18 2004-01-22 Mitac Technology Corp. Structure for a portable electronic device handle
US20040012919A1 (en) 2002-07-18 2004-01-22 Mitac Technology Corp. Notebook computer with a keyboard with adjustable angles
US20040012918A1 (en) 2002-07-18 2004-01-22 Mitac Technology Corp. Notebook computer with sliding keyboard
US20040012509A1 (en) 2002-07-18 2004-01-22 Mitac Technology Corp. Notebook computer with a detachable keyboard
US20040039904A1 (en) 2002-08-26 2004-02-26 Jacky Lin Method of booting a computer to play a compact disc without loading an operation system
US20040093449A1 (en) 2002-11-12 2004-05-13 Mitac Technology Corp. Computer system with collapsible keyboard and alternate display functions and processing method thereof
US20040093445A1 (en) 2002-11-13 2004-05-13 Mitac Technology Corp. Method and apparatus for infrared remote power up of a computer system
US20040090738A1 (en) 2002-11-12 2004-05-13 Mitac Technology Corp. Method and apparatus for integrating personal computer and electronic device functions
US20040093094A1 (en) 2002-11-12 2004-05-13 Mitac Technology Corp. Method of converting keyboard command entres and storage medium
US20040090454A1 (en) 2002-11-12 2004-05-13 Mitac Technology Corp. Method and apparatus for replacing the skin of an onscreen audio player
US20040090442A1 (en) 2002-11-12 2004-05-13 Mitac Technology Corp. Method for implementing multiple power-up graphics in a single computer platform, and computer platform and storage medium therefor
US20040093489A1 (en) 2002-11-12 2004-05-13 Mitac Technology Corp. System and method for quick boot and application switching for a computer system
US20040090357A1 (en) 2002-11-13 2004-05-13 Mitac Technology Corp. Signal filtering system and method for a computer system remote controller
US20040093446A1 (en) 2002-11-12 2004-05-13 Mitac Technology Corp. Method and apparatus for implementing hot key functions
US20040093490A1 (en) 2002-11-12 2004-05-13 Mitac Technology Corp. Method for activating a computer system audio player with hot key
US20040098576A1 (en) 2002-11-14 2004-05-20 Mitac Technology Corp. System and method for boot mode control
US20040109278A1 (en) 2002-12-06 2004-06-10 Mitac Technology Corp. And Mitac International Corp. Transformer circuit
US6757002B1 (en) 1999-11-04 2004-06-29 Hewlett-Packard Development Company, L.P. Track pad pointing device with areas of specialized function
US20040128492A1 (en) 2002-12-27 2004-07-01 Mitac Technology Corp. Memory device for assistant execution of computer program in semi-opening or all-opening machine
EP1460536A2 (en) 2003-03-20 2004-09-22 Acer Incorporated Computer system capable of operating in multiple operation modes.
US20050097309A1 (en) 2003-11-05 2005-05-05 Mitac Technology Corp. Selective quick boot system and method
US7039799B2 (en) * 2002-10-31 2006-05-02 Lsi Logic Corporation Methods and structure for BIOS reconfiguration
US7234055B2 (en) * 2004-08-24 2007-06-19 Inventec Corporation Computer operating booting system making use of multi-buttons
US7380148B2 (en) * 2004-02-19 2008-05-27 Dell Products L.P. System and method for information handling system multimedia mode boot optimization

Family Cites Families (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
DE3932109A1 (en) * 1989-09-26 1991-04-11 Sarstedt Walter Geraete BLOOD COLLECTION DEVICE
US6478611B1 (en) * 2001-11-08 2002-11-12 Hon Hai Precision Ind. Co., Ltd. Electrical connector with visual indicator

Patent Citations (80)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US4303973A (en) 1976-10-29 1981-12-01 The Foxboro Company Industrial process control system
US4398264A (en) 1980-08-12 1983-08-09 Pitney Bowes Inc. Circuit to enable foreground and background processing in a word processing system with circuits for performing a plurality of independently controlled functions
US4497036A (en) 1983-04-12 1985-01-29 Microffice Systems Technology Portable computer
US4814972A (en) 1983-10-23 1989-03-21 Keycom Electronic Publishing Method and videotex apparatus for fast access of remotely located information
US4839802A (en) 1986-11-19 1989-06-13 Extel Corporation Adaptation of computer to communication operation
US5241646A (en) 1988-03-30 1993-08-31 Kabushiki Kaisha Toshiba Systems for changing hardware parameters using sub-CPU for sensing specialized key inputs and main CPU for changes
US5086503A (en) 1988-04-08 1992-02-04 International Business Machines Corporation Methods of remapping a keyboard within a computer system
US4949248A (en) 1988-07-15 1990-08-14 Caro Marshall A System for shared remote access of multiple application programs executing in one or more computers
US5333273A (en) 1990-11-09 1994-07-26 Ast Research, Inc. Protected hot key function for microprocessor-based computer system
US6170024B1 (en) 1991-01-31 2001-01-02 Ast Research, Inc. Adjusting the volume by a keyboard via an independent control circuit, independent of a host computer
US5999994A (en) 1991-01-31 1999-12-07 Ast Research, Inc. Dual path computer control system
US5181029A (en) 1991-05-13 1993-01-19 Ast Research, Inc. Electronic keyboard template
WO1992021081A1 (en) 1991-05-17 1992-11-26 Zenith Data Systems Corporation Suspend/resume capability for a protected mode microprocessor and hard disk, and idle mode implementation
US5446904A (en) 1991-05-17 1995-08-29 Zenith Data Systems Corporation Suspend/resume capability for a protected mode microprocessor
US5905914A (en) 1992-09-17 1999-05-18 Kabushiki Kaisha Toshiba Portable computer having dedicated register group and peripheral controller bus between system bus and peripheral controller
US5884085A (en) 1992-09-17 1999-03-16 Kabushiki Kaisha Toshiba Portable computer having dedicated register group and peripheral controller bus between system bus and peripheral controller
US5613135A (en) 1992-09-17 1997-03-18 Kabushiki Kaisha Toshiba Portable computer having dedicated register group and peripheral controller bus between system bus and peripheral controller
US5666534A (en) 1993-06-29 1997-09-09 Bull Hn Information Systems Inc. Method and appartus for use by a host system for mechanizing highly configurable capabilities in carrying out remote support for such system
US6209034B1 (en) 1994-09-02 2001-03-27 Nec Corporation Remote keyboard macros activated by hot icons
US6137473A (en) 1994-09-02 2000-10-24 Nec Corporation System and method for switching control between a host computer and a remote interface device
US5675390A (en) 1995-07-17 1997-10-07 Gateway 2000, Inc. Home entertainment system combining complex processor capability with a high quality display
WO1997015913A1 (en) 1995-10-26 1997-05-01 Elonex Technologies, Inc. Computer peripherals low-power-consumption standby system
US6327653B1 (en) 1995-11-07 2001-12-04 Samsung Electronics Co., Ltd. Technique for easily changing operating systems of a digital computer system using at least two pushbuttons
US6373503B1 (en) 1996-02-22 2002-04-16 Lumenati, Inc. Multimedia computer and television apparatus
US5796404A (en) 1996-07-01 1998-08-18 Sun Microsystems, Inc. Computer system having alphanumeric keyboard access to objects in graphical user interface
US5881318A (en) 1996-07-09 1999-03-09 Gateway 2000, Inc. Keyboard audio controls for integrated CD-ROM players
US5986586A (en) 1996-07-16 1999-11-16 Silitek Corporation Keyboard with additional hot keys
EP0820022A2 (en) 1996-07-19 1998-01-21 Compaq Computer Corporation Computer system incorporating hot docking and undocking capabilities without requiring a standby or suspend mode
US5935225A (en) 1996-09-13 1999-08-10 Silitek Corporation Method for expanding hot keys on a keyboard
WO1998032223A2 (en) 1997-01-15 1998-07-23 Mackie Designs Inc. Digital signal mixing architecture
US5900875A (en) 1997-01-29 1999-05-04 3Com Corporation Method and apparatus for interacting with a portable computer system
US6111569A (en) 1997-02-21 2000-08-29 Compaq Computer Corporation Computer-based universal remote control system
WO1998041918A1 (en) 1997-03-14 1998-09-24 Ian Charles Ogilvy Method and apparatus for controlling communications
US6266714B1 (en) 1997-04-30 2001-07-24 Compaq Computer Corporation Audio CD play subsystem capable for playing audio CDs in a CD-ROM drive during computer system is in power-off state
US5860001A (en) 1997-05-19 1999-01-12 International Business Machines Corporation Computer system having at least two boot sequences
US6230279B1 (en) 1997-06-03 2001-05-08 Kabushiki Kaisha Toshiba System and method for dynamically controlling processing speed of a computer in response to user commands
US6577326B1 (en) 1997-08-29 2003-06-10 Koninklijke Philips Electronics N.V. Computer-controlled home theater independent user-control
US6108780A (en) 1997-08-30 2000-08-22 Nec Corporation Operating system startup apparatus, method for operating system startup and a mechanically readable storage medium containing a program therefor
US6320519B1 (en) 1997-10-22 2001-11-20 Acer Peripherals, Inc. Keyboard and method for switching key code with a single modifier key
JP2000020285A (en) 1998-06-26 2000-01-21 Toshiba Corp Computer system
US6178503B1 (en) 1998-09-11 2001-01-23 Powerquest Corporation Managing multiple operating systems on a single computer
US6487611B1 (en) 1999-02-19 2002-11-26 Compaq Computer Corporation, Inc. Seamless distributed job control between a multifunction peripheral and a host
EP1037133A1 (en) 1999-03-15 2000-09-20 International Business Machines Corporation Method and apparatus for alternation between instances of operating systems in computer systems
US6532499B1 (en) 1999-03-17 2003-03-11 International Business Machines Corporation Method for switching a plurality of key functions allocated to a special key
US6574517B1 (en) 1999-09-01 2003-06-03 Samsung Electro-Mechanics Co., Ltd. Method of processing multi-function key inputting device
US6487669B1 (en) 1999-09-30 2002-11-26 Intel Corporation Method and apparatus for a dual mode of displaying data and images
US6757002B1 (en) 1999-11-04 2004-06-29 Hewlett-Packard Development Company, L.P. Track pad pointing device with areas of specialized function
US6414675B1 (en) 2000-06-19 2002-07-02 Chi Mei Optoelectronics Corporation Personal computer system having wake-up functionality controlled by a CD control panel
US20030233157A1 (en) 2000-07-12 2003-12-18 Mitac Technology Corp. Method of executing shuttle function cooperating with a multimedia program
US20030023700A1 (en) 2001-07-27 2003-01-30 Lightsurf Technologies, Inc. System and methodology providing on-board user interface
US20030093658A1 (en) 2001-11-15 2003-05-15 Say-Ling Wen Method and system for starting a multiple PDA operating system through a menu
US20030107271A1 (en) 2001-12-11 2003-06-12 Mitac Technology Corp. Notebook computer with a power generator
US20030115444A1 (en) 2001-12-14 2003-06-19 Mitac Technology Corp. Computer equipment
US20030188144A1 (en) 2002-03-28 2003-10-02 Sterling Du Personal computer integrated with personal digital assistant
US20040012918A1 (en) 2002-07-18 2004-01-22 Mitac Technology Corp. Notebook computer with sliding keyboard
US20040012919A1 (en) 2002-07-18 2004-01-22 Mitac Technology Corp. Notebook computer with a keyboard with adjustable angles
US20040012509A1 (en) 2002-07-18 2004-01-22 Mitac Technology Corp. Notebook computer with a detachable keyboard
US20040010889A1 (en) 2002-07-18 2004-01-22 Mitac Technology Corp. Structure for a portable electronic device handle
US20040039904A1 (en) 2002-08-26 2004-02-26 Jacky Lin Method of booting a computer to play a compact disc without loading an operation system
US7130994B2 (en) * 2002-08-26 2006-10-31 Asustek Computer Inc. Method of booting a computer to play a compact disc without loading an operation system
US7039799B2 (en) * 2002-10-31 2006-05-02 Lsi Logic Corporation Methods and structure for BIOS reconfiguration
US20040093490A1 (en) 2002-11-12 2004-05-13 Mitac Technology Corp. Method for activating a computer system audio player with hot key
US20040090738A1 (en) 2002-11-12 2004-05-13 Mitac Technology Corp. Method and apparatus for integrating personal computer and electronic device functions
US20040090442A1 (en) 2002-11-12 2004-05-13 Mitac Technology Corp. Method for implementing multiple power-up graphics in a single computer platform, and computer platform and storage medium therefor
US20040093489A1 (en) 2002-11-12 2004-05-13 Mitac Technology Corp. System and method for quick boot and application switching for a computer system
US20040093449A1 (en) 2002-11-12 2004-05-13 Mitac Technology Corp. Computer system with collapsible keyboard and alternate display functions and processing method thereof
US20040093446A1 (en) 2002-11-12 2004-05-13 Mitac Technology Corp. Method and apparatus for implementing hot key functions
US20040093094A1 (en) 2002-11-12 2004-05-13 Mitac Technology Corp. Method of converting keyboard command entres and storage medium
US6765788B2 (en) 2002-11-12 2004-07-20 Mitac Technology Corp. Method and apparatus for integrating personal computer and electronic device functions
US20040090454A1 (en) 2002-11-12 2004-05-13 Mitac Technology Corp. Method and apparatus for replacing the skin of an onscreen audio player
US20040093445A1 (en) 2002-11-13 2004-05-13 Mitac Technology Corp. Method and apparatus for infrared remote power up of a computer system
US20040090357A1 (en) 2002-11-13 2004-05-13 Mitac Technology Corp. Signal filtering system and method for a computer system remote controller
US20040098576A1 (en) 2002-11-14 2004-05-20 Mitac Technology Corp. System and method for boot mode control
US20040109278A1 (en) 2002-12-06 2004-06-10 Mitac Technology Corp. And Mitac International Corp. Transformer circuit
US20040128492A1 (en) 2002-12-27 2004-07-01 Mitac Technology Corp. Memory device for assistant execution of computer program in semi-opening or all-opening machine
EP1460536A2 (en) 2003-03-20 2004-09-22 Acer Incorporated Computer system capable of operating in multiple operation modes.
US20050097309A1 (en) 2003-11-05 2005-05-05 Mitac Technology Corp. Selective quick boot system and method
US7076646B2 (en) * 2003-11-05 2006-07-11 Mitac Technology Corp. Selective quick booting a partial set of devices corresponding to an event code via the BIOS
US7380148B2 (en) * 2004-02-19 2008-05-27 Dell Products L.P. System and method for information handling system multimedia mode boot optimization
US7234055B2 (en) * 2004-08-24 2007-06-19 Inventec Corporation Computer operating booting system making use of multi-buttons

Non-Patent Citations (9)

* Cited by examiner, † Cited by third party
Title
Bruce Browm; "Infinia 7200;" PC Magazine, Dec. 17, 1996; pp. 206-207.
Chinese language article by Hiroshi Hayashi.
English language translation of abstract of TW 504641.
English language translation of abstract of TW I221242.
English language translation of JP 2000-20285.
Michael J. Himowitz; "TV on the PC? Cool! Sort of;" Fortune, Jul. 20, 1998; pp. 138.
Michelle Campanale-Surkan; "Music Machines Serve Ear Candy for MP3 Devotees;" PC World, Jan. 2000; pp. NA.
Richard Doherty; "Living Room PC Finds Life, The;" Electronic Engineering Times. Apr. 8, 1996; pp. 80.
Scott Spanbauer, Angela Freeman, Anne Kandra; "@Home Products; The Cutting Edge Couch Surfer;" PC World, Apr. 1998; pp. 245-247.

Cited By (14)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US7966485B2 (en) * 2004-12-01 2011-06-21 Igt Universal operating system to hardware platform interface for gaming machines
US20110165937A1 (en) * 2004-12-01 2011-07-07 Igt Universal operating system to hardware platform interface for gaming machines
US8281118B2 (en) 2004-12-01 2012-10-02 Igt Universal operating system to hardware platform interface for gaming machines
US20060116208A1 (en) * 2004-12-01 2006-06-01 Igt Universal operating system to hardware platform interface for gaming machines
US8549276B2 (en) 2004-12-01 2013-10-01 Igt Universal operating system to hardware platform interface for gaming machines
US20090106545A1 (en) * 2007-10-23 2009-04-23 Asustek Computer Inc. Booting method for computer system
US20110078429A1 (en) * 2009-09-30 2011-03-31 Hon Hai Precision Industry Co., Ltd. Electronic device and booting method therefor
US8645675B2 (en) 2009-12-09 2014-02-04 Hewlett-Packard Development Company, L.P. Configuration of a basic input/output system (BIOS) based on a series of follow up questions tailored to user type
US20130232326A1 (en) * 2012-03-05 2013-09-05 Asustek Computer Inc. Electronic Device Booting Method and Electronic Device Applying the Same
US20140244777A1 (en) * 2013-02-22 2014-08-28 International Business Machines Corporation Disk mirroring for personal storage
US9497266B2 (en) * 2013-02-22 2016-11-15 International Business Machines Corporation Disk mirroring for personal storage
WO2017087621A1 (en) * 2015-11-17 2017-05-26 James Dooley Security stack for embedded systems
US10754956B2 (en) 2015-11-17 2020-08-25 Andium Inc. Security stack for embedded systems
US11704197B2 (en) * 2019-10-22 2023-07-18 Ncr Corporation Basic input/output system (BIOS) device management

Also Published As

Publication number Publication date
TWI309803B (en) 2009-05-11
US20060064571A1 (en) 2006-03-23
TW200611195A (en) 2006-04-01
JP2006092511A (en) 2006-04-06

Similar Documents

Publication Publication Date Title
US7600105B2 (en) Systems, methods, and apparatus for providing efficient startup to computers with peripheral devices
US7496744B2 (en) Method for booting computer multimedia system with high speed data storage
US6928542B2 (en) Method and system for starting a multiple PDA operating system through a menu
US20110004749A1 (en) Launching An Application From A Power Management State
US20040205396A1 (en) Computer system capable of operating in multiple operation modes and the operating method thereof
US8645671B2 (en) Direct computing experience
AU712933B2 (en) Keyboard audio controls for integrated CD-rom players
KR20090115131A (en) Supporting multiple operating systems in media devices
JP4485498B2 (en) Computer and power saving method thereof
US20070006220A1 (en) Computer system, system software installation method, and software installation method of portable computer
US7234055B2 (en) Computer operating booting system making use of multi-buttons
US20030093659A1 (en) Method and system for directly starting a PDA operating system on a portable PC using hardware devices
US7991991B2 (en) Apparatus operable under an operating system, method of controlling apparatus and computer-readable recording medium
US20070011200A1 (en) Operating auxiliary apparatus
US20060026612A1 (en) Method for fast activation and playing of multimedia data with non-fixed data storage media
US7620758B2 (en) System and method for fast activation and playing using a multimedia playback control module to load and execute core program
CN100570557C (en) The computer system and the starting-up method of multiple boot program are provided
US7401214B2 (en) Method for executing computer function options with intelligent memory for computer-based multimedia system
US7418609B2 (en) Method for instant on multimedia playing
KR100631966B1 (en) Computer device and peripheral device with multi-booting power button and method for booting the same
KR100631738B1 (en) Computer system diagnostic method and device
KR101271784B1 (en) Method for executing multiple boot manager
US20030088764A1 (en) Method of supporting multiple PDA systems on a notebook PC
KR20070018266A (en) Method and apparatus for providing set-up information of computer system
DE102005061961A1 (en) System for implementing rationalised boot-up procedure for computers has first and second buttons activated to implement first or second boot codes for computer to load and execute only required code segments

Legal Events

Date Code Title Description
AS Assignment

Owner name: CYBERLINK CORP., TAIWAN

Free format text: ASSIGNMENT OF ASSIGNORS INTEREST;ASSIGNOR:TSENG, WEI-HSIN (JOHNNY);REEL/FRAME:015826/0109

Effective date: 20040922

STCF Information on status: patent grant

Free format text: PATENTED CASE

FPAY Fee payment

Year of fee payment: 4

FPAY Fee payment

Year of fee payment: 8

MAFP Maintenance fee payment

Free format text: PAYMENT OF MAINTENANCE FEE, 12TH YEAR, LARGE ENTITY (ORIGINAL EVENT CODE: M1553); ENTITY STATUS OF PATENT OWNER: LARGE ENTITY

Year of fee payment: 12