CA2178581C - Automatic booting framework - Google Patents

Automatic booting framework

Info

Publication number
CA2178581C
CA2178581C CA002178581A CA2178581A CA2178581C CA 2178581 C CA2178581 C CA 2178581C CA 002178581 A CA002178581 A CA 002178581A CA 2178581 A CA2178581 A CA 2178581A CA 2178581 C CA2178581 C CA 2178581C
Authority
CA
Canada
Prior art keywords
boot
booting
files
recited
framework
Prior art date
Legal status (The legal status is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the status listed.)
Expired - Lifetime
Application number
CA002178581A
Other languages
French (fr)
Other versions
CA2178581A1 (en
Inventor
Steven P. Lemon
Patrick Delaney Ross
Current Assignee (The listed assignees may be inaccurate. Google has not performed a legal analysis and makes no representation or warranty as to the accuracy of the list.)
Apple Inc
Original Assignee
Object Technology Licensing Corp
Priority date (The priority date is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the date listed.)
Filing date
Publication date
Family has litigation
First worldwide family litigation filed litigation Critical https://patents.darts-ip.com/?family=22624125&utm_source=google_patent&utm_medium=platform_link&utm_campaign=public_patent_search&patent=CA2178581(C) "Global patent litigation dataset” by Darts-ip is licensed under a Creative Commons Attribution 4.0 International License.
Application filed by Object Technology Licensing Corp filed Critical Object Technology Licensing Corp
Publication of CA2178581A1 publication Critical patent/CA2178581A1/en
Application granted granted Critical
Publication of CA2178581C publication Critical patent/CA2178581C/en
Anticipated expiration legal-status Critical
Expired - Lifetime legal-status Critical Current

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

Abstract

A system is disclosed for use in booting a processor with a storage and attached peripherals. The system utilizes a technique for initializing a computer by resetting the storage and the one or more peripherals. Then, the system initializes a degredated environment for use in activating an operating system. The degredated operating environment enables file sharing and other basic tasks of importance in loading in the IO devices, system preferences, and hardware configurations and replaces itself with the IO file system for use by the operating system.

Description

-1_ AUTOMATIC BOOTING FRAMEWORK
BACKGROUND OF THE INVENTION
Field of the Invention The present invention is generally directed to an inputJoutput architecture for a computer system, and more particularly directed to an object-oriented input/output architecture for a computer system.
Related Art A typical computer includes an input/output (IO) system to interface with peripheral devices which are connected to the computer. This IO system serves as an interface between resources of the computer system and the peripheral devices. This IO
system also serves as an interface between programs executing on the computer system and the peripheral devices.
IO systems are typically implemented using conventional "procedure-oriented"
software programming techniques (as opposed to object-oriented or rule-based software programming techniques). As will be appreciated, software programs produced using procedure-oriented software programming techniques are often not easily extendible. Also, often such software programs cannot be easily reused. Thus, conventional IO
systems are often not easily extendible, and the software associated with such IO systems are often not easy to reuse.
Typically, an IO system is implemented such that it is specific to a single operating system. The IO system responds to and correctly processes the IO function calls which are associated with the operating system, but the IO system does not have the capability to support any other operating systems. There is a growing need for computers which support multiple operating systems. Clearly, a computer which uses a conventional IO
system is at a disadvantage in today's market since it can support only the operating system which the IO system supports.
EP-A2-0-565-875 discloses a set of methods and techniques that together address the deficiencies of the basic input/output system (BIOS) and the advanced basic input/output system (ABIOS) in the context of a pen-based portable computer while -lA-retaining many of its strengths in terms of providing an insulating layer between the hardware and the operating system such that the same operating system code body will execute in a variety of hardware platforms. In particular, the following deficiencies have been addressed. (a) a dual boot capability allowing the user to select, through a set-up procedure, either a conventional (DOS-style) booting procedure or a Penpoint-style booting procedure. (b) the capability to mask certain device characteristics from the operating system, defined as a callback mechanism. (c) a method for collecting and maintaining device state information of a device that could be disconnected or reconnected during the operation of the computer.
Thus, what is required is an input/output system for a computer which is easily extendible, which embodies software which is easy to reuse, and which supports multiple operating systems.
SUMMARY OF THE INVENTION
The present invention is directed to a booting procedure for initializing first a degradated file sharing mechanism with fully defined operations for use.

~'~ 78~8i WO 95/17717 ~ ' PCT/US94/10549 in enabling more sophisticated aspects of the operating system. A system is disclosed for use in booting a processor with a storage and attached peripherals.
The system utilizes object-oriented techniques for initializing a computer system by resetting the storage and one or more peripherals. Then, the system initializes a degredated environment for use in activating an operating system.
The degredated operating environment enables file sharing and other basic tasks of importance in loading in the IO devices, system preferences, and hardware configurations and replaces itself with the IO file system frameworks for use by the operating system.
Further features and advantages of the present invention, as well as the structure and operation of various embodiments of the present invention, are described in detail below with reference to the accompanying drawings.
BRIEF DESCRIPTION OF THE DRAWINGS
Figure 1 illustrates input/output service frameworks according to a preferred embodiment of a preferred embodiment;
Figure 2 illustrates an overall structural block diagram of the . input/output system of a preferred embodiment;
Figure 3 illustrates abstractions involving a device access manager and an interrupt handler, and depicts the data flow between these elements of a preferred embodiment;
Figure 4 illustrates an example hardware hierarchy in accordance with a preferred embodiment;
Figure 5 is a software hierarchy corresponding to the hardware hierarchy of Figure 4 in accordance with a preferred embodiment;
Figure 6 illustrates a parent/child relationship in accordance with a preferred embodiment;
Figure 7 is a block diagram of an example SCSI bus configuration in accordance with a preferred embodiment;
Figure 8 illustrates another example hardware hierarchy used for illustrating the features of a preferred embodiment;
Figure 9 illustrates a software hierarchy corresponding to the hardware hierarchy of Figure 8 in accordance with a preferred embodiment;
Figure 10 is a block diagram of a computer platform on which the IO
3 5 system of a preferred embodiment operates;
Figure 11 is a block diagram of the components of the booting framework in accordance with a preferred embodiment;

Figure 12 is a flowchart illustrating the flow of control in a boot operation;
Figure 13 shows a timeline for boot framework processing in accordance with a preferred embodiment;
Figure 14 is a block diagram of boot processing in accordance with a preferred embodiment;
Figure 15 is a block diagram illustrating the Bootlmage table of contents in accordance with a preferred embodiment; and Figure 16 recaps, via a booting timeline, the processing utilized in a preferred embodiment for booting.
DETAILED DESCRIPTION OF THE PREFERRED EMBODIMENTS
Overview A preferred embodiment is directed to an input/output (IO) system for a computer. The IO system of a preferred embodiment is easily extendible, embodies software which is easy to reuse, and supports multiple operating systems. Other advantages of a preferred embodiment are discussed below.
Object technology is used to implement the IO system of a preferred embodiment. Thus, the a preferred embodiment represents an object-oriented 2 0 IO system. The use of object technology is pervasive and supports abstractions for many low-level services such as interrupt processing which to date have been processor-specific and procedural in nature. These generalized object based abstractions, together with the use of micro-kernel technology, enable the generation of a new model for device interfacing.
2 5 The IO system of a preferred embodiment is an association of service providers and their clients. In order to provide a meaningful service to its clients, the IO system becomes a client of several other service providers.
Figure 10 illustrates a block diagram of a computer platform 1002 in which the object-oriented IO system in accordance with a preferred 30 embodiment. It should be noted that a preferred embodiment alternatively encompasses the IO system in combination with the computer platform 1002.
The computer platform 1002 includes hardware components 1003, such as a random access memory (RAM) 1008 and a central processing unit (CPU) 1006. It should be noted that the CPU 1006 may represent a single processor, but 35 preferably represents multiple processors operating in parallel.
The computer platform 1002 also includes peripheral devices which are connected to the hardware components 1003. These peripheral devices include an input device or devices (such as a keyboard, a mouse, a light pen, etc.) 1018, a WO 95/17717 ~ PCT/US94/10549 data storage device 1020 (such as a hard disk or floppy disk), a display 1024, a printer 1026, and a network adapter 1022. The computer platform 1002 could be connected to other peripheral devices.
The computer platform 1002 also includes an operating system 1014, and may include microinstruction code 1010 (also called firmware). The operating system 1014 may represent a substantially full-function operating system, such as the Disk Operating System (DOS) and the U1VIX operating system. However, the operating system 1014 may represent other types of operating systems.
Preferably, the operating system 1014 represents a limited functionality operating system, such as the Mach micro-kernel developed by IBM, which is well-known to those skilled in the relevant art. Full featured operating systems may operate as application programs 1030 on the computer platform 1002.
In a preferred embodiment, the computer platform 1002 is an International Business Machines (IBM) computer or an IBM-compatible 1 S computer. In an alternative embodiment, the computer platform 1002 is an Apple computer.
One or more application programs 1030 operate in parallel on the computer platform 1002. Also, one or more device ensembles 1032 operate on the computer platform 1002.
2 0 The device ensembles 1032 collectively represent the object-oriented IO
system of a preferred embodiment. The device ensembles 1032 operate with each other to provide IO services to end users (such as the applications 1030).
The device ensembles 1032 are discussed in greater detail below.
As discussed above, the applications 1030 may represent operating 2 S systems, such as IBM OS/2. Since these applications 1030 are clients of the device ensembles, the IO system of a preferred embodiment supports a plurality of operating systems.
The elements of the computer platform 1002 could be depicted in Figure 10 in other ways. For example, the device ensembles 1032 could be illustrated as 3 0 being part of the operating system 1014 (such that the device ensembles and the operating system 1014 would occupy the same layer in the computer platform 1002).
OVERVIEW OF SELECTED OBJECT-ORIENTED

Object-orient technology and computer programming techniques are generally well known and described in many publicly available documents, such as Object-Oriented Design by Grady Booch (Benjamin Cummings 1991) and Object-Oriented Requirements Analysis and Logical Design by Donald Firesmith (Wiley 1993). Selected features of object-oriented technology pertinent to the present invention are discussed in this section.
Objects Two views of object programming have flowed into the object-oriented (00) industry mainstream: self-supporting stand-alone objects and collaborative lightweight objects. These views are discussed below.
One view of object technology migrates toward the philosophy of "heavy-weight" objects. This object design tends to encapsulate as much as possible into a single, stand-alone entity. An example might be a data base object which encapsulates all the subtleties of a disk-based relational filing system in a single object. Such an object would embody and implement the abstractions of field, tuple, table, relation, index and perhaps query.
This approach yields objects with a large granularity and limits the flexibility of the embodied abstractions. To refine or adapt the field abstraction could very well require intimate knowledge of the data base object's internal structure.
In contrast, the light-weight view of objects tends to limit the scope of individual objects to functionally and semantically consistent puzzle pieces designed to collaborate with (perhaps many) other objects in order to achieve a goal. These are often highly flexible objects which are used (and reused) on a greater scale.
In this view of objects a simple data base might be a collaborative set of 2 5 field objects associated by tuple objects which are in turn contained by table objects. An index, relation, or query would be separate entities, collaborating approximately with field, tuple, and table. Each of these abstractions is able to provide a consistent interface and each may be easily subclassed to adopt new behaviors.
3 0 In a gross simplification, one could draw the analogy between software libraries and individual subroutines when looking at these two different approaches to objects. Both provide some self contained unit of encapsulation and reuse. A preferred embodiment utilizes light-weight, fine granularity, collaborative objects extensively.
Frameworks To provide necessary structure to the various subsystems, the lightweight objects are woven into the fabric of a design framework in which the public ?178581 _ interfaces and inter-relationships are well defined. If objects are the unit of code reuse, frameworks are the unit of design reuse. Frameworks are generally well known. Frameworks can span entire class hierarchies, simultaneously providing the enveloping architecture and expressing the systematic organization of the design. Frameworks may decompose into sub-frameworks or several frameworks may be encompassed by a larger framework.
If the framework is the embodiment of design, then there must be a term to call the set of objects which implement a framework. For example, in C++
classes and objects are often spoken of separately, distinguishing between the two by saying a class is the specification and an object is an instance of the class.
According to a preferred embodiment, an implementation "instance" of a framework is called an ensemble. This term "ensemble" indicates those classes which collectively implement a framework. For example, the product which in the past has been called a "device driver" becomes a Device Ensemble.
Frameworks allow commonalty to be managed through collaboration and inheritance between the various pieces of an ensemble. Through the use of well defined class hierarchies, commonalty is pursued and distilled only where it makes sense in the overall design. Each framework may present its clients with an appropriate and desirable interface instead of being confined to a "one-size-fits-all" paradigm enforced across all frameworks.
Features and Advantages of a preferred embodiment Some features and advantages of the object-oriented IO system of a 2 5 preferred embodiment were discussed above. Additional features and advantages are discussed in the following sections.
Enabling A Developer The extensive use of objects and frameworks is new to the field of hardware device interface software and serves to assist the ensemble author in a number of ways. First, the framework serves to guide the author through the design issues of orderly start-up, receiving interrupt notification, servicing device hardware, and orderly shutdown. Second, reuse of ensemble objects with similar characteristics and purposes allows the author to concentrate on only 3 S those behaviors which are necessarily different.
' For example, the author of an ensemble for a new disk controller card may be able to derive from an existing ensemble, over-riding only those functions which do actual hardware access. In contrast to this, the author of an 7 ~ pCT/L1S94/10549 _7_ ensemble for an entirely new piece of hardware may not have the luxury of an ensemble on the shelf to derive from. In this case, many of the low-level IO
frameworks defined by a preferred embodiment will assist the effort by providing design and architectural guidance to the author.
Encouraging hardware and software innovation Conventional hardware and software innovation often suffer from mutual knowledge which is too intimate. Because operating system and application software "know too much" about the underlying hardware platform, they exploit this knowledge for maximum value. Use of this information locks hardware vendors into a mode where change is very hard to accomplish without breaking applications. Additionally, this knowledge makes it difficult for software to escape the least common denominator syndrome.
Using object abstractions throughout low level subsystems allows this deadlock to be resolved. Framework interfaces serve not only to hide the hardware details from the application, they also hide the application details from the hardware. This well defined interface between hardware-dependent and hardware-independent parts of the overall system encourages both hardware and software innovation, since the hardware as well as the object based software can change without effects rippling throughout the entire system.
Location independent device abstractions By implementing a logical software hierarchy, providing a common 2 5 abstraction, and utilizing a shared library system, the IO architecture allows the same device ensemble to be used regardless of the physical location or number of occurrences of the hardware. This is to say that an ensemble for a specific UART chip could service both a port on the motherboard planar and a port on a third party expansion card without additional work on the ensemble author's part.
Let resources find you Another fundamental problem with existing systems is the perspective of the configuration data bases) involved. The current top-down resource 3 5 hunting perspective necessitates informing the system explicitly about devices installed or places to look. In some cases, these data bases are used as input to statistically link drivers into the kernel. In some cases, these data bases are used as input to statistically link drivers into the kernel. Configuration files are WO 95/17717 ~ PCT/US94/10549 ~ ~ ,7 scattered throughout the system and multiply as new system services are brought on-line. The result is fairly uniform; a plethora of obscure, ill-formed, and usually inconsistent set of steps is required to add a new device.
A better paradigm is one which inverts the current perspective to add a new device. According to a preferred embodiment, this philosophy is called "let resources find you." In the "let resources find you" paradigm a SCSI ensemble would report drives to the mass storage sub-system which would then report mountable logical drives (volumes or partitions) to the file system. In this way the user no longer has responsibility for configuring some database to tell the file system what volumes to mount and the file system is relieved of the burden of probing all possible hard drive interfaces for drives and volumes.
A device may not always have as direct and intuitive a client as in the above example. In these cases a device would register with a central "parts bin"
as a non-specific resource. For example, an RS232C port might register itself with the parts bin, later to be pulled from the bin by some user action and used to configure a modem or printer port. In this case, the user is assured that the options presented are valid because only those devices which are available and un-assigned find their way to the parts bin.
"Plug & Play" user model The culmination of "let resources find you" is the Plug & Play user model. Plug & Play operation frees the user from having to deal with configuration files to add or remove input/output hardware.
2 5 Dynamic installation and configuration The dynamic configuration of both hardware and software is a required feature to support Plug & Play model of a preferred embodiment. To achieve this goal, configuration of device software requires the dynamic installation of device specific software (interface ensembles). For example, a SCSI interface capable of "host- plugging" would need to reconfigure the devices and services it provides as devices are added or removed from the bus.
This capability can be extended into more dynamic scenarios where individual instances of ensemble pieces may be created and destroyed at will, including un-injection or removal of interrupt handling kernel code in an un-3 5 obtrusive manner.
Flexible abstractions with decentralized policy Use of flexible abstractions throughout the IO architecture allows many design decisions to be deferred to the framework developer instead of becoming fixed in the base architecture. This increases the options available to the designer and allows him to make the best set of trade-offs with respect to his problem domain. The set of trade-offs can span performance, security, device allocation, and device access policy issues.
As an example of the flexibility this provides, each device abstraction will define whether the device can be shared or is limited to one client at a time.
Decentralization of this device allocation policy decision allows such policy to 1 ~ change at a later time without having any impact beyond the scope of the particular device.
In addition to defining client/device access policy, the device abstraction must allocate required resources such as IO address space and interrupt source (IRQ). These lower level resources are managed for each IO framework by an interrupt services framework. The coordination of these resources is effectively invisible to the individual IO frameworks unless a conflict occurs.
The effect of decentralized policy is to reduce the number of dependencies a device abstraction needs to deal with and increase the opportunity for the individual framework designer to set proper policies at an appropriate level. The value of decentralized policy becomes more apparent when porting the software to accommodate new hardware systems which diverge from the initial implementation's frame of reference.
Increased system reliability 2 5 Current levels of systems reliability achieved by today's common desktop operating system technology are unacceptable for a new system. Progress has been evident in this area with features like protected address spaces and user mode drivers. Even with these advances, IO architectures have not made any significant contribution to the cause of system stability. A preferred embodiment addresses this shortcoming.
Recovery from processor exceptions within interrupt handlers Most systems are very unforgiving toward exceptions generated while the system is executing interrupt code. The resulting system crash is hardly a 3 5 model of system reliability and often seems inexplicable. To improve this, the IO architecture of a preferred embodiment supports both default and custom exception handlers for the interrupt domain.
Error Logging IO Error logging is an effective way to track problems and provide diagnostic feedback when non-fatal errors occur. A preferred embodiment supports flexible services for such logging.
Automatic reclamation of resources A preferred embodiment achieves proper reclamation of resources. In particular, a preferred embodiment detects, and cleans up after, an abnormal termination.
Support for diverse hardware A preferred embodiment supports a wide range of devices, processors and buses. The actively supported devices range from simplistic non-interrupt driven devices (for example, the Apple SWIM floppy controller chip) to DMA
or channel based disk controllers. A full range of IO buses are supported, once again from the simple (ISA) to the sophisticated (Micro Channel or NuBus).
This IO architecture is processor-independent and supports all known processor configurations, including multi-processing.

WO 95/17717 , pCT/US94/10549 STRUCTURE OF THE OBJECT-ORIENTED INPUT/OUTPUT SYSTEM
IO Service Frameworks When an end user orders a piece of equipment he is seldom simply acquiring hardware. Rather, he is instead attempting to obtain some level of service. For example, modem manufacturers provide a means of achieving some level of telecommunication service. Selling modems is just one element of the real transaction.
Accordingly, it is no longer adequate to simply make a device accessible, the focus must shift to the desired services. To this end the IO system of a preferred embodiment is service oriented. Rather than providing Disk Drivers, the system provides Mass Storage Services. The traditional concept of a disk driver is simply a means for software to access a drive. Mass storage services include additional responsibilities such as providing the file system with usable partitions and making provisions for the technical and user interface tasks of drive partitioning and formatting. It is important to recognize that a preferred embodiment expands on the traditional roles of device interfaces by raising the level of service provided.
Some of the input/output services provided by the IO system of a preferred embodiment include (a) Mass Storage IO services; (b) Keyboard processing services; (c) Mouse/Pointing device processing services; (d) SCSI
services; (e) Serial communications port services; (f) Expansion bus management services; (g) Desktop bus IO services; and (h) Power management services.
According to a preferred embodiment, IO service frameworks are 2 5 provided for enabling an end user (such as a human operator, an operating system function, an application program, etc.) to perform these and other input/output services. In particular, an end user can interact with these IO
service frameworks to perform any supported input/output operations.
The major IO service frameworks 102, along with some of the specific services they provide and devices they access, are shown in Figure 1 (services and devices are shown as ovals). These IO service frameworks 102 include (1) a mouse/pointing device framework 102A, which provides services relating to a mouse port, a desktop bus, and a serial mouse; (2) a desktop bus framework 102B, which provides services relating to an access bus; (3) a serial port 3 5 framework 102C, which provides services relating to the synchronous and asynchronous transfer of data via serial ports; (4) a power management framework 102D, which provides services relating to power sensing and screen management; (5) a parallel port framework 102E, which provides services WO 95/17717 PCT/iTS94/10549 relating to interaction with parallel-type devices (such as printers, portable disks, network interfaces, etc.); (6) an expansion bus management framework 102F, which provides services relating to the interaction with expansion buses;
(7) a mass storage device framework, which provides services relating to mass S storage devices; (8) a keyboard framework 102H, which provides services relating to keyboard input devices; and (9) a SCSI bus framework 102I, which provides services relating to a SCSI bus and devices connected to this bus.
It is entirely possible (in some cases, necessary) for some of these services to become clients of others to achieve the desired goal. For example, in some configurations, the Mass-Storage framework 1026 would be a client of the SCSI
framework 102I. The SCSI framework 102I could, in turn, be a client of the expansion bus framework 102F. The Pointing Devices framework 102A would have to become a client of the serial port services framework 102C to use a serial port mouse. The IO frameworks 102 are also clients of many other operating system services which are not related to device interfacing.
Underlying IO Frameworks The IO services frameworks 102, described above, represent an end user's interface to the IO system of a preferred embodiment. The IO services frameworks 102 operate with the following lower-level frameworks to perform their respective tasks: Interrupt Services Framework 206; Interrupt Handler framework 208; and access manager framework 210. These frameworks represent the fundamental building blocks of the IO system.
Figure 2 illustrates how these frameworks communicate and interact to 2 5 provide multiple services (as noted above, instantiations of these frameworks are called ensembles, and are shown in Figure 10 as elements 1032). Figure 2 essentially represents an overall structural diagram of the IO system of a preferred embodiment.
At the IO Service Frameworks 102, each framework presents to its clients 214 an interface which is consistent from platform to platform. Thus, the interface for ~a particular framework, Mass Storage, for example, would be the same for a PowerPC implementation as it would before an Intel Pentium or Motorola MC68040 implementation.
The Interrupt Services Framework 206 provides kernel-based services for 3 5 managing multiple Interrupt Handlers 208, performing a first level interrupt decode and dispatch to the appropriate Interrupt Handler 208. This framework is also responsible for many management tasks.

WO 95!17717 PCT/US94/10549 The Interrupt handlers 208 (such interrupt handlers representing instantiations of the interrupt handler framework 208) are device-specific abstractions which process device interrupts. This is an optional building block which is required only when the device being managed generates interrupts.
Interrupt handlers run in kernel mode and thus have access to kernel privileged instructions and operations.
The Device Access Managers 210 (which are instantiations of the access manager framework 210) are user-mode abstractions that execute outside the kernel and are charged with all tasks associated with hardware access.
The hardware devices 212 in Figure 2 represent the hardware devices which are being managed by the IO system of a preferred embodiment. Note that the access managers 210 and the interrupt handlers 208 communicate with the hardware devices 212.
The interrupt devices 206 are in communication with the kernel 204, which is preferably the Mach micro-kernel developed by IBM, which is well-known to those skilled in the relevant art.
Operation of the Object-Oriented Input/output System The IO system of a preferred embodiment operates preferably as follows.
A client 214 sends requests for services to a specific IO service framework associated with the client. The IO service framework 102 uses its associated access manager 210 to load an appropriate device register with an appropriate command, such as "write a byte," "buffer a block," or whatever the appropriate action might be.
Interrupts progress from bottom to top in Figure 2. The kernel based Interrupt Services Framework 206 catches processor interrupts and calls the interrupt handler 208 it has registered for a particular interrupt level or IRQ.
The Interrupt Handler 208 queries the hardware and sends appropriate messages to its associated Device Access manager 210. The Device Access 3 0 Manager 210 performs a hardware interface operation such as reading a buffer and notifies the appropriate IO service framework 102 via a method call or IPC
(inter-process communication), as appropriate. Finally, the IO service framework 102 takes appropriate action, such as unblocking a client thread by sending it data.
3 5 Any Device Access Manager 210 and its associated Interrupt Handler 208 could perform the functions found in a conventional device driver, as shown in Figure 3. Both the Device Access Manager 210 and Interrupt Handler 208 have a direct access to their hardware device 212. This allows the developer to balance function between the Device Access Manager 210 and the Interrupt Handler 208 to meet the implementation specific, overall design goals. With reasonably advanced IO hardware, functionality (and code volume) could be predominantly vested in the Device Access Manager 208 while the size and S complexity of the Interrupt Handler 208 could be minimal.
The specific location of a feature or function is left to the designer. To what extent a feature resides in either the Device Access Manager 210 or Interrupt Handler 208 should be governed by the designer's requirements and the following rule: If there is not an overwhelming clear purpose for implementing the code in the Interrupt Handler 208, it should be in the Device Access Manager 210. This rule is based on the intent to keep Interrupt Handlers 208 as small and simple as possible (in view of practical considerations) to enhance performance.
Interrupt Handlers 208 are installed and removed at the request of their 1 S respective Device Access managers 210. Normally, there is a one-to-one mapping of Device Access Managers 210 to Interrupt Handlers 208. That is to say, each Device Access manager 210 usually installs only one Interrupt Handler 208. Exceptions to this one-to- one mapping are recognized and allowed for.
Some of these exceptions might be: (1) a Device Access Manager for a polled 2 0 device which generates no interrupts may not have to install any Interrupt Handler; (2) Some hardware may have multiple instances of homogenous devices capable of generating many distinct interrupts. (For example, ISA
serial port cards with multiple UARTs.) In this case, the designer may elect to use a common Device Access Manager which would install Multiple Interrupt 2 5 Handlers.
Referring again to Figure 3, Device Access Managers and Interrupt Handlers communicate by using two standard interfaces. First, a Device Access Manager can initiate a bi-directional communication transaction by using a Control mechanism. Second, an Interrupt Handler can send a limited amount 30 of data to any task through an Interrupt Notification service. The intent of this interface is to allow interrupt notification which communicates limited state information to the Device Access Manager. Any standard and appropriate communication interface can be used to implement the Control mechanism and Interrupt Notification service.
3 5 The operation of a preferred embodiment shall now be discussed in greater detail. The IO service framework 102 interacts with its Device Access Manager 210. The Device Access Manager 210 makes buffers ready by asking the memory management services to make the virtual address range ready for IO.
The Device Access Manager 210 then interacts with the hardware device 212 directly or with the device Interrupt Handler 208 through the Control method.
The hardware device 212 accepts or supplies the requested data. At some point the hardware device 212 generates an interrupt that is received by the Interrupt Services Framework 206 and dispatched to the correct Interrupt Handler 208.
The Interrupt Handler 208 may access the hardware device 212 and examine the state of the hardware device 212. It then notifies the Device Access Manager 210 via the Interrupt Notification service, possibly sending some necessary state information with the notification.
Next, the Device Access Manager 208 unlocks the client's resident IO
buffers. Finally, the Device Access Manager 208 informs the client 214 via one of the IO service frameworks 102 that the requested action has been completed.
DeviceAccess Manager . Why have Device Access Managers 208 instead of classic drivers? The answer is in the expanded role that is required of the IO ensembles of a preferred embodiment. Each type of device has differences in access rules and protocol. Constricting this diversity into a "one-size-fits-all" interface 2 0 abstraction is common practice among current OS architectures. To honor the goal of enabling innovation, it must be recognized that any given set of these access protocols may be diverse. Thus, each category of device must be allowed to define its own abstract interface. For example, printers and tap drives are unlikely to be shared among multiple clients. However, by using a different process policy, a printer port could give the illusion of being shared by managing a spooling queue. Thus, the Device Access Manager 210 can encapsulate, hide, and have control over its access policy.
Device access policy cannot be globally, clearly, or correctly predicted for all present and future devices. Attempts to do so will result in a constricted IO
model which cannot adjust to new hardware innovations. A preferred embodiment does not set global IO access policy. Any global device access policy that might be imposed today would most likely be incorrect or inadequate in the future. The IO system of a preferred embodiment addresses this issue by deferring as many policy decisions as possible to the Device Access Managers 3 5 210. It is therefore a functional role of Device Access Managers 210 to define the access policy of the device.

WO 95!17717 ~ PCT/US94/10549 Another reason for the user-mode access manager 210 is to provide for the placement of device service functionality outside the kernel space. This has the advantages of reducing kernel bloat and enhancing system stability.
Interrupt Handlers The Interrupt Handler 208 is an interrupt-source-specific abstraction that processes interrupts and runs within the kernel's address space. An Interrupt Handler 208 is device specific because its code has detailed knowledge of the target device 212. However, an Interrupt Handler 208 may be generic in the sense that it is capable of handling multiple instances of a device at different physical locations. (That is to say that an Interrupt Handler cannot field interrupt notifications for both a UART and a SCSI interface chip but may be able to field interrupts for multiple UART chips.) All Interrupt Handlers are subclassed from an abstract base class TInterrupt Handler. The TInterrupt Handler class defines the required interface between device specific Interrupt Handlers and the kernel's Interrupt Services Framework. Objects in the device specific subclass, as well as any other objects used by the Interrupt Handler, are processed into a shared library.
The installation of an Interrupt Handler 208 by a Device Access Manager 210 initiates a "death watch" so the Interrupt Handler 208 may be removed automatically if the Device Access Manager 210 is destroyed. This way the system can guarantee that resources used by the Interrupt Handler 208 will be reclaimed when the Device Access Manager 210 is removed. This death watch is managed unobtrusively by the Interrupt Services Framework 206.
Interrupt Services Framework The interrupt services framework 206 encapsulates kernel level services used by Interrupt Handlers 208 as well as providing interrupt decoding and dispatch to the appropriate Interrupt Handler 208. The services provided by the Interrupt Services Framework 206 include:
(1) Interrupt Handler Installation. All kernel resident Interrupt Handlers are installed by this framework.
(2) Management of IO Resources. This task involves tracking assigned and requested ranges of the IO address and interrupt spaces to insure conflicts 3 S are arbitrated. The arbitration of these resources is likely to be of a first-come, first-served nature, but may vary from this model depending on the hardware architecture and the specific implementation of the Interrupt Services framework 206.
(3) Management of Interrupt Handler Exceptions. It is the task of the Interrupt Services Framework 206 to be the ultimate handler of processor exceptions which occur at interrupt time. This responsibility involves logging the exception as well as invoking an exception handler. If the offending S Interrupt handler 208 has specified a custom exception handler, it will be invoked; otherwise, a system default exception handler will be used.
(4) Device Access Manager Death Watch. It is this framework which watches for the destruction of access managers 210 and removes any associated Interrupt Handler 208 which is still installed.
(5) Interrupt Handler Removal. When a request to remove an Interrupt Handler 208 is received, it is the responsibility of this framework to do the work, assuming the requester has the appropriate rights. Usually, only the Device Access Manager 210 which installed the Interrupt Handler 208 has the right to remove it.
1 S The Interrupt Services Framework must also construct and support the interrupt hierarchy. The interrupt hierarchy is an innovation which is vital to supporting location independent device abstractions, and is discussed below.
Hardware Hierarchy and Configuration 2 0 IO hardware devices can be attached to a system via many diverse hardware paths. Some are built-in on the motherboard, some are attached to buses (e.g., Micro Channel, NuBus, SCSI, IS), while other devices attach using a combination of several means. For example, a SCSI drive could be connected to a NuBus card with a SCSI chip on it. A simplifying abstraction is to view these 2 5 different hardware configurations as a collection of hardware hierarchies.
Figure 4 provides an example of such a hardware hierarchy.
The hierarchy of Figure 4 could be outlined as:
MotherBoard Hardware 30 Expansion Bus Card Simple Device A
Simple Device B
By projecting this hardware hierarchy into the software domain, a 3 S preferred embodiment achieves a significant degree of flexibility and encapsulates specialized device knowledge at an appropriate level. This is described below.

WO 95/17717 L ~ PCT/US94/10549 Software Hierarchy The view of hardware as a hierarchy leads to the view that the software for these devices is also a hierarchy. A hierarchical view of software nicely restricts the scope of knowledge to appropriate layers of the hierarchy. By limiting the scope of this knowledge it is possible to push IO policy issues to the lowest levels of the hierarchy. Upon the occurrence of an interrupt, control is passed down the hierarchy until the correct Interrupt Handler 208 processes the interrupt. This is depicted in Figure 5.
This software hierarchy is not limited to interrupt processing but spans the concerns of automatic system configuration as well. When the "root" of a hardware hierarchy is found, the root of the software hierarchy is created.
The task of this software root is to find and instantiate each node of the software hierarchy as it finds new hardware nodes. A more detailed description of this aspect of a preferred embodiment is in the section on Configuration Access Managers, below.
Parent/Child Relationship The hierarchical view of the IO architecture of a preferred embodiment uses simple parent/child relationships to manage all the nodes in the software hierarchy. Each Interrupt Handler 208 and Device Access Manager 210 has a parent relationship and may or may not have a child relationship. These parent/child relationships form the model for managing such a hierarchical abstraction. The set of all of these associations naturally and dynamically define the topology of the software hierarchy. This definition accomplishes two 2 5 important goals: (a) it defines how (and in which order) the software hierarchy is constructed; and (b) it describes the flow of control when an interrupt occurs.
Defining the nodes in the hierarchy is a simple task for most IO
hardware. However, in a few cases the job of distinguishing parent/child relationships is not clear. The Zilog 28530 SCC chip is an example. This chip has 3 0 two distinct serial ports (A and B) and a common interrupt register. The obvious initial design is to define two serial ports and have an Interrupt Handler for each. However, when the Interrupt Handler for port A reads the interrupt register, it obtains interrupt status for both ports and clears the register by this action. Certainly, the concept of independent Interrupt Handlers would 3 5 not work for this case.
The solution is to define two levels of abstraction, the chip and the port.
This is depicted in Figure 6, wherein the chip abstraction is the parent and exports two software-independent serial ports. When some client application (MIDI, for example) needs to use its assigned port, it would first acquire the correct parent Interrupt Handler object (the chip Interrupt Handler) and ask to have the MIDI Interrupt Handler installed as a child to this parent.
The above has discussed how the parent/child relationship is used to construct the software hierarchy. The flow of control in the interrupt case shall now be considered.
Continuing the above example (Figure 6), assume that SCC port B asserts an interrupt. The motherboard routes the interrupt signal to the processor and the program counter is vectored into the Interrupt Services Framework. The Interrupt Services Framework decodes the processor interrupt and dispatches the SCC Interrupt Handler.
The SCC Interrupt Handler reads the interrupt register (thereby clearing the interrupt status bits), and decodes the values that it finds and determines that port B has generated the interrupt. It calls an Interrupt Services Framework service InvokeChild to dispatch the port B Interrupt Handler, passing a copy of the interrupt register in a "parent object."
It is important to note that the SCC Interrupt Handler does not need to know what handler is the currently active child for port B. It is only significant for it to know that the child should field the interrupt.
Should the interrupt register also indicate a port A interrupt, the SCC
Interrupt Handler will similarly dispatch the port A Interrupt Handler upon completion of the interrupt service for port B. In this way the individual port Interrupt Handlers will never need to perform a destructive read of the shared interrupt register.
Configuration Access Managers Configuration Access Managers are Device Access Managers 210 with the additional responsibility for the configuration of a collection of devices, and they are the dominant element in the Plug and Play objective of a preferred 3 0 embodiment. There are two kinds of Configuration Access Managers. The first has a fixed set of devices to configure and therefore has a straightforward configuration task. The second has to configure any number of "untyped"
devices. This second form of Configuration Access Manager must utilize some protocol to determine both the number and the type of devices present before it 3 5 can complete its configuration task.
When any Configuration Access Manager is started, it is required to find all the devices for which it is responsible. After all its devices have been found and identified, the Configuration Access Manager would then make a policy WO 95J17717 ~ PCT/US94/10549 decision: either instantiate the appropriate Device Access Manager 210 or simply record that the device was found but not linked with a Device Access Manager 210.
Consider Figure 7, wherein a SCSI bus Configuration Access Manager would have to follow the standard SCSI protocol to identify what devices are currently attached to the SCSI bus 704. After a device is found, the Configuration Access Manager would then decide which device-specific Device Access Manager should be instantiated.
An example of a fixed set of devices to configure could be found on an expansion card with several devices. In this type of Configuration Access Manager, the policy decision would be hard-coded. For an expansion card containing two SCSI controllers, the SCSI chips would be known to the card's Configuration Access Manager. The devices on each of those SCSI buses would have to be configured by a SCSI bus Configuration Access Manager.
This example shows that the model of Configuration Access Manager can be applied recursively. The use of a software hierarchy to manage an arbitrary hardware hierarchy allows the IO system to dynamically configure any hardware platform or configuration.
Data Transfer and the Device Access Manager Data can be transferred to and from a hardware device by the processor (programmed IO) or by the hardware (Direct Memory Access, DMA). Channel Processing, the use of a dedicated IO processor together with DMA, represents a combination of these transfer options.
2 5 That programmed IO is supported by a preferred embodiment should be apparent from the above examples of Device Access Managers.
A set of DMA related services are available to device interface ensembles.
These services include: (a) Dynamic assignment of DMA channels to clients; (b) Support for scattered-read, gathered-write (also known as scatter-gather); (c) Encapsulation of hardware limitation (such as the 24 bit addressing limit of ISA
bus hardware). The DMA services allow DMA devices on the systems by providing an intermediate buffer in the preferably lower 16 Mb of physical memory. Since this capability slows down the data transfer, it is optional;
and (d) DMA services classes may be subclassed to support third-party bus masters.
3 5 These DMA services are targeted at better hardware support than is found on ISA systems. As the hardware base advances, the DMA model may delete some features necessary for support of the ISA bus legacy. On MCA, EISA
and other wide bus architectures, such features should not be necessary.
Architectural Example As stated above, a preferred embodiment enables the reuse of object technology and the use of abstractions to move IO software forward. An S example illustrating these advantages of a preferred embodiment is considered in this section.
Suppose a third party developer decides to make and market a simple value-added card. Market research exposes the need for an expansion card with a SCSI bus and several serial ports (see Figure 8). The developer chooses to use the same IO chips that the target OEM uses.
Building the hardware card is straightforward, but how much software does this third party developer have to write? According to a preferred embodiment, the developer would have to write very little software. This is the case, since most of the software to control the card is supplied by existing ensembles.
Because of leverage at both the hardware and software level, this third party developer only had to develop a small part of the software solution.
Referring to Figure 9, his contribution was the Third Party card Interrupt Handler and the card-specific Configuration Access Manager (not shown in Figure 9). The rest of the ensemble was provided by others.
Support for Multiple Processors The IO system of a preferred embodiment preferably tracks the Multi-Processing (MP) capabilities of the underlying kernel. MP support is preferably 2 S focused on Symmetric Multi-Processing (SMP) utilizing the well known Uniform Memory Access (UMA) model.
The ability to support device ensembles for any MP configuration is dependent on appropriate kernel s~.pported and implementation specific synchronization primitives. For Interrupt Handlers (in-kernel synchronization), a TInterruptMutex synchronization mechanism is required.
For device Access Managers and other user-mode abstractions, the system's standard set of user mode synchronization services (monitors, semaphores, and the like) will be sufficient.

The seminal operation of booting a system is to provide a primitive vehicle to get the system software up and running. To support this operation, the booting framework provides facilities to prepare for and control booting.

The booting framework divides out into three logical parts: 1) the direct client interface definition, 2) the framework definition, and 3) the service definition (internal steps and implementation).
Some of the goals and requirements of the booting framework:
~ Provide a primitive vehicle to get the system software up and running.
~ Manage and hide some of the system interdependencies.
~ Minimize the restrictions of boot time executables.
~ Provide simplicity and expansion with third party access.
~ Portable solution for all Pink processor and IO platforms.
~ Reduce the time to market for hardware and system software.
~ Support booting from multiple boot data sources.
~ Be robust in the case of user and hardware errors.
The booting framework must provide a set of base system functions. Polite and unobtrusive implies that the booting framework should not place a heavy burden on the software it activates. The use of an open and extensible booting model guides much of the boot design. The model uses a collection of files rather than a single bound file as the bootable unit. The file resolution of boot 2 0 image members is a key design direction which supports the open model. The set of objects that become active during booting exist in the context of individual files, which can be added or removed in a straightforward and intuitive manner. This enhances the update and extend capability of the system software.
The use of the object-oriented frameworks and code reuse by the low level Pink operating system servers creates the requirement to provide availability of objects during system initialization. This problem is addressed in a preferred embodiment by utilizing a memory based boot image. The memory based boot image is a set of self contained objects with all necessary interdependencies resolved. The set includes enough system software to mount a backing store device which thereby provides access to the rest of the software not included in the boot image. The system can thus be booted by bringing up the low levels of the system out of this boot image and then going outside of 3 5 the boot image to bring up the rest of the system.
A preferred embodiment must also provide a mechanism for satisfying kernel paging requests during booting prior to the availability of the file system WO 95/17717 PC"T/US94/10549 and IO system. A Boot Content Server is employed to resolve this issue. The boot content server utilizes the data source independent content server based paging architecture. The content server decouples the kernel memory manager from the file system, and enables memory manager requests to be serviced in a consistent manner, with or without a backing store based file system. It provides access to the kernel memory manager, and to the various files in the Boot Image. Prior to the time that the file system is up and running, the paging requests will be handled by this Boot Content Server. The entire set of files and data structures known to the Boot Content Server is memory based. There are no interactions between the Boot Content Server and any backing storage device. The Boot Content Server is transitory and gives way to the true File System as early as possible.
The boot framework defines several key interfaces to encapsulate and modularize the booting work. The use of a booting framework eases the effort required in porting to new OEM platforms and new boot source devices as boot sources. The modularity provides a CPU platform and boot source device independence. The foundation of booting is thus not pinned to a particular ROM or piece of start code. T'he booting design embodies a minimum system at boot time which contains some of the key services, and enables much of the 2 0 software executing at boot time to use features in a consistent manner.
For example, the booting framework supports the use of File System properties and preferences during the boot process. Boot control is driven implicitly rather than explicitly. Hand crafted configuration scripts are not used. The set of files present in the boot image, the set of hardware present on the system, and the set 2 S of properties on the boot image files work together to guide the order and selection of boot time execution. The hardware to device driver binding is handled within an abstraction enabling polymorphic configuration by the booting control software.

WO 95/17717 ~ PCT/US94/10549 Booting Framework Architecture The architecture of the booting framework includes several interdependent components wrapped around a boot image. The Boot Image is the logical set of files required to bring up the system to the point of supporting S the kernel with backing store, native IO, the file system, and mounting the necessary backing store device(s). Once these services are in place, the system can execute independently and employ the file system and access managers to bring up the rest of system software services, such as the high level toolbox pieces, from backing store. The boot image model helps the booting framework solve the circular dependency problem by gathering the entire set of required pieces together in one set which is available to the system as it boots. The focal act of booting becomes very simple: do a primitive fetch of this boot image into RAM, execute code out of the RAM-based boot image, then segue into the rest of the system.
1 S Figure 11 is a block diagram of the components of the booting framework in accordance with a preferred embodiment. Fundamental is relative to the boot device. That means that in the case of a local disk boot, the disk driver software, local file system, and their dependent shared libraries would be fundamental. Conversely, network and remote filing software would not be fundamental to a local disk boot. There will be some cases which do not include backing store support -- but rather that run some memory based system, like a simple utility. Also, there will be cases where the kernel debugger is not necessary, and is thus not included in the boot image. The boot image depends on the following basic fundamental building blocks: objects, shared libraries, 2 S library searchers, client/server protocols, subset of the File System interface, preferences, time service, token server, and hardware configuration services.
'There is a direct correspondence between the files existing in the RAM
resident boot image and the files existing on the boot source device. The booting service must ensure consistency among the files in the boot image on the boot device, the boot image descriptor on the boot device, and the files in the boot image in RAM.
The selection of services for inclusion in the boot image is critical. The amount of software in the boot image must be mimimized to reduce memory footprint. However, sufficient services must be present in the boot image to 3 5 enable the code executing out of the boot image to get its job done as efficiently as possible. The standard system software must be present in every Boot Image.
Beyond that, a Boot Image may optionally provide specialized functionality to its intended users. Files can be added to the Boot Image to provide customized booting solutions for specific scenarios. For example, a scenario of multiple systems in a classroom booting up from the local network might add files to provide security and network filing capabilities to support a file server based individual desktop environment for each student.
The Booting Framework A framework is a set of classes that embodies an abstract design for solutions of a family of related problems, and supports reuse at a larger granularity than classes. The implementation of a particular booting system then would consist of the booting framework coupled with the boot system configuration specific components. The Booting Framework consists of four components: BootPreparation, BootDelivery, BootSetup, and BootExecution.
Figure 12 is a flowchart illustrating the flow of control in a boot operation.
Each of components encapsulate a portion of the booting world. The boot image is the centerpiece to this framework and is present in various forms in each of the components.
Boot Framework Components BootPreparation component BootPreparation is responsible for making a BootFileSet ready for booting on a particular boot device. This component contains pure and OEM boot device specific pieces.
BootDelivery component 2 S BootDelivery is responsible for system diagnostics and configuration, boot device selection, and fetching of the boot image. This component is CPU
platform and boot device specific.
BootSetup component BootSetup is responsible for low level boot loading and environment setup.
This component contains both pure and CPU platform specific pieces.
BootExecution component BootExecution brings up the actual system software. This component is CPU
3 5 platform and boot device independent.
BOOTING TIMELINE

R'O 95!17717 ~ ~ ' .: PCT/US94/10549 Figure 13 shows a timeline for boot framework processing in accordance with a preferred embodiment. The boot framework interfaces appear below.
BootFileSet interface The BootFileSet interface class presents a set of files targeted for booting.
In addition to being marked for booting, these boot files contain some additional boot-specific characteristics required by the booting framework in the form of file system properties of the individual files.
BootableDevice interface The BootableDevice interface represents a device fully prepared for booting.
This implies the containment of a valid boot image, an appropriate boot image descriptor for this boot image, a boot anchor to provide a pathway to the boot image descriptor, and the code to use this information to obtain the boot image.
BootableRAM interface The BootableRAM interface provides foundation upon which the booting can take place. The boot image is available in memory (RAM or ROM). This includes an agreement about the state of the system being booted, and a specification of some data to be provided. The data includes hardware descriptor information and boot image memory information.
UniversalStartPoint interface The UniversalStartPoint interface provides a common CPU platform and boot 2 5 device independent entry interface to the kernel. The key notion of the UniversalStartPoint is that prior to this point there is considerable platform and device specific activity; following this point all activity will be pure activity. The interface inherits the system state agreement provided in the BootableRAM
interface. Additionally, the UniversalStartPoint interface specifies some data to be provided to the kernel.
Personality interface The Personality interface is a loosely defined abstraction of some autonomous piece of software which receives control of the machine from booting once the 3 S primary base of system software has been activated by booting. This class will bring up the appropriate based end system, and activate additional system software as necessary.

WO 95/17717 pCT/US94/10549 Booting Framework Details Booting of a system is a sequential process. Therefore, it is convenient to present the boot model in the context of a sequential process, each process containing several steps. In this sense, each of the components in the booting framework constitutes a stage in this process.
Boot Preparation The software in the BootPreparation component executes within an environment. Booting Preparation operates on files installed via the installation model. The installation model discriminates between files for general installation, and those for boot installation. The files for boot installation are referred to as boot files, and collected together as a BootFileSet.
A boot file is a file installed for booting, and optionally containing some special boot properties. A BootFileSet is a set of bootfiles installed and presented to the BootPreparation component. The booting framework acts on a BootFileSet. The files in the set do not require any special custom content server, decrypter, or decompressor to access the data.
Special Boot Properties The files in the BootFileSet may have some additional, optional information identifying some characteristics specific to booting which will be used as a filter and customizing agent within the Booting Framework. This additional booting information will be represented via TBootCommand(s) within a file system property. These properties will be queried by the boot 2 5 conductor during BootExecution. These properties can be attached to the file at build time on the development system, on the desktop, or both. In fact, some of the more primitive characteristics will only be set at build time, while some of the more user-customizable characteristics might be set in the workspace. The use of file properties described here is distinct from any use of file properties required to gather together a set of boot files.
Boot Preparation classes BootPreparation is responsible for processing a set of boot files into a bootable collection of files. The TBootImage class is responsible for making the 3 5 set of boot files bootable on the device, completing the installation. The client of the TBootImage interface must provide the set of files; which will be passed as TCollection& theBootFiles). Once the final, valid set of files is known, the boot image descriptor and boot anchor must be created and attached to the boot -2&
device. The TBootImage is an abstract base class. The subclasses would be specific to a particular hardware platform and boot device. The TBootCommand class provides an interface giving desired execution characteristics to the individual boot files. These characteristics instantiate the boot conductor.
This class can be attached to bootfiles during installation and BootPreparation;
this class will be used during BootExecution.
TBootImage methods:
TBootImage(TCollection& theBootFiles) protected This parameterized constructor initializes the object state to an invalid boot image containing the boot files specified by the TCollection input.
TBootImageO protected TBootImage(const TBootImage&) protected ~TBootImageO
The destructor releases the storage holding the internal object state.
void AddFiles(TCollection& theBootFiles) Add the specified files to the set of files contained in this boot image.
void GetFiles(TCollection& theBootFiles) 2 5 Retrieve the contained boot files.
void RemoveFiles(TCollection& theBootFiles) Remove the specified files from the set of files contained in this boot image.
virtual ValidateFileSetO
Check the contained set of boot files for completeness. Raise a descriptive exception if the set is not valid. Unexceptional completion tells the client that the boot image set of files is complete as far as any programmatic 3 5 method can determine.
virtual Boolean ValidateDescriptor0 = 0 wo 9sn~~m Check whether a boot image descriptor exists and whether it is valid for this set of files. Raise a descriptive exception if the set is not valid.
Unexceptional completion tells the client that the boot image set of files has a valid descriptor on the device.
virtual Boolean IsDescriptorBoundO = 0 Check whether a valid boot image descriptor is bound for this boot image.
virtual TStream& operator= (TStream& towhere) const = 0 virtual TStream& operator= (TStream& towhere) = 0 virtual TStream& operator= (const TBootImage) = 0 virtual void BuildDescriptor0 = 0 Create the BootImageDescriptor appropriate for the targeted boot device.
The descriptors include:
(i) File System file identifiers for each file in the boot image -- to be used during the boot image reclamation step in the BootExecution component, and 2 0 (ii) Boot device specific descriptor of the boot image pieces -- to be used in the fetch step of the BootDelivery component. Building these descriptors may require some facilities from a file system and / or a device manager.
BuildDescriptor() stores this BootImageDescriptor to the boot device, 2 S with this TBootImage flattened and appended to the boot image descriptor. This is used to get back to the TBootImage from a boot image descriptor. This method makes the image available for booting here, but not necessarily the chosen one. (There may be multiple images available, and one can be considered flagged as the default chosen on to use in the 30 absence of an explicit selection mechanism). This method will raise an exception if the boot image content has not yet been validated.
virtual void BindDescriptor0 = 0 Create a BootAnchor which is a pathway for the BootImageDescriptor to 35 be found at boot time on this boot device. This pathway is written out to the boot device and serves as an interface between the start code in a system to the BootImageDescriptor during BootDelivery. This pathway is a logical pathway -- it may be simply an address on the boot device, or it WO 95!17717 may be some code to execute to find the boot image. This method makes this image the default chosen one for booting on this device. This method will raise an exception if the boot image content has not yet been validated or the descriptor has not been built.
virtual Boolean MakeBootable0 Successively invoke the ValidateFileSet(), BuildDescriptor(), and BindDescriptor() methods.
TBootCommand methods:
TBootCommand Q
The null constructor.
TBootCommand (TText& className, TText& libraryName) The parameterized constructor initializes the TBootCommand with the specified class and library information.
~TBootCommand () The destructor releases the storage holding the internal object state.
void Run() Set the BootStartEntity information into the property container. This method is used at build time or on the workspace.
There are some alternatives available as models for starting things at boot time:
(i) Create an object in the conductor's address space, the object is specified via a (class, library) pair. This object can do very little, or he can proceed to go off and start more objects in new teams. This is the model offered as the default behavior in the base class.
(ii) Create a TClassTaskProgram for a (class, library) pair. Creates a TTeam [6]
using the TClassTaskProgram as the constructor argument. Thus, you get the 3 5 desired object up and running in a new team.
(iii) Create a TFileStreamTaskProgram for a stream to resurrect. Creates a TTeam using the TFileStreamTaskProgram as the constructor argument. Thus, WO 95/17717 pCT/US94110549 you get the desired object up and running in a new team, with the object pre-initialize via the flattened object.
The TBootCommand base class will support the basic model (i) above. The booting framework may provide TBootCommand subclasses to support models (ii) and (iii).
Usage scenario For a particular implementation of booting on a target hardware and boot device platform there must exist a subclass of TBootImage. For example, the target for boot/hoops is a Macintosh platform booting from an HFS based local disk. There would be a TMacDiskBootImage subclass.
The workspace, after the installation of the boot files was complete, could instantiate a TMacDiskBootImage, providing a set of installed boot files.
The workspace can then invoke the MakeBootable() method on this TBootImage to validate the set of boot files and make that set of boot files ready for booting on this hardware platform and boot device. The MakeBootable() would in turn invoke the ValidateFileSet(), BuildDescriptor(), and BindDescriptor() methods. Figure 14 is a block diagram of boot processing in accordance with a preferred embodiment.
Boot Delivery The Boot Delivery category is responsible for performing some very hardware platform and boot device specific actions. This includes low level system diagnostics, low level configuration groveling, boot device selection, 2 5 and boot image fetching. The code comprising the boot delivery category resides outside of the boot image. This code can be primitive ROM code written in assembly language, or rich code written in C++. The code can even use static data, static objects, and a heap. The point is that it is up to the OEM
implementation of this piece to provide the support for the language and runtime support he desires. But more generally, shared libraries become usable after the NubLibrary servers are started, which happens during the BootExecution phase. This software can reside on a ROM, on a primitive location on the boot device, somewhere else, or some combination of these locations. The order of steps within the delivery phase is not strict. In fact, some 3 5 implementations may want to initially select the device, and then bring in some additional start code from the device. The booting framework does not dictate policy at this level.

PC"T/US94/10549 The BootDelivery component provides two pieces of functionality: the boot start and the boot fetch. The boot start is the classic low level grange code to determine the hardware configuration and to perform low level diagnostics on the machine. The hardware configuration determination is at the motherboard level. For example, the bootdelivery for a Macintosh exists in ROM. The bottom line is that however it is done, upon completion of the start code step, the configuration must be known and healthy. The start code may also offer an optional boot time device and BootProfile selection. The BootProfile is an optional identifier of the parameters to use during boot processing. These parameters provide functionality enabling or disabling for certain behaviors. The BootProfile is passed along to the boot process and used in the BootExecution component. In most cases, this step will not solicit user input but will obtain parameters from a persistent storage, such as PRAM, to guide the device and profile selection. The booting framework does not issue any policy statement regarding how a particular implementation might deal with device selection. The selection step must follow a boot anchor to locate the BootImageDescriptor. This BootImageDescriptor is then handed to the BootFetch function. The selection step is most likely specific to a particular hardware platform.
The boot fetch is the key function of the Boot Delivery category. The interface to the BootFetch is an entry point with a single parameter, a handle to the BootImageDescriptor. The BootFetch processes the BootlmageDescriptor to bring the boot image from the device into memory. While fetching the boot image from the boot device, the boot map is constructed, describing the boot image placement in memory. The fetch step is specific to the particular boot device. The BootDelivery component is also asked to provide a primitive feedback mechanism. The minimum hardware configuration required must be established. Given this baseline, some universal least common denominator user feedback can be defined. For example, a beep-tone generator might be appropriate in some cases. This mechanism will be used here and during later stages of booting until a better mechanism becomes available on the other side of the UniversalStartPoint as the low levels of are coming up. This primitive mechanism should be exported as stand alone code providing this function, with a specified entry point. The memory footprint of this code will be given in the BootableRAM data.
There will be a small, fixed set of error conditions that will be recognized during the BootDelivery, BootSetup, and BootExecution stages. The booting framework will formalize these conditions via an enumerated type published WO 95117717 ,T°~r , , PCT/US94110549 in a header file. The semantics of this primitive feedback function are designed to output a distinguishable sound or, other indicia, for each of these conditions.
The specific syntax of this function will be formalized in the header file.
The BootDelivery functions work together to package the hardware descriptor, the boot image memory map, and the BootProfile into the BootableRAM. Once completed, control is passed into the boot image.
Boot Setup The software in the BootSetup component executes outside of the environment. The code of the BootSetup component resides in the boot image.
Figure 15 is a block diagram illustrating the BootImage table of contents in accordance with a preferred embodiment. A BootSetup is the entry point into the boot image. The code for this component lives at a well known entry point within the boot image, taking a handle to the BootableRAM data as a parameter. The code is responsible for fixing up the boot image table of contents based on the mapping present in the BootableRAM (see figure 8). In addition, this code is responsible for loading (in the runtime sense of the term) the kernel. The loading of the kernel will be driven by the load file format of the kernel produced during the build of the kernel. The BootSetup is also responsible for performing any necessary processor specific relocation or fix-ups within the boot image. For new CPU platforms, the specific boot loader functionality can be replaced to deal with new loadfile formats. After the kernel is loaded, the BootSetup fills in the table of RAM descriptors and satisfies the UniversalStartPoint requirements. Once this is completed, control is passed 2 5 into the kernel, invoking the kernel's main() entry point passing in the UniversalStartPoint set of data.
Boot Execution The Boot Execution component is NOT intended to be overridden by the OEMs. If the OEM adheres to the framework in the Boot Delivery and Boot Setup areas, then the pure Boot Execution component can be used as is. The BootExecution component is the workhorse of the boot process. This is where we bring up the system software. The activity is split into two steps: the system genesis step and the boot conductor step. The system genesis step involves 3 5 initializing the kernel and bringing up the runtime to support shared libraries.
The code executing during system genesis will have a basic C runtime available;
this implies at least a stack and initialized global data. The file operations during the system genesis step are handled by the BootContentServer, a kernel WO 95/17717 L j 7 g ~ 8 ~ PCT/US94/10549 task which manages files contained in the boot image. The kernel itself will take care of its own initialization internally during this step. The kernel's main is called with the UniversalStartPoint data describing the system configuration information required to initialize the kernel tasks. Once the kernel is initialized, paging can begin. At this point the paging is via the boot content server managing the memory based boot image. There will also be a system genesis task linked into the kernel which starts the primordial NubLibrary servers required to support the shared libraries.
The NubLibrary is the statically linked set of runtime services, certain servers, and low level system shared libraries. This set contains the exact software required to get the Runtime system activated to support shared libraries. The set of libraries and servers bound into the NubLibrary will be determined by the Runtime group. The set of primordial servers in the NubLibrary which need to be explicitly started will be specified by the Runtime group via a private file based list. The final act of the system genesis task is to start the boot conductor program.
Boot Conductor The boot conductor is charged with bringing up the necessary software with the required staging to support the mandatory hardware present and to give support for file access on the storage device holding the system software.
The BootConductor is hardware.platform and boot device independent.
Boot Conductor Classes And Abstractions BootConductor The BootConductor program is the heart of the BootExecution component. It is this code that controls most of the interesting aspects of booting. What gets started when in the boot process is decided here. The set of hardware 3 0 components present, the set of software present in the boot image, the properties of these components, and custom library searchers combine to drive the boot conductor actions. This program is run once, started by the system genesis task as soon as shared libraries become available.
BootFSServer The ~BbotFSServer provides a subset of the File System interface. Support is provided for accessing files, open and close, file properties, and access to the data WO 95/17717 ' p~~s94/10549 in these files. This access will be via the boot content server. The set of files known to the BootFSServer is limited to those files present in the boot image.
S TBootCommand See description above, during this portion of the boot, the TBootCommand(s) is used to guide the actions of the BootConductor.
TBootLibrarySearcher The TBootLibrarySearcher class provides custom library searchers to locate shared libraries at boot time. This class will subclass from TLibrarySearcher, with CreateContainerAndFindLibrary as the key method to override. There may be multiple searchers active at boot time. The optional BootProfile might help dictate the set of TBootLibrarySearcher(s) to use during the boot. In addition, there might be special TBootLibrarySearcher to find some driver shared libraries stored on the devices rather than in the boot image, for example ROM based drivers for Nubus devices. These are mainly provided by the Taligent booting code, but could additionally be provided by OEMs.
Boot Conductor Philosophy TMachine, the properties of the files in the boot image, and the boot library searchers provide key processes for choosing what to run at boot time. The BootProfile can be utilized to give the boot conductor some guidance for boot library searchers to use and about which family of boot file properties to 2 S accommodate during a particular boot session. The conductor will make use of custom library searchers to find and hide access to the various objects, which is an indirect way of controlling what gets started when. In general, actions happen more implicitly than explicitly.
Primary And Secondary Objects Primary objects are those boot image based objects which the BootConductor instantiates. These objects are fundamental to the BootConductor's focal job of getting the system up to mount the OPD. An example of a primary object is TMachine. Secondary objects are those boot 3 5 image based objects which are not primary objects, but do want to run at boot time. These secondary objects can be mandatory or optional. An example of an optional secondary object would be some background printer status server. The boot conductor gives secondary objects several opportunities to execute.

WO 95/17717 ~ PCT/US94/10549 Objects And Teams The startup of primary and secondary objects by the boot conductor follows the object model of execution. The boot conductor will be instantiating objects. These objects in turn are responsible for creating active servers, launching teams, and instantiating other objects as appropriate for their purpose. Passive servers will be implicitly started using the client/server protocol. The boot executable will be specified by the TBootCommand.
Boot Conductor Sequence The BootConductor program will consist of an ordered sequence of operations, each encapsulated in a routine of the program. This section lists the sequence of operations.
Bring up the BootFSServer The BootFSServer will be started first. As the BootFSServer comes up, it will register with the file system resource manager, causing that server to start.
Configure TMachine and the Device Drivers A Taligent device driver may be thought of as the assortment of objects needed to handle and integrate an I/O device into the system software. The binding of the I/O devices to these software objects is handled in the TMachine and Configuration Access Manager abstractions. The boot conductor will start the device drivers through the TMachine abstraction. TMachine is responsible for the device dependent knowledge required to map the various root hardware 2 5 components to the software necessary to control them. The TMachine will provide methods for the boot conductor to start and initiate this device dependent software. The responsibility for registering with the hardware configuration server will be handled by the TMachine.
Replace the Simple Feedback Mechanism The boot process through this point has been employing a primitive feedback mechanism provided by the BootDelivery component via the BootableRAM. Now that the device drivers and runtime are available, the Boot conductor will use a more advanced, yet still by no means rich, user feedback 3 5 mechanism, the TSimple0utputDevice. The goal is to allow for graceful degradation from across the range of facilities that might be available on different platforms at this point in the boot process (for example the range WO 95/17717 pCT/US94/10549 might be from a full graphics system to a printf() style line mode). The interface will need to be achievable in both a graphics as well as a character based world.
Bring up the File System At this point, it is possible to bring up the FS Server. This may be local or remote. The model for bringing up the FS Server will be that of instantiating a file system object. This file system object will then be responsible for bringing up the necessary teams, servers, or whatever is required by the FS Server.
This FSServer will then register with the file system resource manager, which was implicitly started earlier by the BootFSServer. Once the FS Server is up and the backing store devices are mounted, the notion of the kernel's default root content server will be transferred from the boot content server to the FS
content server. New file access calls will now be serviced by the FS Server, while files opened with the BootFSServer will continue to be serviced by the BootFSServer until boot image reclamation is complete, see below.
Perform boot image reclamation Once the file system is available, the boot conductor can reclaim some of the boot image RAM footprint. This is accomplished by iterating the set of files opened with the BootFSServer, and for each one, performing a special set of operations. This set of operations involves opening the file with the File System getting back some file system handle, then instructing the memory manager to exchange this handle with the old handle on the boot image, and finally prompting the memory manager to free up the memory extent. This 2 5 gives the memory manager the ability to go to backing store rather than the RAM boot image for these files.
Configure TMachine and the Device Drivers- again Knowing that the full file system is now available, the BootConductor can poke 3 0 TMachine again to Initiate the hierarchy. During this walk through the hierarchy we expect more of the required objects to be available resulting in more of the device drivers becoming active.
Fade to 3 5 The fade to step involves starting the personality object. This object is found by the boot conductor via the TBootCommand mechanism as described for the earlier boot executables. This may be a true object, or it may just be a lightweight proxy which knows how to find and start the real object. This should be a single entity which in turn might have its own version of a startup programs) protocol, rather than having a set of startup applications that the conductor knows how to launch.
At this point the intended system is up and running, perhaps being an end in itself, or a stepping stone into something larger. Booting is now complete.
the steps of the boot conductor There exist a set of booting progress marker points. This set will drive the boot feedback information. A subset of these points will drive the insertion points for BootStartEntities. The boot process is recapped via a booting timeline illustrated in Figure 16. This timeline assumes the presence of a bootable device as a starting point.
Warm booting Warm booting refers to the use of a checkpointed system state to greatly reduce the overhead required to restart the system. This is an interesting and promising concept, and involves the system at a fundamental level, not just at booting level. The booting design does not address this topic.
Soft booting (or extensible restart) The default case for the boot/hoops implementation is a hard boot. This means that the system boot process is initiated via a hardware reset. The notion of initiating the boot process via a software reset is supported by the booting design. A soft boot would remove some of the dependencies on the ROMs and start code of the hardware platforms.
A soft boot would require some additional system services to be achievable. The are some human interface issues involved in choosing the source and invoking the soft boot.
There are system shutdown issues involving the guaranteed state of the system at completion of the shutdown, and where the control is passed upon completion of shutdown.

Claims (16)

Claims:
1. An apparatus for initializing a computer system in response to a boot command, said system including a processor, a main volatile storage and an external nonvolatile storage both attached to and under the control of said processor, characterized by:
(a) said external storage containing a boot image including standard system software, customized booting solutions for specific scenarios, and a copy of a booting program;
(b) means responsive to said boot command for loading said booting program from said external storage into said main volatile storage;
(c) means operable after said booting program has been loaded into said main volatile storage for starting said booting program, said booting program thereupon controlling said processor;
(d) means controlled by said booting program for configuring said computer system utilizing said system software and said customized booting solutions and for loading an operating system into said main volatile storage; and (e) means operable after said computer system has been booted for creating a plurality of boot files, means responsive to a creation of said plurality of boot files for resolving all system interdependencies in said plurality of boot files and means for storing said plurality of boot files thus created in said external storage as a customized booting solution for a subsequent booting process.
2. Apparatus as recited in claim 1, wherein said computer system comprises a plurality of peripheral devices and wherein said configuring and operating system loading means comprises first data structure means for storing information for initializing each of said plurality of peripheral devices during a booting process.
3. Apparatus as recited in claim 1, wherein said configuring and operating system loading means comprises second data structure means for storing information for initializing said operating system during a booting process.
4.~Apparatus as recited in claim 1, wherein said configuring and operating system loading means comprises a plurality of shared libraries and means for enabling each of said plurality of shared libraries during a booting process.
5.~Apparatus as recited in claim 1, wherein a plurality of boot files are stored in said external storage and wherein said apparatus further comprises means responsive to said boot command for loading each of said plurality of boot files from said external storage into said main volatile storage and means controlled by said booting program for using said plurality of boot files to initialize said computer system.
6.~Apparatus as recited in claim 1, comprising means controlled by said booting program for using said plurality of boot files to initialize said main volatile storage.
7.~Apparatus as recited in claim 6, wherein additional system files are stored in said external storage and wherein said booting program accesses said additional system files during a booting process.
8.~Apparatus as recited in claim 7, wherein said additional system files comprise shared libraries and said booting program loads said shared libraries from said external storage into said main volatile storage during said booting process.
9. ~A method for initializing a computer system in response to a boot command, said system including a processor, a main volatile storage and an external nonvolatile storage both attached to and under the control of said processor, characterized by:
(a) storing boot image including standard system software, customized booting solutions for specific scenarios, and a copy of a booting program on said external storage;
(b) loading said booting program in response to said boot command from said external storage into said main volatile storage;
(c) starting said booting program after said booting program has been loaded into said main volatile storage, said booting program thereupon controlling said processor;

(d) configuring said computer system under the control of said boot program utilizing said system software and said customized booting solutions and loading an operating system into said main volatile storage; and (e) creating a plurality of boot files after said computer system has been booted;
(f) responsive to the creation of said plurality of boot files, resolving all system interdependencies in said plurality of boot files; and (g) storing said plurality of boot files thus created in said external storage as a customized booting solution for a subsequent booting process.
10. A method as recited in claim 9, wherein said computer system comprises a plurality of peripheral devices and including the step of storing, in a first data structure means, information for initializing each of said plurality of peripheral devices during a booting process.
11. A method as recited in claim 9, including the step of storing, in a second data structure means, information for initializing said operating system and accessing said information for initializing said operating system during a booting process.
12. A method as recited in claim 9, wherein a plurality of shared libraries is stored in said external storage and wherein said configuring and operating system loading step includes loading said plurality of shared libraries into said main volatile storage, and including the step of enabling each of said plurality of shared libraries during a booting process.
13. A method as recited in claim 9, including the step of loading each of said plurality of boot files from said external storage into said main volatile storage in response to said boot command and, under the control of said booting program, using said plurality of boot files to initialize said computer system.
14. A method as recited in claim 9, including the step of using said plurality of boot files to initialize said main volatile storage.
15. A method as recited in claim 14, wherein additional system files are stored in said external storage, and including the step of accessing said additional system files during a booting process.
16. A method as recited in claim 15, wherein said additional system files comprise shared libraries, and including the step of loading said shared libraries from said external storage into said main volatile storage during said booting process.
CA002178581A 1993-12-21 1994-09-15 Automatic booting framework Expired - Lifetime CA2178581C (en)

Applications Claiming Priority (3)

Application Number Priority Date Filing Date Title
US08/171,541 US5379431A (en) 1993-12-21 1993-12-21 Boot framework architecture for dynamic staged initial program load
US171,541 1993-12-21
PCT/US1994/010549 WO1995017717A1 (en) 1993-12-21 1994-09-15 Automatic booting framework

Publications (2)

Publication Number Publication Date
CA2178581A1 CA2178581A1 (en) 1995-06-29
CA2178581C true CA2178581C (en) 1999-09-07

Family

ID=22624125

Family Applications (1)

Application Number Title Priority Date Filing Date
CA002178581A Expired - Lifetime CA2178581C (en) 1993-12-21 1994-09-15 Automatic booting framework

Country Status (7)

Country Link
US (1) US5379431A (en)
EP (1) EP0728332B1 (en)
JP (1) JPH09507319A (en)
AU (1) AU1287695A (en)
CA (1) CA2178581C (en)
DE (1) DE69404166T2 (en)
WO (1) WO1995017717A1 (en)

Families Citing this family (99)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US5896531A (en) * 1993-02-26 1999-04-20 International Business Machines Corporation Method and system for managing environments with a data processing system
US5459865A (en) * 1993-04-05 1995-10-17 Taligent Inc. Runtime loader
CA2141931A1 (en) * 1993-06-03 1994-12-22 Robert David Dickinson Place object system
CN1113395A (en) * 1993-06-03 1995-12-13 塔里根特公司 Place object display system
WO1995015524A1 (en) * 1993-12-02 1995-06-08 Taligent, Inc. Method and apparatus for displaying hardware dependent graphics in an object-oriented operating system
US5680624A (en) * 1993-12-21 1997-10-21 Object Licensing Corporation Object oriented interrupt system
US5517646A (en) * 1994-04-25 1996-05-14 Compaq Computer Corp. Expansion device configuration system having two configuration modes which uses automatic expansion configuration sequence during first mode and configures the device individually during second mode
GB9408405D0 (en) * 1994-04-28 1994-06-22 Int Computers Ltd High availibilty computer system
US5572631A (en) * 1994-05-13 1996-11-05 Hewlett-Packard Company Common font rasterizer available to multiple printer personalities
US5504905A (en) * 1994-05-17 1996-04-02 International Business Machines Corporation Apparatus for communicating a change in system configuration in an information handling network
US5748980A (en) * 1994-05-27 1998-05-05 Microsoft Corporation System for configuring a computer system
US6763454B2 (en) 1994-05-27 2004-07-13 Microsoft Corp. System for allocating resources in a computer system
US5787246A (en) * 1994-05-27 1998-07-28 Microsoft Corporation System for configuring devices for a computer system
US5655148A (en) * 1994-05-27 1997-08-05 Microsoft Corporation Method for automatically configuring devices including a network adapter without manual intervention and without prior configuration information
JP2580536B2 (en) * 1994-06-02 1997-02-12 工業技術院長 Dynamic Object Management in Object Oriented Language
US5701420A (en) * 1994-07-20 1997-12-23 Intel Corporation Method for initializing an array of configurable components
US5836013A (en) * 1994-08-11 1998-11-10 Phoenix Technologies Ltd. Method and apparatus for compressing system read only memory in a computing system
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
US5671413A (en) * 1994-10-31 1997-09-23 Intel Corporation Method and apparatus for providing basic input/output services in a computer
US5857102A (en) * 1995-03-14 1999-01-05 Sun Microsystems, Inc. System and method for determining and manipulating configuration information of servers in a distributed object environment
US6260075B1 (en) 1995-06-19 2001-07-10 International Business Machines Corporation System and method for providing shared global offset table for common shared library in a computer system
US6449660B1 (en) * 1995-07-31 2002-09-10 International Business Machines Corporation Object-oriented I/O device interface framework mechanism
US5696968A (en) * 1995-09-21 1997-12-09 Dell U.S.A., L.P. Method and apparatus for effecting drive ordering via adapter preference
US5832280A (en) * 1995-10-05 1998-11-03 International Business Machines Corporation Method and system in a data processing system for interfacing an operating system with a power management controller.
US5812850A (en) * 1995-11-13 1998-09-22 Object Technology Licensing Corp. Object-oriented symbolic debugger using a compiler driven database and state modeling to control program execution
US5768585A (en) * 1995-11-21 1998-06-16 Intel Corporation System and method for synchronizing multiple processors during power-on self testing
US6678712B1 (en) 1996-01-19 2004-01-13 International Business Machines Corporation Method and system for executing a program under one of a plurality of mutually exclusive operating environments
DE19717716C5 (en) * 1996-04-19 2005-09-29 Daimlerchrysler Ag Method for the automatic diagnosis of technical systems
US5999972A (en) * 1996-07-01 1999-12-07 Sun Microsystems, Inc. System, method and article of manufacture for a distributed computer system framework
US5848246A (en) * 1996-07-01 1998-12-08 Sun Microsystems, Inc. Object-oriented system, method and article of manufacture for a client-server session manager in an interprise computing framework system
US6038590A (en) * 1996-07-01 2000-03-14 Sun Microsystems, Inc. Object-oriented system, method and article of manufacture for a client-server state machine in an interprise computing framework system
US6272555B1 (en) 1996-07-01 2001-08-07 Sun Microsystems, Inc. Object-oriented system, method and article of manufacture for a client-server-centric interprise computing framework system
US6266709B1 (en) 1996-07-01 2001-07-24 Sun Microsystems, Inc. Object-oriented system, method and article of manufacture for a client-server failure reporting process
US6434598B1 (en) 1996-07-01 2002-08-13 Sun Microsystems, Inc. Object-oriented system, method and article of manufacture for a client-server graphical user interface (#9) framework in an interprise computing framework system
US5987245A (en) * 1996-07-01 1999-11-16 Sun Microsystems, Inc. Object-oriented system, method and article of manufacture (#12) for a client-server state machine framework
US6424991B1 (en) 1996-07-01 2002-07-23 Sun Microsystems, Inc. Object-oriented system, method and article of manufacture for a client-server communication framework
US6304893B1 (en) 1996-07-01 2001-10-16 Sun Microsystems, Inc. Object-oriented system, method and article of manufacture for a client-server event driven message framework in an interprise computing framework system
US5832213A (en) * 1996-07-03 1998-11-03 Sun Microsystems, Inc. Flexible mounting and unmounting of user removable media
DE29616817U1 (en) * 1996-09-26 1997-10-23 Siemens Ag Processor assembly and device with such a processor assembly
US6526457B1 (en) 1996-10-30 2003-02-25 Computer Associates Think, Inc. Systems utility object interface for facilitating software portability
US5764593A (en) * 1996-12-04 1998-06-09 Keylabs, Inc. Method and system for the interception and control of the computer boot process
US5933631A (en) * 1997-03-17 1999-08-03 International Business Machines Corporation Dynamic boot filesystem selection
US5878377A (en) * 1997-04-10 1999-03-02 International Business Machines Corporation Environmental and power error handling extension and analysis
US6038572A (en) * 1997-04-23 2000-03-14 Sun Microsystems, Inc. Method and apparatus for localizing nodes in a garbage collected carded heap
US6014714A (en) * 1997-06-16 2000-01-11 International Business Machines Corporation Adapter card system including for supporting multiple configurations using mapping bit
US6772419B1 (en) * 1997-09-12 2004-08-03 Hitachi, Ltd. Multi OS configuration system having an interrupt process program executes independently of operation of the multi OS
US6275888B1 (en) 1997-11-19 2001-08-14 Micron Technology, Inc. Method for configuring peer-to-peer bus bridges in a computer system using shadow configuration registers
US6161151A (en) * 1998-01-30 2000-12-12 Object Technology Licensing Corporation Object-oriented global resource conflict resolver formatting resource requirements into a predetermined standard format and iteratively computing a resource assignment for each I/O function
US6052739A (en) * 1998-03-26 2000-04-18 Sun Microsystems, Inc. Method and apparatus for object-oriented interrupt system
US6473824B1 (en) 1998-10-14 2002-10-29 International Business Machines Corporation Dynamic association of input/output device with application programs
US6715043B1 (en) 1999-03-19 2004-03-30 Phoenix Technologies Ltd. Method and system for providing memory-based device emulation
JP2000276359A (en) * 1999-03-23 2000-10-06 Sony Corp Information processor, method for initializing program and program providing medium
US7213061B1 (en) * 1999-04-29 2007-05-01 Amx Llc Internet control system and method
US6401202B1 (en) 1999-06-18 2002-06-04 Phoenix Technologies Ltd. Multitasking during BIOS boot-up
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
US6438750B1 (en) 1999-06-18 2002-08-20 Phoenix Technologies Ltd. Determining loading time of an operating system
US6486883B1 (en) 1999-06-18 2002-11-26 Phoenix Technologies, Ltd. Apparatus and method for updating images stored in non-volatile memory
US6453469B1 (en) 1999-06-18 2002-09-17 Phoenix Technologies Ltd. Method and apparatus to automatically deinstall an application module when not functioning
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
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
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
US6542160B1 (en) 1999-06-18 2003-04-01 Phoenix Technologies Ltd. Re-generating a displayed image
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
US6373498B1 (en) 1999-06-18 2002-04-16 Phoenix Technologies Ltd. Displaying images during boot-up and shutdown
US6449682B1 (en) 1999-06-18 2002-09-10 Phoenix Technologies Ltd. System and method for inserting one or more files onto mass storage
US6578142B1 (en) 1999-06-18 2003-06-10 Phoenix Technologies, Ltd. Method and apparatus for automatically installing and configuring software on a computer
US6460136B1 (en) * 1999-07-12 2002-10-01 Hewlett-Packard Co., Method and apparatus for loading an operating system kernel from a shared disk memory
US6336174B1 (en) * 1999-08-09 2002-01-01 Maxtor Corporation Hardware assisted memory backup system and method
US6473857B1 (en) * 1999-12-06 2002-10-29 Dell Products, L.P. Centralized boot
US6487656B1 (en) 1999-12-10 2002-11-26 Phoenix Technologies Ltd. System and method for providing functionalities to system BIOS
US6601167B1 (en) * 2000-01-14 2003-07-29 Advanced Micro Devices, Inc. Computer system initialization with boot program stored in sequential access memory, controlled by a boot loader to control and execute the boot program
US7043641B1 (en) * 2000-03-08 2006-05-09 Igt Encryption in a secure computerized gaming system
CA2402389A1 (en) * 2000-03-08 2002-09-19 Shuffle Master, Inc. Computerized gaming system, method and apparatus
US7988559B2 (en) 2001-03-08 2011-08-02 Igt Computerized gaming system, method and apparatus
US6567912B1 (en) * 2000-03-31 2003-05-20 Motorola, Inc. Method and apparatus for robust initialization of devices
US8370843B1 (en) * 2000-07-31 2013-02-05 International Business Machines Corporation Method, program product and computer system for progressive improvement of an environment pool
DE10052570A1 (en) * 2000-10-23 2002-04-25 Bosch Gmbh Robert System for controlling and monitoring vehicle-operating processes inserts variable program conditions with variable program modules and/or the same program modules with different content.
KR100387059B1 (en) * 2001-02-06 2003-06-12 삼성전자주식회사 Method for using a program in common by use of board id in mobile communication system
US7062501B1 (en) * 2001-08-08 2006-06-13 Adaptec, Inc. Structure and method for linking scatter/gather list segments for host adapters
CA2460046C (en) * 2001-09-10 2014-06-10 Igt Method for developing gaming programs compatible with a computerized gaming operating system and apparatus
US7931533B2 (en) 2001-09-28 2011-04-26 Igt Game development architecture that decouples the game logic from the graphics logics
US8708828B2 (en) * 2001-09-28 2014-04-29 Igt Pluggable modular gaming modifiers and configuration templates for gaming environments
US6902481B2 (en) * 2001-09-28 2005-06-07 Igt Decoupling of the graphical presentation of a game from the presentation logic
US20030203755A1 (en) * 2002-04-25 2003-10-30 Shuffle Master, Inc. Encryption in a secure computerized gaming system
US7739693B2 (en) * 2002-11-25 2010-06-15 Sap Ag Generic application program interface for native drivers
JP2004334486A (en) * 2003-05-07 2004-11-25 Internatl Business Mach Corp <Ibm> Starting system using boot code and starting method
KR100621095B1 (en) * 2004-04-07 2006-09-08 삼성전자주식회사 Booting-system and booting-method for initializing peripherals
US7334117B2 (en) 2004-08-04 2008-02-19 National Instruments Corporation Device boot loader for processing one or more requests from a host computer system concurrently with loading or updating the firmware of the device
US20060277340A1 (en) * 2005-06-03 2006-12-07 Mar David B System and method for providing layered profiles
CA2621713C (en) * 2005-09-07 2016-01-26 Amx Llc Method and computer program for device configuration
US20070118658A1 (en) * 2005-11-23 2007-05-24 Broyles Paul J User selectable management alert format
US20090144538A1 (en) * 2007-11-05 2009-06-04 Duda Kenneth J Patch installation at boot time for dynamically installable, piecemeal revertible patches
US7945771B1 (en) 2008-07-10 2011-05-17 Cms Products, Inc. System and method for a software application to determine if the storage device and the operating system is an internal drive or an external drive
US8996851B2 (en) * 2010-08-10 2015-03-31 Sandisk Il Ltd. Host device and method for securely booting the host device with operating system code loaded from a storage device
US8782389B2 (en) 2011-07-19 2014-07-15 Sandisk Technologies Inc. Storage device and method for updating a shadow master boot record
US9367335B2 (en) 2013-07-12 2016-06-14 Lenovo Enterprise Solutions (Singapore) Pte. Ltd. State dependent optimization for sequential booting of heterogeneous systems
US20160196145A1 (en) * 2013-08-08 2016-07-07 Hewlett-Packard Development Company, L.P. Boot from modified factory image
EP3855310A4 (en) * 2018-09-17 2022-05-18 Drimaes, Inc. Device for controlling software for vehicle
CN112256347A (en) * 2020-10-22 2021-01-22 西安超越申泰信息科技有限公司 Method for reducing startup time of embedded Linux system

Family Cites Families (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US4979106A (en) * 1988-08-29 1990-12-18 Amdahl Corporation Customization of a system control program in response to initialization of a computer system
US5210875A (en) * 1989-08-25 1993-05-11 International Business Machines Corporation Initial bios load for a personal computer system
JP2986299B2 (en) 1992-04-15 1999-12-06 インターナショナル・ビジネス・マシーンズ・コーポレイション Peripheral device connection detection system

Also Published As

Publication number Publication date
AU1287695A (en) 1995-07-10
DE69404166D1 (en) 1997-08-14
DE69404166T2 (en) 1998-02-12
US5379431A (en) 1995-01-03
JPH09507319A (en) 1997-07-22
WO1995017717A1 (en) 1995-06-29
EP0728332A1 (en) 1996-08-28
EP0728332B1 (en) 1997-07-09
CA2178581A1 (en) 1995-06-29

Similar Documents

Publication Publication Date Title
CA2178581C (en) Automatic booting framework
US5574915A (en) Object-oriented booting framework
US5566346A (en) System for constructing hardware device interface software systems independent of operating systems including capability of installing and removing interrupt handlers
US7162626B2 (en) Use of common language infrastructure for sharing drivers and executable content across execution environments
EP0689693B1 (en) Object-oriented operating system
US8074231B2 (en) Configuration of isolated extensions and device drivers
US5915253A (en) Method and system for implementing objects in a storage system
US5473777A (en) Wrapper for enabling an object otented application to maintain virtual memory using procedural function calls
US6490723B1 (en) Method and system for installing files in a computing system
US20020099863A1 (en) Software support layer for processors executing interpreted language applications
US20060020940A1 (en) Soft-partitioning systems and methods
WO1995003578A1 (en) Object-oriented interprocess communication system
WO1995003576A1 (en) Object-oriented multi-tasking system
US7293267B1 (en) System and method for performing speculative initialization of application models for a cloned runtime system process
US8200938B2 (en) Computer system and method providing a memory buffer for use with native and platform-independent software code
US6990576B2 (en) System and method for using a firmware interface table to dynamically load an ACPI SSDT
US7383551B2 (en) Method and system for integrating non-compliant providers of dynamic services into a resource management infrastructure
US9703550B1 (en) Techniques for building code entities
CA2016396C (en) Initial program load (ipl) based on an object abstraction for a data processing system
CA2234796C (en) Portable object-oriented operating system
WO1995017713A1 (en) Object-oriented input/output framework
US11520597B2 (en) Operating system architecture for microkernel generations support
Banik et al. System Firmware Architecture
Gupta et al. Operating system
Lemon et al. on object oriented device driver model

Legal Events

Date Code Title Description
EEER Examination request
MKEX Expiry

Effective date: 20140915