API Reference: Libraries

 Top

mkboot

NAME

mkboot - program to make a bootable device (fd, ata, tffs)

ROUTINES

No user-callable routines

DESCRIPTION

This library creates a boot diskette or disk.

mkbootFd( ) creates a boot floppy disk. mkbootAta( ) creates a boot IDE/ATA disk. mkbootAhci( ) creates a boot vxBus AHCI disk.

mkMbr( ) creates MasterBootRecord on sector 0 of IDE/ATA disk. mkMbrAhci( ) creates MasterBootRecord on sector 0 of vxBus AHCI disk.

INCLUDE FILES

none