X-Git-Url: http://git.joshuawise.com/netwatch.git/blobdiff_plain/33e49b2e6d599bc56326841b5b373b9f76adc5f7..93e304e362865d8e41a0c75bb799ac8418895e3d:/netwatch/aseg.lds?ds=sidebyside diff --git a/netwatch/aseg.lds b/netwatch/aseg.lds deleted file mode 100644 index cf14790..0000000 --- a/netwatch/aseg.lds +++ /dev/null @@ -1,45 +0,0 @@ -OUTPUT_FORMAT("elf32-i386", "elf32-i386", "elf32-i386") -OUTPUT_ARCH(i386) - -SECTIONS -{ - . = 0xA8000; - - .aseg : { - _start = .; - entry.o - LONG(0xA9FF0); - LONG(c_entry); - entry_initialized = .; - LONG(0); - pagingstub-asm.o - pagingstub.o - _aseg_end = .; - } - - . = 0x200000; - - .text : { *(.text); } - .data : { *(.data); } - .rodata : { *(.rodata); } - .text : { *(.text); } - - _bss = .; - .bss : { *(.bss); } - _bssend = .; - _end = .; - - .stack : { - . = . + 0x10000; - . = ALIGN(0x10); - _stacktop = .; - } - - . = 0x10000; - .info : { - _start = .; - LONG(0x5754454E); - LONG(__firstrun_stub); - } - -} diff --git a/netwatch/aseg.lds b/netwatch/aseg.lds new file mode 120000 index 0000000..cc20a4f --- /dev/null +++ b/netwatch/aseg.lds @@ -0,0 +1 @@ +netwatch-large.lds \ No newline at end of file