git://scm.lunaixsky.com
/
lunaix-os.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
Boot framework rework (#45)
[lunaix-os.git]
/
lunaix-os
/
link
/
lga.ldx
diff --git
a/lunaix-os/link/lga.ldx
b/lunaix-os/link/lga.ldx
index 3d8962a291fd29a80cdb77179be6ad5574a85003..91e574ddf5a3c742186bed066fbf03acc1b37663 100644
(file)
--- a/
lunaix-os/link/lga.ldx
+++ b/
lunaix-os/link/lga.ldx
@@
-1,6
+1,7
@@
#include "base.ldx"
#include "base.ldx"
-.lga BLOCK(PAGE_GRAN) : AT ( ADDR(.lga) - KEXEC_BASE )
+.lga BLOCK(PAGE_GRAN)
+ : AT ( ADDR(.lga) - KEXEC_BASE )
{
PROVIDE(__lga_twiplugin_inits_start = .);
{
PROVIDE(__lga_twiplugin_inits_start = .);
@@
-98,4
+99,4
@@
KEEP(*(.lga.lunainit.c_postboot));
PROVIDE(__lga_lunainit_on_postboot_end = .);
KEEP(*(.lga.lunainit.c_postboot));
PROVIDE(__lga_lunainit_on_postboot_end = .);
-}
\ No newline at end of file
+}
: rodata
\ No newline at end of file