fd_format
int booted_device, booted_unit, fd_format;
boot_device(&booted_device, &booted_unit, &fd_format);
boot_device(int *type, int *unit, int *fd_format)
*fd_format = SBD_INFO->fdd == 1 ? FD_FORMAT_2HD : FD_FORMAT_2D;
int i, fd_format;
boot_device(&__dk_type, &__dk_unit, &fd_format);
if (fd_format == FD_FORMAT_2D) {