]> Joshua Wise's Git repositories - netwatch.git/blobdiff - netwatch/aseg.lds
Merge branch 'master' of git@github.com:jwise/netwatch
[netwatch.git] / netwatch / aseg.lds
deleted file mode 100644 (file)
index cf14790b025752b87bbda39f029cb834f7f50ec4..0000000000000000000000000000000000000000
+++ /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);
-       }
-
-}
new file mode 120000 (symlink)
index 0000000000000000000000000000000000000000..cc20a4f2d752d68cb1fd65db4c2cdbd2e27204bd
--- /dev/null
@@ -0,0 +1 @@
+netwatch-large.lds
\ No newline at end of file
This page took 0.019968 seconds and 4 git commands to generate.