Lines Matching +full:0 +full:x7c00
20 # 0x0f all valid partitions enabled.
21 # 0x80 'packet', use BIOS EDD (LBA) extensions instead of CHS
24 # 0x40 'noupdate', disable writing boot0 back to disk so that
26 # 0x20 'setdrv', override the drive number supplied by the bios
30 BOOT_BOOT0_FLAGS?= 0x8f
34 # 0xb6 (182d) corresponds to 10 seconds.
35 BOOT_BOOT0_TICKS?= 0xb6
37 # The BIOS loads boot0 to the hardcoded address 0x7c00. boot0 copies
39 # that next level boot blocks can be loaded at the 0x7c00 address they
41 ORG= 0x600
45 # boot0sio uses BIOS INT $0x14 for serial ports, we can only support these
47 # BOOT_BOOT0_COMCONSOLE_SPEED=0, then the baud rate and frame format will remain
55 # 1-0 data bits (00 = 5, 01 = 6, 10 = 7, 11 = 8)
73 BOOT_BOOT0_COMCONSOLE_SPEED= "0 << 5 + 3"