Searched refs:boot (Results 1 – 2 of 2) sorted by relevance
/sdk/emulator/mksdcard/src/source/ |
D | mksdcard.c | 113 boot_sector_init( Bytes boot, Bytes info, Wide disk_size, const char* label ) in boot_sector_init() argument 124 POKEB(boot, 0xeb); in boot_sector_init() 125 POKEB(boot+1, 0x5a); in boot_sector_init() 126 POKEB(boot+2, 0x90); in boot_sector_init() 127 strcpy( (char*)boot + 3, "MSWIN4.1" ); in boot_sector_init() 128 POKES( boot + 0x0b, BYTES_PER_SECTOR ); /* sector size */ in boot_sector_init() 129 POKEB( boot + 0xd, sectors_per_cluster ); /* sectors per cluster */ in boot_sector_init() 130 POKES( boot + 0xe, RESERVED_SECTORS ); /* reserved sectors before first FAT */ in boot_sector_init() 131 POKEB( boot + 0x10, NUM_FATS ); /* number of FATs */ in boot_sector_init() 132 …POKES( boot + 0x11, 0 ); /* max root directory entries for FAT12/FAT16, 0 for FA… in boot_sector_init() [all …]
|
/sdk/eclipse/ |
D | changes.txt | 603 - Launch configuration now has an option to disable the boot
|