summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorMichal Idziorek <m.i@gmx.at>2014-09-01 11:23:29 +0200
committerMichal Idziorek <m.i@gmx.at>2014-09-01 11:23:29 +0200
commit0ff20ed46d47f5829146bce2f9923c4100519c88 (patch)
tree330abc3bcd3f15434b3104bbb6d3589f1aeedf7f /README.md
parent2efcb6caf52a73bafb3332ee5e0468ef4c1cd9a9 (diff)
Changed entry point for APs
Diffstat (limited to 'README.md')
-rw-r--r--README.md3
1 files changed, 3 insertions, 0 deletions
diff --git a/README.md b/README.md
index 6681b99..e4443f1 100644
--- a/README.md
+++ b/README.md
@@ -101,6 +101,9 @@ ram
0x1000
boot loader puts the kernel binary here.
+0x7000
+ entry point for APs (Application Processors).
+
0x7c00
first stage boot loader (loaded by bios) boot/mbr.asm
includes initial Global Descriptor Table!