mirror of
https://github.com/wichtounet/thor-os.git
synced 2025-09-17 00:26:44 -04:00
Put the normal addresses back
This commit is contained in:
parent
79d483fa60
commit
0a45d44291
@ -1,7 +1,7 @@
|
|||||||
ENTRY(main)
|
ENTRY(main)
|
||||||
|
|
||||||
SECTIONS {
|
SECTIONS {
|
||||||
. = 0x8000401000;
|
. = 0x8000400000;
|
||||||
|
|
||||||
.text BLOCK(4096) : ALIGN(4096)
|
.text BLOCK(4096) : ALIGN(4096)
|
||||||
{
|
{
|
||||||
@ -9,7 +9,7 @@ SECTIONS {
|
|||||||
*(.text*)
|
*(.text*)
|
||||||
}
|
}
|
||||||
|
|
||||||
. = 0x8000602000;
|
. = 0x8000600000;
|
||||||
|
|
||||||
.data BLOCK(4096) : ALIGN(4096)
|
.data BLOCK(4096) : ALIGN(4096)
|
||||||
{
|
{
|
||||||
|
Loading…
x
Reference in New Issue
Block a user