mirror of
https://github.com/iceHtwoO/novaOS.git
synced 2026-04-19 05:32:27 +00:00
wip
This commit is contained in:
12
link.ld
12
link.ld
@@ -4,9 +4,13 @@ SECTIONS {
|
||||
.text ALIGN(4) : {
|
||||
KEEP(*(.text._start))
|
||||
*(.text .text.*)
|
||||
. = ALIGN(4K);
|
||||
__text_end = .;
|
||||
}
|
||||
.vector_table ALIGN(2K) : {
|
||||
KEEP(*(.vector_t))
|
||||
}
|
||||
|
||||
. = ALIGN(4K);
|
||||
__text_end = .;
|
||||
|
||||
.rodata : {
|
||||
*(.rodata .rodata.*)
|
||||
@@ -26,10 +30,6 @@ SECTIONS {
|
||||
|
||||
__share_end = .;
|
||||
|
||||
.vector_table ALIGN(2K) : {
|
||||
KEEP(*(.vector_table))
|
||||
}
|
||||
|
||||
# EL2 Stack
|
||||
.stack ALIGN(16): {
|
||||
__stack_start = .;
|
||||
|
||||
Reference in New Issue
Block a user