mkboot - program to make a bootable device (fd, ata, tffs)
No user-callable routines
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.
none