Searched refs:boot (Results 1 - 1 of 1) sorted by relevance

/sdk/emulator/mksdcard/src/source/
H A Dmksdcard.c60 static Byte s_boot_sector [ BYTES_PER_SECTOR ]; /* boot sector */
113 boot_sector_init( Bytes boot, Bytes info, Wide disk_size, const char* label ) argument
124 POKEB(boot, 0xeb);
125 POKEB(boot+1, 0x5a);
126 POKEB(boot+2, 0x90);
127 strcpy( (char*)boot + 3, "MSWIN4.1" );
128 POKES( boot + 0x0b, BYTES_PER_SECTOR ); /* sector size */
129 POKEB( boot + 0xd, sectors_per_cluster ); /* sectors per cluster */
130 POKES( boot + 0xe, RESERVED_SECTORS ); /* reserved sectors before first FAT */
131 POKEB( boot
[all...]

Completed in 13 milliseconds