mirror of
https://github.com/wichtounet/thor-os.git
synced 2025-09-18 17:15:09 -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)
|
ENTRY(main)
|
||||||
|
|
||||||
SECTIONS {
|
SECTIONS {
|
||||||
. = 0x400401000;
|
. = 0x8000401000;
|
||||||
|
|
||||||
.text BLOCK(4096) : ALIGN(4096)
|
.text BLOCK(4096) : ALIGN(4096)
|
||||||
{
|
{
|
||||||
*(.text)
|
*(.text)
|
||||||
}
|
}
|
||||||
|
|
||||||
. = 0x400601000;
|
. = 0x8000601000;
|
||||||
|
|
||||||
.data BLOCK(4096) : ALIGN(4096)
|
.data BLOCK(4096) : ALIGN(4096)
|
||||||
{
|
{
|
||||||
|
Loading…
x
Reference in New Issue
Block a user