Important: The information in this document is obsolete and should not be used for new development.
Routines
The Disk Initialization Manager provides two routines (DILoad
andDIUnload
) that allow you to load and unload the package. TheDIBadMount
routine has two uses: to format uninitialized disks that the user inserts and to reinitialize volumes by erasing their data without changing their names. Last, three low-level routines (DIFormat
,DIVerify
, andDIZero
) allow you to perform the steps of formatting, verifying, and zeroing the disk separately.
Subtopics
- Loading and Unloading the Disk Initialization Manager
- Initializing a Disk
- Low-Level Disk Initialization Routines