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