Kernel runs in the higher address space

This commit is contained in:
Taku Shimosawa
2011-11-07 00:48:22 +09:00
parent 83a17650b9
commit 2773606466
11 changed files with 224 additions and 6 deletions

View File

@@ -5,7 +5,7 @@ PHDRS
}
SECTIONS
{
. = 0x401000;
. = 0xffffffff80001000;
_head = .;
.text : {