Important: The information in this document is obsolete and should not be used for new development.
The Default Operating System Parameter Block
Two procedures,GetDefaultOS
andSetDefaultOS
, use the default operating system parameter block. You can use these procedures with the default operating system parameter block to get or set the default operating system. TheDefOSRec
data type defines the default operating system parameter block.
TYPE DefOSRec = RECORD sdReserved: SignedByte; {reserved} sdOSType: SignedByte; {operating-system type} END; DefOSPtr = ^DefOSRec;
Field Description
sdReserved
- Reserved.
sdOSType
- A value identifying the operating system installed at startup. A 1 indicates the Macintosh Operating System. The numbers 0 through 15 are reserved.