diff --git a/bios/rom.ld.S b/bios/rom.ld.S index aed8a65..f122b97 100644 --- a/bios/rom.ld.S +++ b/bios/rom.ld.S @@ -11,7 +11,7 @@ PHDRS { } SECTIONS { - . = 0; - .text : { *(.text) } :text = 0x9090 + . = 0; + .text : { *(.text) } :text = 0x9090 }