1
0

mmu: Add initial implementation of identity mapping

This commit is contained in:
2012-09-21 11:52:24 -04:00
parent ae45deb789
commit ab29c2c442
6 changed files with 82 additions and 7 deletions

View File

@ -1,8 +1,8 @@
ENTRY (_start)
ENTRY (start)
SECTIONS
{
. = 0x80000000;
. = 0x80100000;
.text : { *(.text*) *(.rodata*) }
.data : { *(.data*) }
.bss : { *(.bss*) *(COMMON*) }