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

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