Home | History | Annotate | Download | only in bios

Lines Matching refs:bootdev

7980   Bit16u bootdev;
8010 bootdev = inb_cmos(0x3d);
8011 bootdev |= ((inb_cmos(0x38) & 0xf0) << 4);
8012 bootdev >>= 4 * seq_nr;
8013 bootdev &= 0xf;
8018 bootdev = bootfirst;
8023 } else if (bootdev == 0) BX_PANIC("No bootable device.\n");
8026 bootdev -= 1;
8031 bootdev = 0x00;
8033 bootdev = 0x01;
8037 if (get_boot_vector(bootdev, &e) == 0) {
8038 BX_INFO("Invalid boot device (0x%x)\n", bootdev);