Linking and MM Fiddling (mm now handles large pages - well, partially)
[tpg/acess2.git] / Kernel / arch / x86_64 / link.ld
index f1df229..f5e7355 100644 (file)
@@ -34,7 +34,7 @@ SECTIONS {
        
        .rodata ALIGN(0x1000): AT(ADDR(.rodata) - _kernel_base) {
                *(.initpd)
-               *(.rodata)
+               *(.rodata .rodata.*)
                *(.rdata)
                
                . = ALIGN(0x10);

UCC git Repository :: git.ucc.asn.au