mirror of
https://github.com/wichtounet/thor-os.git
synced 2025-09-17 16:51:33 -04:00
Make sure programs goes in PML4T entries > 0
This commit is contained in:
parent
447b2cb322
commit
ed1a47372e
@ -1,14 +1,14 @@
|
||||
ENTRY(main)
|
||||
|
||||
SECTIONS {
|
||||
. = 0x400401000;
|
||||
. = 0x8000401000;
|
||||
|
||||
.text BLOCK(4096) : ALIGN(4096)
|
||||
{
|
||||
*(.text)
|
||||
}
|
||||
|
||||
. = 0x400601000;
|
||||
. = 0x8000601000;
|
||||
|
||||
.data BLOCK(4096) : ALIGN(4096)
|
||||
{
|
||||
|
Loading…
x
Reference in New Issue
Block a user