Remove realmode.S from coreboot and qemu.
It's not used there.
This commit is contained in:
parent
6505b241fd
commit
44ff462e83
2 changed files with 0 additions and 7 deletions
|
@ -61,8 +61,3 @@ multiboot_header:
|
||||||
/* checksum */
|
/* checksum */
|
||||||
.long -0x1BADB002 - MULTIBOOT_MEMORY_INFO
|
.long -0x1BADB002 - MULTIBOOT_MEMORY_INFO
|
||||||
|
|
||||||
/*
|
|
||||||
* prot_to_real and associated structures (but NOT real_to_prot, that is
|
|
||||||
* only needed for BIOS gates).
|
|
||||||
*/
|
|
||||||
#include "../realmode.S"
|
|
||||||
|
|
|
@ -73,5 +73,3 @@ codestart:
|
||||||
1:
|
1:
|
||||||
hlt
|
hlt
|
||||||
jmp 1b
|
jmp 1b
|
||||||
|
|
||||||
#include "../realmode.S"
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue