WO1994008288A1 - Automatic development of operating system boot image - Google Patents

Automatic development of operating system boot image Download PDF

Info

Publication number
WO1994008288A1
WO1994008288A1 PCT/US1993/009072 US9309072W WO9408288A1 WO 1994008288 A1 WO1994008288 A1 WO 1994008288A1 US 9309072 W US9309072 W US 9309072W WO 9408288 A1 WO9408288 A1 WO 9408288A1
Authority
WO
WIPO (PCT)
Prior art keywords
operating system
computer system
boot image
software
determining
Prior art date
Application number
PCT/US1993/009072
Other languages
French (fr)
Inventor
William C. Crosswy
Dwight L. Barron
David L. Abmayr
Harvey M. Rosenblum
David M. Burckhartt
Original Assignee
Compaq Computer Corporation
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 Compaq Computer Corporation filed Critical Compaq Computer Corporation
Priority to AU51383/93A priority Critical patent/AU5138393A/en
Publication of WO1994008288A1 publication Critical patent/WO1994008288A1/en

Links

Classifications

    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F9/00Arrangements for program control, e.g. control units
    • G06F9/06Arrangements for program control, e.g. control units using stored programs, i.e. using an internal store of processing equipment to receive or retain programs
    • G06F9/44Arrangements for executing specific programs
    • G06F9/4401Bootstrapping
    • G06F9/4406Loading of operating system
    • 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/4411Configuring for operating with peripheral devices; Loading of device drivers
    • 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/445Program loading or initiating
    • G06F9/44521Dynamic linking or loading; Link editing at or after load time, e.g. Java class loading

Definitions

  • the invention relates to operating systems utilized in computer systems, and more particularly, to the automatic development of a bootable image of an operating system for a particular computer.
  • CP/M operating system
  • BIOS basic input/output system
  • the BIOS was intended to provide each developer a means for developing the particular interface code required for the hardware of that particular computer.
  • the operating system itself then would be compatible across the number of different systems without change.
  • a developer needed only to develop the particular code necessary to handle the particular hardware of that system, and then the CP/M operating system could be utilized. Changes did not have to be made to the core operating system for each particular system.
  • CP/M and S-100 based systems in their infancy, were very simple systems.
  • IBM International Business Machines Corp.
  • IBM PC was developed around an Intel Corporation 8088 microprocessor.
  • the PC/DOS or MS/DOS operating system from Microsoft Corp. was incorporated and utilized with the IBM PC. While MS/DOS had similarities with CP/M, one change was made so that the interrupt, timer and DMA functions were made an integral part of the operating system itself.
  • the particular hardware relating to the interrupts, the timers and DMA was located on the system board of the computer itself and therefore it was considered not to be a changeable item, so that incorporation into the operating system core was acceptable.
  • the device drivers could either be located in the system ROM provided by the manufacturer or could be located on floppy disk, which could then be incorporated into the runtime operating system. As part of the setup and initialization of an MS/DOS system, these various extended device drivers were referenced and included into the operating system as it was being loaded.
  • MS/DOS became limited and so extensions were rapidly developing to it, particularly in the video area and other areas where performance was limited. Because certain system level functions were incorporated into the core of MS/DOS, it was a relatively ron-transportable system, that is, major portions would have been rewritten to transfer to a system having certain functions in other locations or differently defined. Further, MS/DOS had similar initial configuration problems as CP/M.
  • UNIX Another major operating system, UNIX was being developed at the same time as CP/M and MS/DOS. UNIX was also a relatively non-transportable system which was hard to initially configure. In order to boot a UNIX-based system, it was required that a complete binary boot image of the run time operating system, including all of the necessary device drivers and system board interface software, be assembled into a single module which was then loaded. However, this was difficult to do on a single standalone system because all of the various drivers had to be gathered and then assembled, and became very difficult when the system was not operational. Conventionally, all the necessary device drivers were loaded onto another UNIX system and the generation process performed there, with the result being returned to the intended system. For various reasons UNIX became a standard operating system with the advantage that the application programs were freely 5 transportable between various hardware platforms.
  • the present invention provides a method for allowing a transportable operating system to be developed which can be readily configured on a
  • the hardware abstraction layer is broken down into two individual portions, the main system read only memory (ROM) , which contains, a certain minimal number of functions, and various hardware modules.
  • the hardware modules may be located either in ROM on an adapter board located in a slot or can be located in a reserved area on a disk in the computer. If the particular module is necessary for an initial load, such as to access the disk, it must be contained in the adapter board ROM. If it is only to be utilized after the operating system has been generated for certain higher level functions, they can be located on the disk and thus not be accessible during the initial configuration process.
  • All of the modules contain certain headers or file names which can be readily accessed according to the functions contained in the main system ROM and any necessary adaptor ROMs.
  • the operating system including the kernel, various extensions, and a linker, in the case of UNIX, are located in a reserved subpartition of a system partition on the disk related to the operating system.
  • the kernel and the drivers have specific file names which allow them to be readily linked to the particular function.
  • the various non-loaded hardware interface files or device drivers relating to the various adapters and functions and potentially extended ROM services are also located in the partition, preferably in subpartitions related to the manufacturer.
  • the adaptor board would be located in a slot and would contain particular information such as the manufacturer identification and board identification. Utilizing the manufacturer and board identification information provided on the adapter itself, a subpartition and file name for use in accessing the drivers is developed.
  • Development of a bootable image of a particular operating system is generally performed by first making sure that all of the particular driver modules are located in the proper reserved areas and that the operating system elements are located in the proper partition. This is often done by the means of a separate program which utilizes only the minimum services provided by the system ROM and whatever adapter ROMs are necessary for minimal access operations.
  • the driver modules are requested and then loaded to the proper location.
  • the system ROM includes code which loads the various adapter modules contained in firmware for operation.
  • the preferred or desired operating system is then determined. This can be done by means of monitoring the CMOS or saved memory areas or by querying the operator via certain minimal terminal functions present in the system ROM.
  • a list of the system board identification and the identification of all the various adapters in the system is then developed.
  • a particular program, referred to as INSTALL, for the particular OS is then initiated.
  • the purpose of the INSTALL program is to gather all the various adaptor and operating systems files according to the adapter identification, the system board identification and operating system preference.
  • a linker and loader is executed to combine and link all the various files, which are in an object format, into a single binary boot image.
  • the binary boot image can then be loaded onto a target disk.
  • the computer system operating environment can be set to indicate that a reboot or re-initialization process is to occur.
  • the computer then reboots.
  • the computer system proceeds to determine the various adapters installed. This determination is compared against a list which has been maintained in a permanent location to determine if system configuration has changed. If the system configuration has changed, the configuration process is re-initiated. If the configuration is proper, the operating system is loaded and takes control.
  • Figure 1 is a block diagram of an exemplary computer system for operation of the present invention
  • Figure 2 is a representation of the segmentation of the operating system software according to the prior art
  • Figure 3 is a representation of the operating system segmentation according to the present invention
  • Figure 4 is an illustration of the various software storage elements and internal allocations of the software storage elements of a computer system according to the present invention
  • Figures 5, 6, 7 and 8 are flowchart illustrations of operating sequences of a computer system according to the present invention.
  • the computer system C is an exemplary computer system on which an operating system organized and configured according to the present invention operates. As such, none of the specific hardware details or organizations are considered critical but are provided merely for explanatory purposes. Many additional elements can be added and certain elements illustrated can be removed.
  • a bus 20 forms the backbone of the computer system C. Attached to this bus is a CPU 22 which performs the processing functions of the computer system C.
  • the main system read only memory (ROM) 24 and system random access memory (RAM) 26 are connected to the system bus 20 for use by the CPU 22.
  • the CPU 22 and the RAM 26 are on a separate bus which is coupled to the bus 20 by means of various buffers and a bus controller.
  • CMOS memory 28 is connected to the system bus 20 for long term but changeable storage of specific information. As an option this can be electrically erasable programmable ROM (EEPROM) .
  • a terminal T is also connected to the system bus 20.
  • the terminal T typically includes a keyboard 30, a video controller 32 and a monitor 34 which is connected to the video controller 32.
  • the terminal T allows for operator interface with the 10 computer system C.
  • the computer system C also includes various forms of mass storage, such as a floppy disk drive 36 and its associated controller 38, which is connected to the system bus 20.
  • the preferred computer system C also includes a hard disk drive 40 and its associated controller 42, which is connected to the system bus 20.
  • a CD-ROM drive 44 and its controller 46 can be connected to the system bus 20. This allows various sources of mass storage to be used in the computer system C.
  • Various serial and parallel ports may also be connected to the system bus 20.
  • An interrupt controller 62, a direct memory access (DMA) controller 64 and timer 66 are connected to the system bus 20 to allow the CPU 22 to control these basic functions.
  • DMA direct memory access
  • the computer system C also preferably includes a series of slots 48 for use by interchangeable circuit boards or adapters.
  • the slots 48 preferably conform to certain standards, for instance the Extended Industry Standard Architecture (EISA) or TURBOchannel of Digital Equipment Company (DEC) .
  • EISA Extended Industry Standard Architecture
  • DEC Digital Equipment Company
  • the bus 20 may actually be two or more separate buses so that CPU performance and adaptor performance can be separately maximized with appropriate control and conversion circuits connecting the various buses.
  • One exemplary adapter is a second hard disk controller 50.
  • the hard disk controller 50 also includes a ROM 52.
  • the hard disk controller 50 is connected to a hard disk 54.
  • the hard disk controller 50 may, for example, be a high performance hard disk controller such as a SCSI controller, while the hard disk 40 may be a low to medium performance hard disk provided for minimum functionality of the computer system C.
  • a tape drive 56 can be incorporated via one of the slots 48.
  • a network interconnection controller (NIC) 58 may be provided in one of the slots 48.
  • the NIC card 58 includes a ROM 60 for reasons to be discussed.
  • the computer system C will be run by an operating system. Organizations of operating systems according to the prior art are generally shown in Figure 2. Exemplary operating systems are MS/DOS by Microsoft Corporation and UNIX by a number of vendors.
  • the operating system is partitioned so that there is main operating code 100 and a device driver area 102.
  • the device driver area 102 addresses certain generally changeable aspects of the computer system C, such as the disk drives, the video or terminal units and the various serial and parallel ports.
  • the main operating system code 100 includes the basic operating system kernel itself and certain code relating to interrupt processing, direct memory access control, timing functions and similar system control oriented functions.
  • the particular problem as noted in the background is that the interrupt control, DMA and timer functions are also hardware related items performed by certain devices on the system board. Because the various hardware system functions such as interrupts, DMA and timers may be at different memory locations or addressed by completely different manners in different computer systems, the operating system 100 is not readily transportable between different types of computer systems.
  • an operating system is configured as shown in Figure 3.
  • the operating system kernel itself is shown as element 104.
  • the complete operating system image also includes the device drivers 102 as in the operating systems of the prior art but also incorporates modules 108 relating to the remaining hardware functions such as the interrupts, DMA and timers and other hardware related activities.
  • These device drivers 102 and the hardware modules 108 are separated from the operating system kernel 104 by a boundary referred to as the hardware abstraction layer or HAL.
  • HAL hardware abstraction layer
  • the operating system kernel itself is readily transportable between systems of various manufacturers and types. Only the various device drivers 102 and system hardware functions 108 are platform related, with those elements being provided by the manufacturer.
  • the main system ROM 24 contains two types of functions or services, certain minimum ROM services 150 which are necessary for operation and extended services 152 which provide functions beyond the minimum.
  • the minimum ROM services 150 which are necessary for operation
  • extended services 152 which provide functions beyond the minimum.
  • ROM services 150 include interfaces to certain minimum hardware functions which are provided on the computer system, such as the interrupt controller, the DMA controller, the timer, the terminal T, the floppy drive 36 and the hard disk 40 in the illustrated computer system C. Further, the minimum ROM services 150 include sufficient functionality to allow access to files based on file names, which are developed according to certain defined file formats. Thus the minimum ROM services 150 allow any calling programs which must utilize ROM-based functions to utilize at least file level access. The minimum ROM services 150 provide the capability to access files on the hard disk 40, for example, without the loading or booting of any files from the hard disk 40.
  • the adapter ROM 52 must contain certain of the minimum ROM services to allow file level access to the particular hard disk drive 54. To this end the adapter ROM 52 contains a header and a directory structure much like a disk. The header is provided to allow the CPU 22 to determine the particular functions of the firmware or software located in the ROM 52.
  • This header and the directory structure are shown below for an exemplary EISA adapter board.
  • Firmware Size is a 16 bit value that represents the length of the firmware (including header, directory, and folder sections) in 512-byte blocks.
  • Product ID (Expansion Board Identifier) is the unique 7-character (7 byte) identifier that matches the EISA expansion board's readable product ID.
  • Folder Count is a 16 bit value that specifies the number of folder directory entries contained within this directory or folder.
  • EISA Version is a byte that represents the version of the EISA specification supported by this module.
  • EISA Revision is a byte that represents the revision of the EISA specification supported by this module.
  • Firmware Version is a byte that contains. an ASCII character. This byte represents the version of the module. This field, in conjunction with the Firmware Revision, is used when comparing the ROM-based module with a corresponding loadable or disk-based option module so that the most recent version of the folders or modules can be used.
  • Firmware Revision is a byte that contains an ASCII character. This byte represents the revision of the module.
  • Reserved-A is three bytes which can contain any value.
  • Folder Directory Link is a word which represents the offset, in words, from the beginning of the EISA header to the beginning of the folder directory.
  • the folder directory is present if the system is to access any of the folders or modules.
  • the folder directory contains information that is used by the system module firmware to determine the name, type, size, and location of each folder.
  • the folder directory is stored in the adaptor ROM at the location specified by the Folder Directory Link, typically immediately following the header.
  • the folder directory contains one directory entry for every folder in the adaptor ROM. Therefore, the directory is an array containing Folder Count directory entries.
  • the format of a folder directory entry is depicted below.
  • Folder Name is a 12-byte field that contains the name of the folder. Reserved bytes; must be a zero value.
  • Folder Type is a byte that contains a single ASCII character.
  • the byte contains a code that indicates the folder type.
  • Exemplary preferred folder type values are: ⁇ (0x41) Relocatable text and data in an object format. ⁇ (0x42) Binary data.
  • Folder Checksum Byte is a byte set so that the checksum of the folder (located by Folder Size and Folder Link) is 0x00.
  • Folder Size is a word that contains the length of the folder in words.
  • Folder Link is a word that represents the offset (in words) from the beginning of the header to the beginning of the folder.
  • the NIC ROM 60 would also include a header and directory structure. Folders or drivers would be provided to allow access to the network drive to allow the boot image to be obtained.
  • the adapter 50 also includes information so that the CPU 22 can determine if ROM-based modules are present by means other than simply searching memory for the header characteristics. In an EISA system, this indication is provided in a designated input/output bit, with a port providing the ROM address. If a particular adapter is not necessary for initial load or configuration operations, then the adapter ROM need not include the header and directory information as described above. Instead the software necessary to utilize the adapter ROM may be located in a particular driver partition located on the storage media of designation. In addition, an adaptor may not contain a ROM. If so, then the driver may be located entirely on the disk drive. If a driver or folder is located on a disk drive, it must be loaded in the proper partition or directory as noted below and conform to certain naming standards.
  • the filenames of the modules or folders on the disk drive incorporate the manufacture and board identification of the associated adapter and the version and revision.
  • the EISA ID is used.
  • the 7-digit EISA ID comprises the first 7 characters of the filename.
  • the version is the eighth character.
  • the characters LF (used to represent Loadable object module Firmware) comprise the first 2 characters of the extension.
  • the file then includes a header and directory according to the ROM-based definition described above.
  • the Version and Revision that are represented in the loadable option module firmware filename must be the same ASCII characters that are found in the
  • Shown in Figure 4 is the organization, very approximately, of locations of the various drivers, functions and modules.
  • the hard disk drive 40 is the particular boot device in the computer system C.
  • the main system ROM 24 includes certain minimum services 150 as described and extended services 152.
  • the adapter ROM 52 is illustrated as having a header and directory as described, and various drivers or folders.
  • the adapter ROM 60 is illustrated as not having a complete header or directory and so cannot be involved in the initial configuration or loading activities.
  • the hard disk drive 40 is preferably organized into a series of partitions and subpartitions.
  • One partition can contain the operating system full boot image for later use. During the initial configuration this area is preferably empty and will be occupied once a fully configured and assembled operating system is developed.
  • the disk 40 would next contain a directory partition which allows the system C to keep track of the various partitions, subpartitions and files and so on, as is conventionally done on a hard disk.
  • One partition required for operation according to the present invention is a system partition.
  • the system partition is reserved for the operating system, the drivers and utility software.
  • the system partition contains a number of subpartitions or subdirectories.
  • One such subpartition is the operating system partition, which in turn includes further subpartitions for including the various modules of each operating system, such as the operating system kernel, a linker and loader if necessary, and an INSTALL program.
  • the operating system subpartition can include several different operating system partitions if desired, each in a separate subpartition. Additional subpartitions in the system partition preferably are provided for each manufacturer providing driver programs.
  • these subpartitions are named based on the manufacturers EISA ID in an EISA system.
  • the subpartitions hold files or modules as previously described.
  • programs are provided to utilize the adaptor 60, the adapter 56 and the extended ROM services 150.
  • the disk 40 also contains a large data partition for the storage of conventional files.
  • step 202 the computer system C determines if this is a reboot operation. If not, control proceeds to step 204 to perform a self test. After step 204 an initialize routine 260 is performed as step 206. This operation is detailed below. After step 206, or step 202 during a reboot, control proceeds to step 208, where a hardware comparison is made by monitoring the slots 48 and other locations to insure that no hardware or devices have changed between the previous boot and the current boot of the computer system C. The list developed during a review of the installed devices is compared with a list maintained in the CMOS memory 28 or other location.
  • step 212 a determination is made if any removable media, such as a floppy disk or CD-ROM, is present. If so, this indicates a desire to reconfigure and control proceeds to a NAVIGATOR sequence 214 located on the removable media. If not, a rebuild or redevelopment of the operating system is proper and control proceeds to a BUILD sequence 230.
  • any removable media such as a floppy disk or CD-ROM
  • the sequence referred to as the NAVIGATOR or configuration sequence 214 is shown. It is noted that the NAVIGATOR sequence 214 preferably is designed to utilize only the minimum ROM services 150 because it is assumed that no valid configuration exists and so only the minimum services are present, though other services can be utilized if available.
  • the operation of the sequence 214 begins at step 216.
  • the computer system C requires the operator to determine the target disk of interest on which the setup is to be performed. Preferably this response is stored in the CMOS memory 28 for later use.
  • step 218 the computer system C determines if a file system is present on the particular target disk. If so, an error message is generated and control proceeds to step 222 to determine if the operation is to continue.
  • step 224 the program exits at step 224. This would allow the target disk designation to be changed, for instance from a default or local disk to a network disk without overwriting a prepared system on the new target drive.
  • step 222 If a request to proceed is determined in step 222 or if no file system is found in step 218, control proceeds to step 226, where a file system is prepared on the target disk, overwriting any previous file system.
  • the file system is prepared with the directory structure as indicated in Figure 4, preferably with a reserved boot area, and at least system and data partitions. If numerous operating systems are to be utilized, then several operating system subpartitions will be developed. This process is often referred to formatting a disk or making a target disk in the UNIX environment. If a disk drive other than the disk drive 40 is to be used for this purpose, the appropriate driver folder must be present in an option ROM and this folder installed during the initialization sequence 260.
  • Control then proceeds to step 228 where the various operating system modules which are located on preferably a floppy disk or CD-ROM are transferred to the hard disk operating system subpartition.
  • any particular adapter and system modules or folders which are necessary are transferred to the desired manufacturer's subpartition, with the subpartition being created if necessary.
  • the determination of the need to create at least some of the subpartitions can be done automatically by having the NAVIGATOR sequence 214 sense the various adapters which are located in the slots 48, with the adapters preferably indicating manufacturer identification and board type information.
  • the system manufacturer and board type can be determined. This manufacturer and board type identification can then form a file name with a predefined extension, as described above.
  • the initialization sequence 260 could develop this information and make it available to the NAVIGATOR sequence 214.
  • the NAVIGATOR sequence 214 in step 228 then requests the particular files. Once the files are sensed as being present, they are transferred to the appropriate subpartition. Control proceeds from step 228 to the initial operating system boot image development or BUILD program 230 after all the modules have been obtained.
  • the BUILD sequence 230 is shown in Figure 7.
  • the BUILD sequence 230 starts at step 232, where the operating system preference for this particular computer system C is determined. This could be determined in a number of ways. First, if only one operating system subpartition was determined to exist on the desired boot disk, then there would be. no preference and it would be automatically determined. If two operating system subpartitions were actually found, then either the operator could be queried for each installation or a particular designated bit in the CMOS memory 28 could be referenced. After the operating system preference has been determined, control proceeds to step 234, where the INSTALL program located in the desired operating system's subpartition is executed.
  • Control proceeds to step 236 in the INSTALL program, where the various modules necessary based on the adaptor, system board and operating system identification as developed by the initialization sequence 260 or the NAVIGATOR sequence 214 are gathered. Any ROM-based modules are gathered from the particular ROM, based on the manufacturer and product identification and revision number. Any disk-based modules are then gathered from the appropriate manufacturer's subpartition. It is noted that a module from disk could also be gathered where a ROM-based module has previously been gathered. The disk-based module would overwrite the ROM-based module to allow distribution of updates or enhancements without requiring ROM replacement.
  • step 236 all of the non-operating system modules or folders necessary to develop the boot image of the operating system for the particular computer system are present.
  • step 238, certain operating system modules are gathered for use. This is preferably be done by file name, certain file names having been previously designated for standard purposes.
  • step 238 all the modules necessary to develop the boot image are present.
  • step 240 where a linker and loader program is executed to combine and link together all the various modules and to develop a binary boot image format of the complete operating system.
  • step 242 the binary boot image is loaded on the target disk as identified by the NAVIGATOR sequence 214 or as stored in the computer system C.
  • step 244 an environment variable is set to indicate that a re-boot operation is being performed.
  • Control proceeds to the BOOT sequence 200, where the computer system C is re-booted.
  • control Upon entering the BOOT sequence 200, control proceeds from step 202 to step 208 to step 210. In this instance the hardware compares the same, so control proceeds to step 246, where the binary image of the operating system is loaded from the previously specified target disk. In step 248 the operating system is activated by passing control to the RUN sequence or entry point. Control then proceeds to step 249 where a more detailed comparison of the boot image drivers and the existing hardware is performed. This instance is provided for certain situations, such as booting from a network, where a common image may have been changed. If the correlation is proper as determined in step 250, execution under the operating system begins at step 252. If not, control proceeds to step 254, where an error message is displayed. Control proceeds to step 256, where the operator is queried whether to rebuild or stop.
  • control proceeds to the BUILD sequence 230. If to stop, the computer system C then halts operation at step 258.
  • the INITIALIZE sequence 260 is shown in Figure 8. The sequence 260 begins operation at step 262, where a pointer is set to indicate the system board pseudo-slot for scanning purposes. Control proceeds to step 264 where the indicated slot in the computer system C is checked for the various devices present in the slot. Control proceeds to step 266 where the resulting configuration information is placed in a configuration table for storage and later use. Control proceeds to step 268 to determine if a ROM is present in that slot. This is done by either determining if a ROM is present by reviewing the specific location as previously discussed or scanning the memory space looking for the proper pattern.
  • step 270 the ROM is reviewed to determine if any driver folders are present in step 270. This is done based on the header and directory structures as previously defined. If so, the drivers are loaded and installed for use during the build and boot processes. After the drivers are installed or if no ROM is present in step 268 or no driver folders are present in step 270, control proceeds to step 274 to determine if the last slot was checked. If not, control returns to step 264, the pointer is incremented and the next slot is reviewed. If so, control proceeds to step 276, where the system partition on the target disk is scanned to determine if revised drivers are present to update those loaded from ROM or if drivers are present for devices not having ROM support.
  • step 278 is a return to the calling program, the BOOT sequence 200 and step 206 in the illustrated embodiment.
  • the computer system C automatically determines the various devices present and loads the available drivers.

Landscapes

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

Abstract

A computer system which includes certain minimum capabilities in a system ROM. Device driver software is located in the system ROM or adapter ROM's. On boot the computer system collects these device drivers from ROM to develop a minimal system. If a removable medium such as a floppy disk or CD-ROM is present a configuration mode in entered when final driver files and operating system modules are stored on a selected hard disk. After this storage the device driver modules and operating system modules necessary to develop a boot image of the operating system are gathered and linked. The boot image is generated and stored, allowing use on the following boot operations. The computer system detects device changes and rebuilds the boot image as necessary. If the devices have remained the same the previously stored boot image is loaded and operating system execution commences.

Description

AUTOMATIC DEVELOPMENT OF OPERATING SYSTEM BOOT IMAGE
The invention relates to operating systems utilized in computer systems, and more particularly, to the automatic development of a bootable image of an operating system for a particular computer.
In their beginnings, computer systems were very complicated items which required constant attention and skilled operators and were very expensive. Because of this, each computer could effectively be considered a custom or unique entity. With the resources available, it was readily possible to customize and fine tune the bootable or run time image of the operating system of the computer for each individual computer. While this was often a complicated task, the number of generations of different versions was limited because of the relatively few variations of and modifications to the system. The cost of this development was in proportion with the cost of the computer system itself. However, this all abruptly changed with the development of the microprocessor and microprocessor-based computer systems. Costs plummeted, relatively, and systems became much more variable. One classic example of a microprocessor-based system utilized the S-100 bus system. In the 1970's and early 1980's numerous manufacturers were making various circuit boards which had varying functions, which all operated using the S- 100 standard. Thus peripheral devices, such as terminals or video and keyboard systems, floppy and hard disk controllers, serial and parallel ports and other hardware interface items were quite variable. If operating systems were to incorporate all of the customized features as previously done in larger computer systems, the cost of developing the operating system, particularly the individual boot or loadable image, would have greatly exceeded the cost of the entire computer system itself.
To this end Digital Research Inc. developed an operating system referred to as CP/M. One of the features of CP/M was that it broke the operating system into two distinct portions: 1) the basic input/output system (BIOS) and (2) the remaining portions or the core of the operating system. The BIOS was intended to provide each developer a means for developing the particular interface code required for the hardware of that particular computer. The operating system itself then would be compatible across the number of different systems without change. A developer needed only to develop the particular code necessary to handle the particular hardware of that system, and then the CP/M operating system could be utilized. Changes did not have to be made to the core operating system for each particular system. CP/M and S-100 based systems, in their infancy, were very simple systems. However, even with these simple systems it was hard to get an isolated system operational. Since the software needed for the BIOS would have been provided by the board manufacturer, it generally had to be properly placed on the floppy disk and incorporated into the boot loading process. But if the code was necessary for booting the system, then this was a problem, unless another system was available. Therefore it was relatively hard to develop and configure an isolated system.
Additionally, as computer systems became complex the CP/M operating system became quite limited and many features were available which were not recognized by CP/M. A classical example was higher end graphical video interfaces, because CP/M was only text based. To solve this problem, developers began circumventing the operating system in many cases. Additionally, certain system level functions which were desirable had not been available in the systems and so were not addressed in the core operating system. Examples were timers, direct memory access (DMA) capabilities and high levels of interrupt functionality. Each vendor implemented the functions differently and so disks and programs became much less portable, because each developer patched CP/M as needed.
In response to the growing demand for more powerful computer systems, International Business Machines Corp. (IBM) developed and introduced the IBM PC. The IBM PC was developed around an Intel Corporation 8088 microprocessor. The PC/DOS or MS/DOS operating system from Microsoft Corp. was incorporated and utilized with the IBM PC. While MS/DOS had similarities with CP/M, one change was made so that the interrupt, timer and DMA functions were made an integral part of the operating system itself. The particular hardware relating to the interrupts, the timers and DMA was located on the system board of the computer itself and therefore it was considered not to be a changeable item, so that incorporation into the operating system core was acceptable. Various devices, such as the video system, the hard disk and floppy disk drive controllers and the various serial and parallel ports were considered to be changeable items as they were commonly located in interchangeable slots. Therefore, these items remained flexible and utilized what are commonly called device drivers. The device drivers could either be located in the system ROM provided by the manufacturer or could be located on floppy disk, which could then be incorporated into the runtime operating system. As part of the setup and initialization of an MS/DOS system, these various extended device drivers were referenced and included into the operating system as it was being loaded.
Time passed and computer systems again became more powerful. MS/DOS became limited and so extensions were rapidly developing to it, particularly in the video area and other areas where performance was limited. Because certain system level functions were incorporated into the core of MS/DOS, it was a relatively ron-transportable system, that is, major portions would have been rewritten to transfer to a system having certain functions in other locations or differently defined. Further, MS/DOS had similar initial configuration problems as CP/M.
Another major operating system, UNIX, was being developed at the same time as CP/M and MS/DOS. UNIX was also a relatively non-transportable system which was hard to initially configure. In order to boot a UNIX-based system, it was required that a complete binary boot image of the run time operating system, including all of the necessary device drivers and system board interface software, be assembled into a single module which was then loaded. However, this was difficult to do on a single standalone system because all of the various drivers had to be gathered and then assembled, and became very difficult when the system was not operational. Conventionally, all the necessary device drivers were loaded onto another UNIX system and the generation process performed there, with the result being returned to the intended system. For various reasons UNIX became a standard operating system with the advantage that the application programs were freely 5 transportable between various hardware platforms.
However this transportability was not true of the core UNIX operating system because the core or kernel also included certain system board or system related hardware code. This varied between hardware platforms.
10 Therefore the UNIX kernel had to be re-written and re¬ developed for each particular computer system by each particular manufacturer and was not readily transportable. This limited the widespread use of UNIX.
15 Therefore, while small computers had started out with the original goal of having a fully transportable operating system, they soon diverged from this goal as they became complex. Further, with this diversion it became significantly more difficult to develop a run
20 time version of the operating system which sufficiently included all of the elements to allow complete operation with the nontransportable systems. Thus a transportable operating system across many diverse platforms that could be developed in relative isolation
25 was not available.
The present invention provides a method for allowing a transportable operating system to be developed which can be readily configured on a
30 relatively isolated system. In an operating system developed according to the present invention, all non- hardware related functions are contained in the transportable portion of the operating system. Any hardware or potential hardware function is developed
3.5 through what is called a hardware abstraction layer through appropriate interfaces and calls. This allows the operating system itself to be readily transportable between a multiplicity of hardware platforms.
It is then necessary to develop a hardware abstraction layer for the various hardware related modules so that a fully configured system can be developed. To this end, the hardware abstraction layer is broken down into two individual portions, the main system read only memory (ROM) , which contains, a certain minimal number of functions, and various hardware modules. The hardware modules may be located either in ROM on an adapter board located in a slot or can be located in a reserved area on a disk in the computer. If the particular module is necessary for an initial load, such as to access the disk, it must be contained in the adapter board ROM. If it is only to be utilized after the operating system has been generated for certain higher level functions, they can be located on the disk and thus not be accessible during the initial configuration process. All of the modules contain certain headers or file names which can be readily accessed according to the functions contained in the main system ROM and any necessary adaptor ROMs. The operating system, including the kernel, various extensions, and a linker, in the case of UNIX, are located in a reserved subpartition of a system partition on the disk related to the operating system. Preferably the kernel and the drivers have specific file names which allow them to be readily linked to the particular function. The various non-loaded hardware interface files or device drivers relating to the various adapters and functions and potentially extended ROM services are also located in the partition, preferably in subpartitions related to the manufacturer. For example, if the underlying hardware platform is developed according to the EISA specification, the adaptor board would be located in a slot and would contain particular information such as the manufacturer identification and board identification. Utilizing the manufacturer and board identification information provided on the adapter itself, a subpartition and file name for use in accessing the drivers is developed.
Development of a bootable image of a particular operating system is generally performed by first making sure that all of the particular driver modules are located in the proper reserved areas and that the operating system elements are located in the proper partition. This is often done by the means of a separate program which utilizes only the minimum services provided by the system ROM and whatever adapter ROMs are necessary for minimal access operations. The driver modules are requested and then loaded to the proper location. After the files are properly located, at the initial configuration, the system ROM includes code which loads the various adapter modules contained in firmware for operation. The preferred or desired operating system is then determined. This can be done by means of monitoring the CMOS or saved memory areas or by querying the operator via certain minimal terminal functions present in the system ROM. A list of the system board identification and the identification of all the various adapters in the system is then developed. A particular program, referred to as INSTALL, for the particular OS is then initiated. The purpose of the INSTALL program is to gather all the various adaptor and operating systems files according to the adapter identification, the system board identification and operating system preference. After all the various modules, both adapter and operating system related, have been gathered, in the case of a UNIX environment, a linker and loader is executed to combine and link all the various files, which are in an object format, into a single binary boot image. The binary boot image can then be loaded onto a target disk. After the target disk has been loaded with the binary boot image, the computer system operating environment can be set to indicate that a reboot or re-initialization process is to occur. The computer then reboots. On reboot the computer system proceeds to determine the various adapters installed. This determination is compared against a list which has been maintained in a permanent location to determine if system configuration has changed. If the system configuration has changed, the configuration process is re-initiated. If the configuration is proper, the operating system is loaded and takes control.
In this manner a configured boot image of the operating system can be developed without requiring access to a similar computer or requiring modification to the kernel of the operating system itself.
A better understanding of the present invention can be obtained when the following detailed description of the preferred embodiment is considered in conjunction with the following drawings, in which:
Figure 1 is a block diagram of an exemplary computer system for operation of the present invention; Figure 2 is a representation of the segmentation of the operating system software according to the prior art;
Figure 3 is a representation of the operating system segmentation according to the present invention; Figure 4 is an illustration of the various software storage elements and internal allocations of the software storage elements of a computer system according to the present invention; and Figures 5, 6, 7 and 8 are flowchart illustrations of operating sequences of a computer system according to the present invention.
Referring now to Figure 1, a computer system C is generally shown. The computer system C is an exemplary computer system on which an operating system organized and configured according to the present invention operates. As such, none of the specific hardware details or organizations are considered critical but are provided merely for explanatory purposes. Many additional elements can be added and certain elements illustrated can be removed.
In the illustrated computer system C, a bus 20 forms the backbone of the computer system C. Attached to this bus is a CPU 22 which performs the processing functions of the computer system C. The main system read only memory (ROM) 24 and system random access memory (RAM) 26 are connected to the system bus 20 for use by the CPU 22. In an alternate embodiment the CPU 22 and the RAM 26 are on a separate bus which is coupled to the bus 20 by means of various buffers and a bus controller. Additionally, CMOS memory 28 is connected to the system bus 20 for long term but changeable storage of specific information. As an option this can be electrically erasable programmable ROM (EEPROM) . A terminal T is also connected to the system bus 20. The terminal T typically includes a keyboard 30, a video controller 32 and a monitor 34 which is connected to the video controller 32. The terminal T allows for operator interface with the 10 computer system C. The computer system C also includes various forms of mass storage, such as a floppy disk drive 36 and its associated controller 38, which is connected to the system bus 20. Additionally, the preferred computer system C also includes a hard disk drive 40 and its associated controller 42, which is connected to the system bus 20. Optionally, a CD-ROM drive 44 and its controller 46 can be connected to the system bus 20. This allows various sources of mass storage to be used in the computer system C. Various serial and parallel ports (not shown) may also be connected to the system bus 20. An interrupt controller 62, a direct memory access (DMA) controller 64 and timer 66 are connected to the system bus 20 to allow the CPU 22 to control these basic functions.
The computer system C also preferably includes a series of slots 48 for use by interchangeable circuit boards or adapters. The slots 48 preferably conform to certain standards, for instance the Extended Industry Standard Architecture (EISA) or TURBOchannel of Digital Equipment Company (DEC) . To allow this capability, the bus 20 may actually be two or more separate buses so that CPU performance and adaptor performance can be separately maximized with appropriate control and conversion circuits connecting the various buses. One exemplary adapter is a second hard disk controller 50. Preferably the hard disk controller 50 also includes a ROM 52. The hard disk controller 50 is connected to a hard disk 54. The hard disk controller 50 may, for example, be a high performance hard disk controller such as a SCSI controller, while the hard disk 40 may be a low to medium performance hard disk provided for minimum functionality of the computer system C. As another example, a tape drive 56 can be incorporated via one of the slots 48. As yet another example, a network interconnection controller (NIC) 58 may be provided in one of the slots 48. Preferably the NIC card 58 includes a ROM 60 for reasons to be discussed. The computer system C will be run by an operating system. Organizations of operating systems according to the prior art are generally shown in Figure 2. Exemplary operating systems are MS/DOS by Microsoft Corporation and UNIX by a number of vendors. The operating system is partitioned so that there is main operating code 100 and a device driver area 102. The device driver area 102 addresses certain generally changeable aspects of the computer system C, such as the disk drives, the video or terminal units and the various serial and parallel ports. The main operating system code 100 includes the basic operating system kernel itself and certain code relating to interrupt processing, direct memory access control, timing functions and similar system control oriented functions. The particular problem as noted in the background is that the interrupt control, DMA and timer functions are also hardware related items performed by certain devices on the system board. Because the various hardware system functions such as interrupts, DMA and timers may be at different memory locations or addressed by completely different manners in different computer systems, the operating system 100 is not readily transportable between different types of computer systems.
To this end, an operating system according to the present invention is configured as shown in Figure 3. The operating system kernel itself is shown as element 104. The complete operating system image also includes the device drivers 102 as in the operating systems of the prior art but also incorporates modules 108 relating to the remaining hardware functions such as the interrupts, DMA and timers and other hardware related activities. These device drivers 102 and the hardware modules 108 are separated from the operating system kernel 104 by a boundary referred to as the hardware abstraction layer or HAL. Reference is made to functions provided by the hardware modules 108 and device drivers 102 by means of a defined calling structure which depends on the particular operating system. The function is performed and any result returned according to the convention. By assuring that all of the hardware related services are not contained in the operating system kernel 104, the operating system kernel itself is readily transportable between systems of various manufacturers and types. Only the various device drivers 102 and system hardware functions 108 are platform related, with those elements being provided by the manufacturer.
Then comes the problem of how to generate a particular complete operating system image with all of these variable functions. As noted in the background this has been a problem. However, this problem is particularly addressed by the present invention. Referring now to Figure 4, the organization of the various software modules device drivers and operating system portions in a system according to the present invention is illustrated. For example, the main system ROM 24 contains two types of functions or services, certain minimum ROM services 150 which are necessary for operation and extended services 152 which provide functions beyond the minimum. For example, the minimum
ROM services 150 include interfaces to certain minimum hardware functions which are provided on the computer system, such as the interrupt controller, the DMA controller, the timer, the terminal T, the floppy drive 36 and the hard disk 40 in the illustrated computer system C. Further, the minimum ROM services 150 include sufficient functionality to allow access to files based on file names, which are developed according to certain defined file formats. Thus the minimum ROM services 150 allow any calling programs which must utilize ROM-based functions to utilize at least file level access. The minimum ROM services 150 provide the capability to access files on the hard disk 40, for example, without the loading or booting of any files from the hard disk 40.
If however, a second hard disk unit such as hard disk drive 54 is to be utilized in development, configuration and/or loading of the operating system boot image, the adapter ROM 52 must contain certain of the minimum ROM services to allow file level access to the particular hard disk drive 54. To this end the adapter ROM 52 contains a header and a directory structure much like a disk. The header is provided to allow the CPU 22 to determine the particular functions of the firmware or software located in the ROM 52.
This header and the directory structure are shown below for an exemplary EISA adapter board.
Relative Address BIT Position 7
0X00 0x55
0x01 0x00 0X02 OxAA
0x03 OxFF
0X04 Firmware Size
0x06 Reserved-Z
0X08 Product ID 0X0F Reserved-Z
0X10 Folder Count
0X14 EISA Version
0X15 EISA Revision
0x16 Firmware Version 0X17 Firmware Revision
0X18 Checksum Byte
0x19 Reserved-A
OxlC Folder Directory Link
0X20
Four pattern fields are present in the EISA header: 55, 00, AA, and FF. These patterns are used for test purposes and are part of the signature of a valid option module firmware header. Firmware Size is a 16 bit value that represents the length of the firmware (including header, directory, and folder sections) in 512-byte blocks.
Reserved-Z is reserved bytes; must be a zero value. Product ID (Expansion Board Identifier) is the unique 7-character (7 byte) identifier that matches the EISA expansion board's readable product ID. Folder Count is a 16 bit value that specifies the number of folder directory entries contained within this directory or folder.
EISA Version is a byte that represents the version of the EISA specification supported by this module. EISA Revision is a byte that represents the revision of the EISA specification supported by this module.
Firmware Version is a byte that contains. an ASCII character. This byte represents the version of the module. This field, in conjunction with the Firmware Revision, is used when comparing the ROM-based module with a corresponding loadable or disk-based option module so that the most recent version of the folders or modules can be used.
Firmware Revision is a byte that contains an ASCII character. This byte represents the revision of the module.
Checksum Byte a byte set so that the checksum of the Header and Directory is 0x00.
Reserved-A is three bytes which can contain any value.
Folder Directory Link is a word which represents the offset, in words, from the beginning of the EISA header to the beginning of the folder directory.
The folder directory is present if the system is to access any of the folders or modules. The folder directory contains information that is used by the system module firmware to determine the name, type, size, and location of each folder. The folder directory is stored in the adaptor ROM at the location specified by the Folder Directory Link, typically immediately following the header.
The folder directory contains one directory entry for every folder in the adaptor ROM. Therefore, the directory is an array containing Folder Count directory entries. The format of a folder directory entry is depicted below.
0x00 Folder Name
OxOC Reserved OxOE Folder Type OxOF Folder Checksum Byte 0x10 Folder Size 0x14 Folder Link
0x18
Folder Name is a 12-byte field that contains the name of the folder. Reserved bytes; must be a zero value.
Folder Type is a byte that contains a single ASCII character. The byte contains a code that indicates the folder type. Exemplary preferred folder type values are: ■ (0x41) Relocatable text and data in an object format. ■ (0x42) Binary data.
The combination of Folder Name and Folder Type must be unique within the folder directory. Folder Checksum Byte is a byte set so that the checksum of the folder (located by Folder Size and Folder Link) is 0x00.
Folder Size is a word that contains the length of the folder in words. Folder Link is a word that represents the offset (in words) from the beginning of the header to the beginning of the folder.
If direct loading of the boot image from a network drive is desired, the NIC ROM 60 would also include a header and directory structure. Folders or drivers would be provided to allow access to the network drive to allow the boot image to be obtained.
Preferably the adapter 50 also includes information so that the CPU 22 can determine if ROM-based modules are present by means other than simply searching memory for the header characteristics. In an EISA system, this indication is provided in a designated input/output bit, with a port providing the ROM address. If a particular adapter is not necessary for initial load or configuration operations, then the adapter ROM need not include the header and directory information as described above. Instead the software necessary to utilize the adapter ROM may be located in a particular driver partition located on the storage media of designation. In addition, an adaptor may not contain a ROM. If so, then the driver may be located entirely on the disk drive. If a driver or folder is located on a disk drive, it must be loaded in the proper partition or directory as noted below and conform to certain naming standards.
The filenames of the modules or folders on the disk drive incorporate the manufacture and board identification of the associated adapter and the version and revision. In an EISA system, the EISA ID is used. The 7-digit EISA ID comprises the first 7 characters of the filename. The version is the eighth character. The characters LF (used to represent Loadable object module Firmware) comprise the first 2 characters of the extension. The revision is the third character of the extension. For example, if: EISA Board ID = HMR1024 Version = C Revision = 0 Then Filename = HMR1024C.LF0 The file then includes a header and directory according to the ROM-based definition described above. The Version and Revision that are represented in the loadable option module firmware filename must be the same ASCII characters that are found in the
Firmware Version and Firmware Revision fields of the header that is in the loadable option module firmware file.
Shown in Figure 4 is the organization, very approximately, of locations of the various drivers, functions and modules. In the example, the hard disk drive 40 is the particular boot device in the computer system C. In the illustrated example the main system ROM 24 includes certain minimum services 150 as described and extended services 152. The adapter ROM 52 is illustrated as having a header and directory as described, and various drivers or folders. The adapter ROM 60 is illustrated as not having a complete header or directory and so cannot be involved in the initial configuration or loading activities.
The hard disk drive 40 is preferably organized into a series of partitions and subpartitions. One partition can contain the operating system full boot image for later use. During the initial configuration this area is preferably empty and will be occupied once a fully configured and assembled operating system is developed. The disk 40 would next contain a directory partition which allows the system C to keep track of the various partitions, subpartitions and files and so on, as is conventionally done on a hard disk.
One partition required for operation according to the present invention is a system partition. The system partition is reserved for the operating system, the drivers and utility software. The system partition contains a number of subpartitions or subdirectories. One such subpartition is the operating system partition, which in turn includes further subpartitions for including the various modules of each operating system, such as the operating system kernel, a linker and loader if necessary, and an INSTALL program. The operating system subpartition can include several different operating system partitions if desired, each in a separate subpartition. Additional subpartitions in the system partition preferably are provided for each manufacturer providing driver programs.
Preferably these subpartitions are named based on the manufacturers EISA ID in an EISA system. The subpartitions hold files or modules as previously described. In the illustrated example, programs are provided to utilize the adaptor 60, the adapter 56 and the extended ROM services 150. Preferably the disk 40 also contains a large data partition for the storage of conventional files.
Operating system boot image development of a system according to the present invention occurs as generally shown in Figures 5, 6, 7 and 8. The boot sequence 200 of the computer system C is shown in Figure 5. In step 202 the computer system C determines if this is a reboot operation. If not, control proceeds to step 204 to perform a self test. After step 204 an initialize routine 260 is performed as step 206. This operation is detailed below. After step 206, or step 202 during a reboot, control proceeds to step 208, where a hardware comparison is made by monitoring the slots 48 and other locations to insure that no hardware or devices have changed between the previous boot and the current boot of the computer system C. The list developed during a review of the installed devices is compared with a list maintained in the CMOS memory 28 or other location. If the hardware is not the same as determined in step 210, control proceeds to step 212 because it is now necessary to redevelop the boot image of the operating system. In step 212 a determination is made if any removable media, such as a floppy disk or CD-ROM, is present. If so, this indicates a desire to reconfigure and control proceeds to a NAVIGATOR sequence 214 located on the removable media. If not, a rebuild or redevelopment of the operating system is proper and control proceeds to a BUILD sequence 230.
In Figure 6, the sequence referred to as the NAVIGATOR or configuration sequence 214 is shown. It is noted that the NAVIGATOR sequence 214 preferably is designed to utilize only the minimum ROM services 150 because it is assumed that no valid configuration exists and so only the minimum services are present, though other services can be utilized if available. The operation of the sequence 214 begins at step 216. In step 216 the computer system C requires the operator to determine the target disk of interest on which the setup is to be performed. Preferably this response is stored in the CMOS memory 28 for later use. In step 218 the computer system C determines if a file system is present on the particular target disk. If so, an error message is generated and control proceeds to step 222 to determine if the operation is to continue. If not, the program exits at step 224. This would allow the target disk designation to be changed, for instance from a default or local disk to a network disk without overwriting a prepared system on the new target drive. If a request to proceed is determined in step 222 or if no file system is found in step 218, control proceeds to step 226, where a file system is prepared on the target disk, overwriting any previous file system. The file system is prepared with the directory structure as indicated in Figure 4, preferably with a reserved boot area, and at least system and data partitions. If numerous operating systems are to be utilized, then several operating system subpartitions will be developed. This process is often referred to formatting a disk or making a target disk in the UNIX environment. If a disk drive other than the disk drive 40 is to be used for this purpose, the appropriate driver folder must be present in an option ROM and this folder installed during the initialization sequence 260.
Control then proceeds to step 228 where the various operating system modules which are located on preferably a floppy disk or CD-ROM are transferred to the hard disk operating system subpartition.
Additionally, any particular adapter and system modules or folders which are necessary are transferred to the desired manufacturer's subpartition, with the subpartition being created if necessary. The determination of the need to create at least some of the subpartitions can be done automatically by having the NAVIGATOR sequence 214 sense the various adapters which are located in the slots 48, with the adapters preferably indicating manufacturer identification and board type information. Similarly, the system manufacturer and board type can be determined. This manufacturer and board type identification can then form a file name with a predefined extension, as described above. Alternatively, the initialization sequence 260 could develop this information and make it available to the NAVIGATOR sequence 214. The NAVIGATOR sequence 214 in step 228 then requests the particular files. Once the files are sensed as being present, they are transferred to the appropriate subpartition. Control proceeds from step 228 to the initial operating system boot image development or BUILD program 230 after all the modules have been obtained. The BUILD sequence 230 is shown in Figure 7.
The BUILD sequence 230 starts at step 232, where the operating system preference for this particular computer system C is determined. This could be determined in a number of ways. First, if only one operating system subpartition was determined to exist on the desired boot disk, then there would be. no preference and it would be automatically determined. If two operating system subpartitions were actually found, then either the operator could be queried for each installation or a particular designated bit in the CMOS memory 28 could be referenced. After the operating system preference has been determined, control proceeds to step 234, where the INSTALL program located in the desired operating system's subpartition is executed. Control proceeds to step 236 in the INSTALL program, where the various modules necessary based on the adaptor, system board and operating system identification as developed by the initialization sequence 260 or the NAVIGATOR sequence 214 are gathered. Any ROM-based modules are gathered from the particular ROM, based on the manufacturer and product identification and revision number. Any disk-based modules are then gathered from the appropriate manufacturer's subpartition. It is noted that a module from disk could also be gathered where a ROM-based module has previously been gathered. The disk-based module would overwrite the ROM-based module to allow distribution of updates or enhancements without requiring ROM replacement. At the end of step 236, all of the non-operating system modules or folders necessary to develop the boot image of the operating system for the particular computer system are present. Control then proceeds to step 238, where certain operating system modules are gathered for use. This is preferably be done by file name, certain file names having been previously designated for standard purposes. At the end of step 238 all the modules necessary to develop the boot image are present. Control then proceeds to step 240, where a linker and loader program is executed to combine and link together all the various modules and to develop a binary boot image format of the complete operating system. Control then proceeds to step 242 where the binary boot image is loaded on the target disk as identified by the NAVIGATOR sequence 214 or as stored in the computer system C. Control proceeds to step 244, where an environment variable is set to indicate that a re-boot operation is being performed. Control then proceeds to the BOOT sequence 200, where the computer system C is re-booted.
Upon entering the BOOT sequence 200, control proceeds from step 202 to step 208 to step 210. In this instance the hardware compares the same, so control proceeds to step 246, where the binary image of the operating system is loaded from the previously specified target disk. In step 248 the operating system is activated by passing control to the RUN sequence or entry point. Control then proceeds to step 249 where a more detailed comparison of the boot image drivers and the existing hardware is performed. This instance is provided for certain situations, such as booting from a network, where a common image may have been changed. If the correlation is proper as determined in step 250, execution under the operating system begins at step 252. If not, control proceeds to step 254, where an error message is displayed. Control proceeds to step 256, where the operator is queried whether to rebuild or stop. If the command is to rebuild, control proceeds to the BUILD sequence 230. If to stop, the computer system C then halts operation at step 258. The INITIALIZE sequence 260 is shown in Figure 8. The sequence 260 begins operation at step 262, where a pointer is set to indicate the system board pseudo-slot for scanning purposes. Control proceeds to step 264 where the indicated slot in the computer system C is checked for the various devices present in the slot. Control proceeds to step 266 where the resulting configuration information is placed in a configuration table for storage and later use. Control proceeds to step 268 to determine if a ROM is present in that slot. This is done by either determining if a ROM is present by reviewing the specific location as previously discussed or scanning the memory space looking for the proper pattern. If a ROM is present, the ROM is reviewed to determine if any driver folders are present in step 270. This is done based on the header and directory structures as previously defined. If so, the drivers are loaded and installed for use during the build and boot processes. After the drivers are installed or if no ROM is present in step 268 or no driver folders are present in step 270, control proceeds to step 274 to determine if the last slot was checked. If not, control returns to step 264, the pointer is incremented and the next slot is reviewed. If so, control proceeds to step 276, where the system partition on the target disk is scanned to determine if revised drivers are present to update those loaded from ROM or if drivers are present for devices not having ROM support. If no system partition is present or a target disk is not identified, this step is skipped. Control then proceeds to step 278, which is a return to the calling program, the BOOT sequence 200 and step 206 in the illustrated embodiment. In this manner the computer system C automatically determines the various devices present and loads the available drivers. The foregoing disclosure and description of the invention are illustrative and explanatory thereof, and various changes in the size, shape, materials, components, circuit elements, wiring connections and contacts, as well as in the details of the illustrated circuitry and construction and method of operation may be made without departing from the spirit of the invention.

Claims

CLAIMS: 1. A method for developing a bootable computer system, comprising the steps of: the computer system determining the devices present in the computer system; the computer system determining if the device includes software to allow basic functioning of the device for each device present; the computer system installing the software determined to be present to allow basic functioning of the devices; the computer system determining if boot image development is desired; the computer system determining the desired operating system if development is desired; the computer system obtaining the software related to the various devices present to be incorporated in the boot image of the operating system; the computer system obtaining the operating system software to be incorporated in the boot image of the operating system; the computer system developing the boot image of the operating system from the obtained software; and the computer system storing the developed boot image for later use by the computer system.
2. The method of claim 1, further comprising: determining if the devices present in the computer system have changed; proceeding to boot image development determination if the devices have changed; loading the stored developed boot image if the devices have not changed.
3. The method of claim 2, further comprising: executing the operating system after loading the developed boot image; determining if the devices present are the same devices for which the boot image was developed; and proceeding with execution of the operating system if the devices are determined to be the same.
4. The method of claim 2, further comprising: determining a target software location if development of a boot image is not desired; preparing the target location for receiving software; and transferring software relating to the operating system and devices present to the target location.
5. The method of claim 4, wherein said step of determining if boot image development is desired includes determining if a removable storage medium is present in the computer system.
6. The method of claim l, wherein the step of determining if the devices present include software includes determining if a semiconductor memory device is associated with the device and determining if software to allow the basic functioning of the device is present in the memory device.
7. The method of claim 6, wherein said step of determining if the devices present include software further includes determining if software associated with a device is present on a storage media and using said software instead of the software located in the device semiconductor memory.
PCT/US1993/009072 1992-09-25 1993-09-22 Automatic development of operating system boot image WO1994008288A1 (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
AU51383/93A AU5138393A (en) 1992-09-25 1993-09-22 Automatic development of operating system boot image

Applications Claiming Priority (2)

Application Number Priority Date Filing Date Title
US07/951,226 US5325532A (en) 1992-09-25 1992-09-25 Automatic development of operating system boot image
US951,226 1992-09-25

Publications (1)

Publication Number Publication Date
WO1994008288A1 true WO1994008288A1 (en) 1994-04-14

Family

ID=25491449

Family Applications (1)

Application Number Title Priority Date Filing Date
PCT/US1993/009072 WO1994008288A1 (en) 1992-09-25 1993-09-22 Automatic development of operating system boot image

Country Status (3)

Country Link
US (1) US5325532A (en)
AU (1) AU5138393A (en)
WO (1) WO1994008288A1 (en)

Cited By (6)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
WO1996004603A1 (en) * 1994-08-01 1996-02-15 International Business Machines Corporation Self-configuring computer system
EP1473630A2 (en) * 2003-04-11 2004-11-03 Samsung Electronics Co., Ltd. Computer system and method of setting an interface card therein
CN100428156C (en) * 2005-09-27 2008-10-22 胡元志 Method for completely running operating system in multi storage media and its operating system
CN102770841A (en) * 2010-02-26 2012-11-07 三星电子株式会社 Method and apparatus for generating minimum boot image
US9354895B2 (en) 2012-11-06 2016-05-31 Samsung Electronics Co., Ltd. Method of updating boot image for fast booting and image forming apparatus for performing the same
US10394570B2 (en) 2010-02-26 2019-08-27 Hp Printing Korea Co., Ltd. Method of generating boot image for fast booting and image forming apparatus for performing the method, and method of performing fast booting and image forming apparatus for performing the method

Families Citing this family (229)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
DE4229710B4 (en) * 1991-09-09 2008-06-05 Samsung Electronics Co., Ltd. Digital audio data storage system and digital audio system equipped therewith
US5319751A (en) * 1991-12-27 1994-06-07 Intel Corporation Device driver configuration in a computer system
DE69325736T2 (en) * 1992-04-27 1999-11-18 Sony Corp Data processing system in which the compatibility between different models is guaranteed
US5781797A (en) * 1992-09-30 1998-07-14 Microsoft Corporation Method and system for configuring device driver by selecting a plurality of component drivers to be included in the device driver
US5657448A (en) * 1992-11-18 1997-08-12 Canon Kabushiki Kaisha System for an interactive network board remotely configurable by selecting from a plurality of functionality defining software, such as a printer server stored in prom
US6357000B1 (en) * 1993-01-29 2002-03-12 Microsoft Corporation Method and system for specified loading of an operating system
US5537596A (en) * 1993-02-19 1996-07-16 Apple Computer, Inc. Method and apparatus for overriding resource maps in a computer system
US6430685B1 (en) * 1993-02-19 2002-08-06 Apple Computer, Inc. Method and apparatus for enabling a computer system
US5566335A (en) * 1993-03-16 1996-10-15 Hewlett-Packard Company Method and apparatus for firmware upgrades in embedded systems
EP0622731A3 (en) * 1993-04-26 1995-02-15 Ibm Boot architecture for microkernel based systems.
US5602990A (en) * 1993-07-23 1997-02-11 Pyramid Technology Corporation Computer system diagnostic testing using hardware abstraction
AU1042895A (en) * 1993-08-04 1996-05-15 Trend Micro Devices, Inc. Method and apparatus for controlling network and workstation access prior to workstation boot
US5444850A (en) * 1993-08-04 1995-08-22 Trend Micro Devices Incorporated Method and apparatus for controlling network and workstation access prior to workstation boot
US5418918A (en) * 1993-09-10 1995-05-23 Compaq Computer Corp. Scanning initial CD-ROM sectors for a boot record and executing said boot record to load and execute floppy disk image corresponding to the existing floppy drive
US5481714A (en) * 1993-10-18 1996-01-02 International Business Machines Corporation Method and system for installing an operating system on a data processing system with abort capability and voice input feature
JP2687860B2 (en) * 1993-12-28 1997-12-08 日本電気株式会社 System start / stop control system for distributed processing system
US5754852A (en) * 1993-12-29 1998-05-19 International Business Machines Corporation Apparatus for combining cellular telephone ring signals and PSTN ring signals
US5675803A (en) * 1994-01-28 1997-10-07 Sun Microsystems, Inc. Method and apparatus for a fast debugger fix and continue operation
JP3254081B2 (en) * 1994-06-23 2002-02-04 富士通株式会社 Computer system and control method thereof
US5732266A (en) * 1994-09-02 1998-03-24 Compaq Computer Corporation Storage medium storing application programs and application initialization files and automatic launching of computer applications stored on the storage medium
US5797023A (en) * 1994-10-17 1998-08-18 Digital Equipment Corporation Method and apparatus for fault tolerant BIOS addressing
US5715456A (en) * 1995-02-13 1998-02-03 International Business Machines Corporation Method and apparatus for booting a computer system without pre-installing an operating system
US5640562A (en) * 1995-02-27 1997-06-17 Sun Microsystems, Inc. Layering hardware support code on top of an existing operating system
US5699275A (en) * 1995-04-12 1997-12-16 Highwaymaster Communications, Inc. System and method for remote patching of operating code located in a mobile unit
US5619698A (en) * 1995-05-05 1997-04-08 Apple Computer, Inc. Method and apparatus for patching operating systems
USRE38762E1 (en) * 1995-08-14 2005-07-19 Dell Usa L.P. Process for configuring software in a build-to-order computer system
US5894571A (en) * 1995-08-14 1999-04-13 Dell U.S.A., L.P. Process for configuring software in a build-to-order computer system
US5696968A (en) * 1995-09-21 1997-12-09 Dell U.S.A., L.P. Method and apparatus for effecting drive ordering via adapter preference
US5694600A (en) * 1996-02-09 1997-12-02 Iomega Corporation Methods and apparatus for booting a computer having a removable media disk drive
US5887169A (en) * 1996-03-15 1999-03-23 Compaq Computer Corporation Method and apparatus for providing dynamic entry points into a software layer
US5828887A (en) * 1996-05-23 1998-10-27 Electronic Data Systems Corporation Network based program loader system and method of operation
US5799187A (en) * 1996-05-28 1998-08-25 International Business Machines Corporation System and method for creating and maintaining a CD ROM client in a computer network
US5805882A (en) * 1996-07-19 1998-09-08 Compaq Computer Corporation Computer system and method for replacing obsolete or corrupt boot code contained within reprogrammable memory with new boot code supplied from an external source through a data port
US5991542A (en) * 1996-09-13 1999-11-23 Apple Computer, Inc. Storage volume handling system which utilizes disk images
US5794013A (en) * 1996-10-28 1998-08-11 International Business Machines Corporation System and method for testing computer components in development environments
US5764593A (en) * 1996-12-04 1998-06-09 Keylabs, Inc. Method and system for the interception and control of the computer boot process
US6047373A (en) 1997-01-02 2000-04-04 Intel Corporation Method and apparatus for setting the operating parameters of a computer system
US5922072A (en) * 1997-01-03 1999-07-13 Ncr Corporation Method and apparatus for creating alternate boot environments in a computer
US6128734A (en) * 1997-01-17 2000-10-03 Advanced Micro Devices, Inc. Installing operating systems changes on a computer system
US5905888A (en) * 1997-02-19 1999-05-18 On Spec Electronic, Inc. Bootable redundant hard disk attached to a PC's parallel port with rom-address auto-detect and configure during BIOS scan
US6073232A (en) * 1997-02-25 2000-06-06 International Business Machines Corporation Method for minimizing a computer's initial program load time after a system reset or a power-on using non-volatile storage
US6775768B1 (en) * 1997-02-27 2004-08-10 Gateway, Inc. Universal boot disk
US5933631A (en) * 1997-03-17 1999-08-03 International Business Machines Corporation Dynamic boot filesystem selection
US5978912A (en) 1997-03-20 1999-11-02 Phoenix Technologies Limited Network enhanced BIOS enabling remote management of a computer without a functioning operating system
US6170055B1 (en) * 1997-11-03 2001-01-02 Iomega Corporation System for computer recovery using removable high capacity media
US5951684A (en) * 1997-12-23 1999-09-14 Samsung Electronics Co., Ltd. Method of booting a computer system with identifying a CD-ROM disk drive of the system and a method of loading a device driver
JPH11249886A (en) * 1998-02-27 1999-09-17 Matsushita Electric Ind Co Ltd Electronic equipment
US6202121B1 (en) * 1998-04-15 2001-03-13 Microsoft Corporation System and method for improved program launch time
US6363492B1 (en) 1998-04-30 2002-03-26 Compaq Computer Corporation Computer method and apparatus to force boot block recovery
US6240519B1 (en) 1998-04-30 2001-05-29 Compaq Computer Corporation Computer method and apparatus to prompt for administrative password to flash a corrupted non-volatile memory
US6173417B1 (en) * 1998-04-30 2001-01-09 Intel Corporation Initializing and restarting operating systems
US9361243B2 (en) 1998-07-31 2016-06-07 Kom Networks Inc. Method and system for providing restricted access to a storage medium
US8234477B2 (en) 1998-07-31 2012-07-31 Kom Networks, Inc. Method and system for providing restricted access to a storage medium
US6158002A (en) * 1998-08-14 2000-12-05 Adaptec, Inc. Method and apparatus of boot device switching by a floppy disk
US6304965B1 (en) * 1998-09-29 2001-10-16 Phoenix Technologies Ltd. Method and device for booting a CD-ROM from a single disk image having multiple emulations
US6954279B2 (en) * 1998-12-08 2005-10-11 Canon Kabushiki Kaisha Automated output of user guide
US6363437B1 (en) * 1999-01-07 2002-03-26 Telefonaktiebolaget Lm Ericsson (Publ) Plug and play I2C slave
US6715043B1 (en) 1999-03-19 2004-03-30 Phoenix Technologies Ltd. Method and system for providing memory-based device emulation
US6601236B1 (en) * 1999-03-29 2003-07-29 International Business Machines Corporation Cross platform program installation on drives using drive object
US6415382B1 (en) 1999-04-30 2002-07-02 Adaptec, Inc. Hard disk bootstrap redirection
US6453469B1 (en) 1999-06-18 2002-09-17 Phoenix Technologies Ltd. Method and apparatus to automatically deinstall an application module when not functioning
US6449682B1 (en) 1999-06-18 2002-09-10 Phoenix Technologies Ltd. System and method for inserting one or more files onto mass storage
US6405309B1 (en) 1999-06-18 2002-06-11 Phoenix Technologies Ltd. Method and apparatus for creating and deploying smaller Microsoft Windows applications for automatic configuration of a computing device
US6457122B1 (en) 1999-06-18 2002-09-24 Phoenix Technologies Ltd. Fault tolerant process for the delivery of programs to writeable storage device utilizing pre-operating system software/firmware
US6477642B1 (en) 1999-06-18 2002-11-05 Phoenix Technologies Ltd. Method and apparatus for extending BIOS control of screen display beyond operating system boot process
US6438750B1 (en) 1999-06-18 2002-08-20 Phoenix Technologies Ltd. Determining loading time of an operating system
US6373498B1 (en) 1999-06-18 2002-04-16 Phoenix Technologies Ltd. Displaying images during boot-up and shutdown
US6578142B1 (en) 1999-06-18 2003-06-10 Phoenix Technologies, Ltd. Method and apparatus for automatically installing and configuring software on a computer
US6486883B1 (en) 1999-06-18 2002-11-26 Phoenix Technologies, Ltd. Apparatus and method for updating images stored in non-volatile memory
US6401202B1 (en) 1999-06-18 2002-06-04 Phoenix Technologies Ltd. Multitasking during BIOS boot-up
US6542160B1 (en) 1999-06-18 2003-04-01 Phoenix Technologies Ltd. Re-generating a displayed image
US6473855B1 (en) 1999-06-18 2002-10-29 Phoenix Technologies Ltd. Method and apparatus for providing content on a computer system based on usage profile
US6519659B1 (en) 1999-06-18 2003-02-11 Phoenix Technologies Ltd. Method and system for transferring an application program from system firmware to a storage device
US6446139B1 (en) * 1999-06-28 2002-09-03 Adaptec, Inc. Multiple chip single image BIOS
US6546547B1 (en) * 1999-09-22 2003-04-08 Cisco Technology, Inc. Method and system for an automated net booting tool
US6453470B1 (en) * 1999-09-30 2002-09-17 General Instruments Corporation Dynamic detection of hardware configuration in a digital terminal
US6415383B1 (en) 1999-10-06 2002-07-02 International Business Machines Corporation Address offset feature for a hard disk drive
JP2001109617A (en) * 1999-10-06 2001-04-20 Seiko Epson Corp Recording medium for setup and setup method
US6487656B1 (en) 1999-12-10 2002-11-26 Phoenix Technologies Ltd. System and method for providing functionalities to system BIOS
US7424444B1 (en) 1999-12-20 2008-09-09 Dell Usa, L.P. Apparatus and method for configuring computers
US6470446B1 (en) * 2000-01-20 2002-10-22 Dell Usa, L.P. Method for preparing computer hard disks during installation of a network operating system
US6591376B1 (en) * 2000-03-02 2003-07-08 Hewlett-Packard Development Company, L.P. Method and system for failsafe recovery and upgrade of an embedded operating system
US7117351B2 (en) * 2000-04-07 2006-10-03 Dell Usa L.P. Process for configuring software and hardware in a build-to-order computer system
US6823508B1 (en) * 2000-04-27 2004-11-23 Microsoft Corporation Automatic computer program customization based on a user information store
US7000231B1 (en) * 2000-09-22 2006-02-14 Hewlett-Packard Development Company, L.P. Method of manufacturing operating system master template, method of manufacturing a computer entity and product resulting therefrom, and method of producing a production version of an operating system
US6907604B1 (en) * 2000-09-22 2005-06-14 Dell Products L.P. Instant integration model
US6721881B1 (en) * 2000-09-29 2004-04-13 Dell Products L.P. System and method for determining if a display device configuration has changed by comparing a current indicator with a previously saved indicator
US6745324B1 (en) 2000-11-16 2004-06-01 International Business Machines Corporation Dynamic firmware image creation from an object file stored in a reserved area of a data storage device of a redundant array of independent disks (RAID) system
US7818443B2 (en) * 2000-12-01 2010-10-19 O2Micro International Ltd. Low power digital audio decoding/playing system for computing devices
US7890741B2 (en) * 2000-12-01 2011-02-15 O2Micro International Limited Low power digital audio decoding/playing system for computing devices
US6807665B2 (en) * 2001-01-18 2004-10-19 Hewlett-Packard Development Company, L. P. Efficient data transfer during computing system manufacturing and installation
JP2002278783A (en) * 2001-03-19 2002-09-27 Funai Electric Co Ltd System for rewriting firmware
JP2002312174A (en) * 2001-04-16 2002-10-25 Nippon Marketing Agency:Kk Method of using computer, computer usage program, storage medium for storing computer use program, and computer
US7093244B2 (en) 2001-04-18 2006-08-15 Domosys Corporation Method of remotely upgrading firmware in field-deployed devices
US6549980B2 (en) 2001-07-19 2003-04-15 Dell Pruducts L.P. Manufacturing process for software raid disk sets in a computer system
US6944867B2 (en) * 2001-10-04 2005-09-13 Lenovo (Singapore) Pte. Ltd. Method for providing a single preloaded software image with an ability to support multiple hardware configurations and multiple types of computer systems
US7191464B2 (en) * 2001-10-16 2007-03-13 Lenovo Pte. Ltd. Method and system for tracking a secure boot in a trusted computing environment
US20030097552A1 (en) * 2001-11-19 2003-05-22 Lewis Robert E. Resilient boot prom loader
US6993643B2 (en) * 2001-12-03 2006-01-31 International Business Machines Corporation Method and system of dynamic video driver selection on a bootable CD via symbolic links
US7392371B2 (en) * 2001-12-20 2008-06-24 Zimmer Vincent J Method and apparatus for using a volume top file to boot firmware modules
CN1293477C (en) 2002-04-03 2007-01-03 鲍尔凯斯特公司 Using disassociated images for computer and storage resource management
US7565517B1 (en) * 2002-04-03 2009-07-21 Symantec Corporation Retargeting a captured image to new hardware while in a pre-boot environment
US7379982B2 (en) * 2002-04-15 2008-05-27 Bassam Tabbara System and method for custom installation of an operating system on a remote client
US7055026B2 (en) * 2002-07-26 2006-05-30 Sun Microsystems, Inc. Method and system for a portable adaptable operating environment identity
US7313684B2 (en) * 2002-08-14 2007-12-25 T1 Technologies Limited Method and apparatus for booting a computer system
US20080059785A1 (en) * 2002-08-14 2008-03-06 Ti Technologies Limited Method and apparatus for shutting down a computer system
GB0221464D0 (en) * 2002-09-16 2002-10-23 Cambridge Internetworking Ltd Network interface and protocol
GB0304807D0 (en) * 2003-03-03 2003-04-09 Cambridge Internetworking Ltd Data protocol
US7103744B2 (en) * 2003-03-27 2006-09-05 Hewlett-Packard Development Company, L.P. Binding a memory window to a queue pair
US7089378B2 (en) 2003-03-27 2006-08-08 Hewlett-Packard Development Company, L.P. Shared receive queues
US20040193833A1 (en) * 2003-03-27 2004-09-30 Kathryn Hampton Physical mode addressing
US7502826B2 (en) * 2003-03-27 2009-03-10 Hewlett-Packard Development Company, L.P. Atomic operations
US8291176B2 (en) * 2003-03-27 2012-10-16 Hewlett-Packard Development Company, L.P. Protection domain groups to isolate access to memory windows
US8023520B2 (en) * 2003-03-27 2011-09-20 Hewlett-Packard Development Company, L.P. Signaling packet
US7554993B2 (en) * 2003-03-27 2009-06-30 Hewlett-Packard Development Company, L.P. Method and apparatus for performing connection management with multiple stacks
US7565504B2 (en) 2003-03-27 2009-07-21 Hewlett-Packard Development Company, L.P. Memory window access mechanism
DE10320827A1 (en) * 2003-05-08 2004-12-09 Siemens Ag Software customization procedures
US7219257B1 (en) * 2003-06-27 2007-05-15 Adaptec, Inc. Method for boot recovery
US7757232B2 (en) * 2003-08-14 2010-07-13 Hewlett-Packard Development Company, L.P. Method and apparatus for implementing work request lists
US7617376B2 (en) 2003-08-14 2009-11-10 Hewlett-Packard Development Company, L.P. Method and apparatus for accessing a memory
US7404190B2 (en) * 2003-09-18 2008-07-22 Hewlett-Packard Development Company, L.P. Method and apparatus for providing notification via multiple completion queue handlers
US8959171B2 (en) 2003-09-18 2015-02-17 Hewlett-Packard Development Company, L.P. Method and apparatus for acknowledging a request for data transfer
US20050132357A1 (en) * 2003-12-16 2005-06-16 Microsoft Corporation Ensuring that a software update may be installed or run only on a specific device or class of devices
US8150996B2 (en) 2003-12-16 2012-04-03 Hewlett-Packard Development Company, L.P. Method and apparatus for handling flow control for a data transfer
US7568195B2 (en) * 2003-12-16 2009-07-28 Microsoft Corporation Determining a maximal set of dependent software updates valid for installation
US7614051B2 (en) * 2003-12-16 2009-11-03 Microsoft Corporation Creating file systems within a file in a storage technology-abstracted manner
GB0404696D0 (en) 2004-03-02 2004-04-07 Level 5 Networks Ltd Dual driver interface
US20050240815A1 (en) * 2004-04-13 2005-10-27 Sony Corporation Modular imaging of computer software for system install and restore
GB0408868D0 (en) 2004-04-21 2004-05-26 Level 5 Networks Ltd Checking data integrity
GB0408876D0 (en) 2004-04-21 2004-05-26 Level 5 Networks Ltd User-level stack
US8230095B2 (en) * 2004-05-07 2012-07-24 Wyse Technology, Inc. System and method for integrated on-demand delivery of operating system and applications
JPWO2006001050A1 (en) * 2004-06-24 2008-04-17 富士通株式会社 Computer activation method, program, storage medium, and information processing apparatus
US7797525B2 (en) * 2004-07-01 2010-09-14 Hewlett-Packard Development Company, L.P. Operating system installation
US7343496B1 (en) * 2004-08-13 2008-03-11 Zilog, Inc. Secure transaction microcontroller with secure boot loader
GB0505300D0 (en) * 2005-03-15 2005-04-20 Level 5 Networks Ltd Transmitting data
GB0506403D0 (en) 2005-03-30 2005-05-04 Level 5 Networks Ltd Routing tables
GB0505297D0 (en) 2005-03-15 2005-04-20 Level 5 Networks Ltd Redirecting instructions
EP3217285B1 (en) 2005-03-10 2021-04-28 Xilinx, Inc. Transmitting data
US7793284B2 (en) * 2005-03-25 2010-09-07 Microsoft Corporation Role based server installation and configuration
US7634584B2 (en) 2005-04-27 2009-12-15 Solarflare Communications, Inc. Packet validation in virtual network interface architecture
WO2006134373A2 (en) 2005-06-15 2006-12-21 Solarflare Communications Incorporated Reception according to a data transfer protocol of data directed to any of a plurality of destination entities
US7984180B2 (en) 2005-10-20 2011-07-19 Solarflare Communications, Inc. Hashing algorithm for network receive filtering
GB0600417D0 (en) 2006-01-10 2006-02-15 Level 5 Networks Inc Virtualisation support
US8116312B2 (en) 2006-02-08 2012-02-14 Solarflare Communications, Inc. Method and apparatus for multicast packet reception
US7779401B2 (en) * 2006-06-26 2010-08-17 Research In Motion Limited Method and system for generating a reverse binary patch for undoing a software update
US9686117B2 (en) 2006-07-10 2017-06-20 Solarflare Communications, Inc. Chimney onload implementation of network protocol stack
US9948533B2 (en) 2006-07-10 2018-04-17 Solarflare Communitations, Inc. Interrupt management
EP2645674B1 (en) * 2006-07-10 2020-09-02 Xilinx, Inc. Interrupt management
US8584115B2 (en) * 2006-10-05 2013-11-12 International Business Machines Corporation Automated operating system device driver updating system
GB0621774D0 (en) * 2006-11-01 2006-12-13 Level 5 Networks Inc Driver level segmentation
US9454384B2 (en) * 2007-07-05 2016-09-27 Microsoft Technology Licensing, Llc Custom operating system via a web-service
US8146076B1 (en) * 2007-09-17 2012-03-27 Symantec Corporation Systems and methods for customizing boot disk images using prioritization
GB0723422D0 (en) * 2007-11-29 2008-01-09 Level 5 Networks Inc Virtualised receive side scaling
US8756700B2 (en) * 2008-01-16 2014-06-17 Verizon Patent And Licensing Inc. Custom data image building
GB0802126D0 (en) * 2008-02-05 2008-03-12 Level 5 Networks Inc Scalable sockets
US8340634B2 (en) 2009-01-28 2012-12-25 Headwater Partners I, Llc Enhanced roaming services and converged carrier networks with device assisted services and a proxy
US8626115B2 (en) 2009-01-28 2014-01-07 Headwater Partners I Llc Wireless network service interfaces
US8589541B2 (en) 2009-01-28 2013-11-19 Headwater Partners I Llc Device-assisted services for protecting network capacity
US8391834B2 (en) 2009-01-28 2013-03-05 Headwater Partners I Llc Security techniques for device assisted services
US8406748B2 (en) 2009-01-28 2013-03-26 Headwater Partners I Llc Adaptive ambient services
US8275830B2 (en) 2009-01-28 2012-09-25 Headwater Partners I Llc Device assisted CDR creation, aggregation, mediation and billing
US8402111B2 (en) 2009-01-28 2013-03-19 Headwater Partners I, Llc Device assisted services install
US8635335B2 (en) 2009-01-28 2014-01-21 Headwater Partners I Llc System and method for wireless network offloading
US8832777B2 (en) 2009-03-02 2014-09-09 Headwater Partners I Llc Adapting network policies based on device service processor configuration
US8548428B2 (en) 2009-01-28 2013-10-01 Headwater Partners I Llc Device group partitions and settlement platform
US8346225B2 (en) 2009-01-28 2013-01-01 Headwater Partners I, Llc Quality of service for device assisted services
US8023425B2 (en) 2009-01-28 2011-09-20 Headwater Partners I Verifiable service billing for intermediate networking devices
GB0823162D0 (en) * 2008-12-18 2009-01-28 Solarflare Communications Inc Virtualised Interface Functions
US9980146B2 (en) 2009-01-28 2018-05-22 Headwater Research Llc Communications device with secure data path processing agents
US10248996B2 (en) 2009-01-28 2019-04-02 Headwater Research Llc Method for operating a wireless end-user device mobile payment agent
US9578182B2 (en) 2009-01-28 2017-02-21 Headwater Partners I Llc Mobile device and service management
US10783581B2 (en) 2009-01-28 2020-09-22 Headwater Research Llc Wireless end-user device providing ambient or sponsored services
US10064055B2 (en) 2009-01-28 2018-08-28 Headwater Research Llc Security, fraud detection, and fraud mitigation in device-assisted services systems
US10264138B2 (en) 2009-01-28 2019-04-16 Headwater Research Llc Mobile device and service management
US8745191B2 (en) 2009-01-28 2014-06-03 Headwater Partners I Llc System and method for providing user notifications
US9565707B2 (en) 2009-01-28 2017-02-07 Headwater Partners I Llc Wireless end-user device with wireless data attribution to multiple personas
US9858559B2 (en) 2009-01-28 2018-01-02 Headwater Research Llc Network service plan design
US9351193B2 (en) 2009-01-28 2016-05-24 Headwater Partners I Llc Intermediate networking devices
US10492102B2 (en) 2009-01-28 2019-11-26 Headwater Research Llc Intermediate networking devices
US9955332B2 (en) 2009-01-28 2018-04-24 Headwater Research Llc Method for child wireless device activation to subscriber account of a master wireless device
US9572019B2 (en) 2009-01-28 2017-02-14 Headwater Partners LLC Service selection set published to device agent with on-device service selection
US10484858B2 (en) 2009-01-28 2019-11-19 Headwater Research Llc Enhanced roaming services and converged carrier networks with device assisted services and a proxy
US10779177B2 (en) 2009-01-28 2020-09-15 Headwater Research Llc Device group partitions and settlement platform
US10237757B2 (en) 2009-01-28 2019-03-19 Headwater Research Llc System and method for wireless network offloading
US9253663B2 (en) 2009-01-28 2016-02-02 Headwater Partners I Llc Controlling mobile device communications on a roaming network based on device state
US10715342B2 (en) 2009-01-28 2020-07-14 Headwater Research Llc Managing service user discovery and service launch object placement on a device
US9270559B2 (en) 2009-01-28 2016-02-23 Headwater Partners I Llc Service policy implementation for an end-user device having a control application or a proxy agent for routing an application traffic flow
US10326800B2 (en) 2009-01-28 2019-06-18 Headwater Research Llc Wireless network service interfaces
US9755842B2 (en) 2009-01-28 2017-09-05 Headwater Research Llc Managing service user discovery and service launch object placement on a device
US8793758B2 (en) 2009-01-28 2014-07-29 Headwater Partners I Llc Security, fraud detection, and fraud mitigation in device-assisted services systems
US9392462B2 (en) 2009-01-28 2016-07-12 Headwater Partners I Llc Mobile end-user device with agent limiting wireless data communication for specified background applications based on a stored policy
US9954975B2 (en) 2009-01-28 2018-04-24 Headwater Research Llc Enhanced curfew and protection associated with a device group
US9571559B2 (en) 2009-01-28 2017-02-14 Headwater Partners I Llc Enhanced curfew and protection associated with a device group
US9706061B2 (en) 2009-01-28 2017-07-11 Headwater Partners I Llc Service design center for device assisted services
US9647918B2 (en) 2009-01-28 2017-05-09 Headwater Research Llc Mobile device and method attributing media services network usage to requesting application
US10057775B2 (en) 2009-01-28 2018-08-21 Headwater Research Llc Virtualized policy and charging system
US10798252B2 (en) 2009-01-28 2020-10-06 Headwater Research Llc System and method for providing user notifications
US20140075567A1 (en) * 2009-01-28 2014-03-13 Headwater Partners I Llc Service Processor Configurations for Enhancing or Augmenting System Software of a Mobile Communications Device
US11218854B2 (en) 2009-01-28 2022-01-04 Headwater Research Llc Service plan design, user interfaces, application programming interfaces, and device management
US10200541B2 (en) 2009-01-28 2019-02-05 Headwater Research Llc Wireless end-user device with divided user space/kernel space traffic policy system
US10841839B2 (en) 2009-01-28 2020-11-17 Headwater Research Llc Security, fraud detection, and fraud mitigation in device-assisted services systems
US9557889B2 (en) 2009-01-28 2017-01-31 Headwater Partners I Llc Service plan design, user interfaces, application programming interfaces, and device management
US9256560B2 (en) * 2009-07-29 2016-02-09 Solarflare Communications, Inc. Controller integration
US9210140B2 (en) 2009-08-19 2015-12-08 Solarflare Communications, Inc. Remote functionality selection
EP2309680B1 (en) * 2009-10-08 2017-07-19 Solarflare Communications Inc Switching API
US8743877B2 (en) 2009-12-21 2014-06-03 Steven L. Pope Header processing engine
US8996644B2 (en) 2010-12-09 2015-03-31 Solarflare Communications, Inc. Encapsulated accelerator
US9674318B2 (en) 2010-12-09 2017-06-06 Solarflare Communications, Inc. TCP processing for devices
US10873613B2 (en) 2010-12-09 2020-12-22 Xilinx, Inc. TCP processing for devices
US9258390B2 (en) 2011-07-29 2016-02-09 Solarflare Communications, Inc. Reducing network latency
US9600429B2 (en) 2010-12-09 2017-03-21 Solarflare Communications, Inc. Encapsulated accelerator
US9008113B2 (en) 2010-12-20 2015-04-14 Solarflare Communications, Inc. Mapped FIFO buffering
JP5932837B2 (en) 2011-01-19 2016-06-08 インターナショナル・ビジネス・マシーンズ・コーポレーションInternational Business Machines Corporation Method and system for updating and authenticating code, method and system for testing program integrity
US9384071B2 (en) 2011-03-31 2016-07-05 Solarflare Communications, Inc. Epoll optimisations
US9154826B2 (en) 2011-04-06 2015-10-06 Headwater Partners Ii Llc Distributing content and service launch objects to mobile devices
US8763018B2 (en) 2011-08-22 2014-06-24 Solarflare Communications, Inc. Modifying application behaviour
EP2574000B1 (en) 2011-09-22 2020-04-08 Xilinx, Inc. Message acceleration
US9391840B2 (en) 2012-05-02 2016-07-12 Solarflare Communications, Inc. Avoiding delayed data
US9391841B2 (en) 2012-07-03 2016-07-12 Solarflare Communications, Inc. Fast linkup arbitration
US10505747B2 (en) 2012-10-16 2019-12-10 Solarflare Communications, Inc. Feed processing
US9280482B2 (en) 2012-12-13 2016-03-08 Western Digital Technologies, Inc. Methods and systems for provisioning a bootable image on to an external drive
WO2014159862A1 (en) 2013-03-14 2014-10-02 Headwater Partners I Llc Automated credential porting for mobile devices
US9426124B2 (en) 2013-04-08 2016-08-23 Solarflare Communications, Inc. Locked down network interface
US10742604B2 (en) 2013-04-08 2020-08-11 Xilinx, Inc. Locked down network interface
EP2809033B1 (en) 2013-05-30 2018-03-21 Solarflare Communications Inc Packet capture in a network
US10394751B2 (en) 2013-11-06 2019-08-27 Solarflare Communications, Inc. Programmed input/output mode
US9766899B2 (en) * 2015-12-28 2017-09-19 Google Inc. Bootloader control via device identifier
US20180032351A1 (en) * 2016-07-29 2018-02-01 Lenovo (Beijing) Co., Ltd. Information processing method and storage device
JP6723863B2 (en) * 2016-08-01 2020-07-15 オリンパス株式会社 Embedded system, photography equipment and refresh method

Citations (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
GB2203869A (en) * 1987-04-17 1988-10-26 Apple Computer Determining computer resource configuration
EP0429252A2 (en) * 1989-11-17 1991-05-29 Digital Equipment Corporation System and method for storing firmware in relocatable format
EP0448495A2 (en) * 1990-03-22 1991-09-25 International Business Machines Corporation Flexible computer initialization
US5136709A (en) * 1987-12-11 1992-08-04 Hitachi, Ltd. Method for generating an operating system by a static link-editor

Family Cites Families (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US4589063A (en) * 1983-08-04 1986-05-13 Fortune Systems Corporation Data processing system having automatic configuration
CA2035671A1 (en) * 1990-03-12 1991-09-13 John Frederick Fedak Dynamic selective correlation of graphic entities

Patent Citations (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
GB2203869A (en) * 1987-04-17 1988-10-26 Apple Computer Determining computer resource configuration
US5136709A (en) * 1987-12-11 1992-08-04 Hitachi, Ltd. Method for generating an operating system by a static link-editor
EP0429252A2 (en) * 1989-11-17 1991-05-29 Digital Equipment Corporation System and method for storing firmware in relocatable format
EP0448495A2 (en) * 1990-03-22 1991-09-25 International Business Machines Corporation Flexible computer initialization

Cited By (7)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
WO1996004603A1 (en) * 1994-08-01 1996-02-15 International Business Machines Corporation Self-configuring computer system
EP1473630A2 (en) * 2003-04-11 2004-11-03 Samsung Electronics Co., Ltd. Computer system and method of setting an interface card therein
EP1473630A3 (en) * 2003-04-11 2007-10-10 Samsung Electronics Co., Ltd. Computer system and method of setting an interface card therein
CN100428156C (en) * 2005-09-27 2008-10-22 胡元志 Method for completely running operating system in multi storage media and its operating system
CN102770841A (en) * 2010-02-26 2012-11-07 三星电子株式会社 Method and apparatus for generating minimum boot image
US10394570B2 (en) 2010-02-26 2019-08-27 Hp Printing Korea Co., Ltd. Method of generating boot image for fast booting and image forming apparatus for performing the method, and method of performing fast booting and image forming apparatus for performing the method
US9354895B2 (en) 2012-11-06 2016-05-31 Samsung Electronics Co., Ltd. Method of updating boot image for fast booting and image forming apparatus for performing the same

Also Published As

Publication number Publication date
AU5138393A (en) 1994-04-26
US5325532A (en) 1994-06-28

Similar Documents

Publication Publication Date Title
US5325532A (en) Automatic development of operating system boot image
US7308511B2 (en) System for allocating resources in a computer system
US6279109B1 (en) Computing system and operating method for booting and running a graphical user interface (GUI) with r/w hard drive partition unavailable
US9395968B1 (en) Uniquely identifying and validating computer system firmware
US6732265B2 (en) Computer operating system using compressed ROM image in RAM
US5764593A (en) Method and system for the interception and control of the computer boot process
US20040230963A1 (en) Method for updating firmware in an operating system agnostic manner
US5748980A (en) System for configuring a computer system
US5634137A (en) Method and apparatus for updating system configuration based on open/closed state of computer housing cover
US6804774B1 (en) Software image transition aid comprising building a disk image based on identified hardware
US5835760A (en) Method and arrangement for providing BIOS to a host computer
US6944867B2 (en) Method for providing a single preloaded software image with an ability to support multiple hardware configurations and multiple types of computer systems
US8352721B1 (en) Initiating an operating system boot from firmware
US6996706B1 (en) Booting an operating system or running other pre-boot code from a file stored under a different operating system
US8468333B1 (en) Updating the system management information of a computer system
US6961791B2 (en) Method for expansion and integration of option ROM support utilities for run-time/boot-time usage
US20030110369A1 (en) Firmware extensions
US8578360B1 (en) Dynamically updating a computer system and firmware image utilizing an option read only memory (OPROM) data structure
US20090094447A1 (en) Universal serial bus flash drive for booting computer and method for loading programs to the flash drive
CA2122162A1 (en) Boot architecture for microkernell-based systems
JPH05257696A (en) Personal computer and its operating method
WO1999066399A9 (en) Method to reflect bios setup changes into acpi machine language
US20040267708A1 (en) Device information collection and error detection in a pre-boot environment of a computer system
WO2004061573A2 (en) Method of booting a computer operating system to run from a normally unsupported system device
US8539214B1 (en) Execution of a program module within both a PEI phase and a DXE phase of an EFI firmware

Legal Events

Date Code Title Description
AK Designated states

Kind code of ref document: A1

Designated state(s): AT AU BR CA DE DK ES FI GB JP KR NL NO NZ PL PT RO RU SE

AL Designated countries for regional patents

Kind code of ref document: A1

Designated state(s): AT BE CH DE DK ES FR GB GR IE IT LU MC NL PT SE BF BJ CF CG CI CM GA GN ML MR NE SN TD TG

DFPE Request for preliminary examination filed prior to expiration of 19th month from priority date (pct application filed before 20040101)
121 Ep: the epo has been informed by wipo that ep was designated in this application
REG Reference to national code

Ref country code: DE

Ref legal event code: 8642

122 Ep: pct application non-entry in european phase
NENP Non-entry into the national phase

Ref country code: CA