Remove realmode.S from coreboot and qemu.

It's not used there.
This commit is contained in:
Vladimir Serbinenko 2015-02-21 19:53:18 +01:00
parent 6505b241fd
commit 44ff462e83
2 changed files with 0 additions and 7 deletions

View File

@ -61,8 +61,3 @@ multiboot_header:
/* checksum */
.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"

View File

@ -73,5 +73,3 @@ codestart:
1:
hlt
jmp 1b
#include "../realmode.S"