]> git.dujemihanovic.xyz Git - nameless-os.git/blobdiff - boot/x86/stage3/stage3.ld
Complete build system rehaul
[nameless-os.git] / boot / x86 / stage3 / stage3.ld
index 1accdc09b77ae0cee9b454004e25892fd0f0f5f7..e8bb5e791a407fccb68a07d91019a20cb518ab36 100644 (file)
@@ -4,7 +4,7 @@ OUTPUT_FORMAT(binary)
 SECTIONS {
        . = 0x1800;
        .text : {
-               stage3/loader.o(.text)
+               loader.o(.text)
                *(.text)
        }
        .rodata : { *(.rodata) }