aboutsummaryrefslogtreecommitdiff
path: root/src/arch/x86_64
diff options
context:
space:
mode:
Diffstat (limited to 'src/arch/x86_64')
-rw-r--r--src/arch/x86_64/asm/e820.s2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/arch/x86_64/asm/e820.s b/src/arch/x86_64/asm/e820.s
deleted file mode 100644
index 59c672a..0000000
--- a/src/arch/x86_64/asm/e820.s
+++ /dev/null
@@ -1,2 +0,0 @@
-; getting an E820 memory map, code from osdev wiki.
-; this only works in real mode ... how to do it in long mode?