Searched refs:x86_boot_sector (Results 1 – 1 of 1) sorted by relevance
28 static uint8_t x86_boot_sector[512] = { variable103 len = MAX(0x7e000, sizeof(x86_boot_sector)); in boot_sector_init()105 memcpy(boot_code, x86_boot_sector, sizeof(x86_boot_sector)); in boot_sector_init()