summaryrefslogtreecommitdiff
path: root/asm/start.h
diff options
context:
space:
mode:
authorMiguel <m.i@gmx.at>2018-09-03 03:08:43 +0200
committerMiguel <m.i@gmx.at>2018-09-03 03:08:43 +0200
commit76b3da6022310dd8edbbbfdf4f73f1696a559853 (patch)
tree30e29ac753be8d6b11ce9773f3c4be49734309a9 /asm/start.h
parent38b1273c7e3a52ae929f36fe07e29bc68ef95102 (diff)
thinking about memory layout
Diffstat (limited to 'asm/start.h')
-rw-r--r--asm/start.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/asm/start.h b/asm/start.h
index 7b31b76..4b2db16 100644
--- a/asm/start.h
+++ b/asm/start.h
@@ -4,6 +4,7 @@
* specific addresses in the final ELF kernel binary.
* This is specified in the _linker.ld_ file.
*
+ * TODO: THIS IS NOT TRUE ANYMORE (SINCE IT KILLED THE MEMORY IN BETWEEN PROABBLY)
* * 0x007000 .smp - entry point for application processors (16bit code)
* * 0x100000 .multiboot - the multiboot header
*