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