Move constants from linker script to dedicated file
This commit is contained in:
parent
c62cc3b5e4
commit
a6927f8a07
2
kernel/constants.68k
Normal file
2
kernel/constants.68k
Normal file
@ -0,0 +1,2 @@
|
||||
.global kernel_map_page
|
||||
kernel_map_page = 0xFEF000
|
@ -34,5 +34,4 @@ SECTIONS
|
||||
*(.pagereserve)
|
||||
}
|
||||
|
||||
kernel_map_page = 0xFEF000;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user