Still some issues, but it seems to not crash anymore
[tpg/acess2.git] / Kernel / arch / x86 / link.ld
index 2fe1764..75b712f 100644 (file)
@@ -24,6 +24,7 @@ SECTIONS {
                _UsertextBase = .;
                *(.usertext)
        }
+       _UsertextEnd = .;
        
        .rodata ALIGN(0x1000): AT(ADDR(.rodata) - 0xC0000000) {
                *(.initpd)

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