Home
last modified time | relevance | path

Searched refs:x86_boot_sector (Results 1 – 1 of 1) sorted by relevance

/openbmc/qemu/tests/qtest/
H A Dboot-sector.c28 static uint8_t x86_boot_sector[512] = { variable
103 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()