patch-2.1.94 linux/arch/i386/vmlinux.lds
Next file: linux/arch/m68k/amiga/amiga_ksyms.c
Previous file: linux/arch/i386/mm/init.c
Back to the patch index
Back to the overall index
- Lines: 15
- Date:
Wed Apr 8 18:01:53 1998
- Orig file:
v2.1.93/linux/arch/i386/vmlinux.lds
- Orig date:
Tue Mar 17 22:18:14 1998
diff -u --recursive --new-file v2.1.93/linux/arch/i386/vmlinux.lds linux/arch/i386/vmlinux.lds
@@ -1,13 +1,12 @@
/* ld script to make i386 Linux kernel
* Written by Martin Mares <mj@atrey.karlin.mff.cuni.cz>
*/
-INCLUDE arch/i386/.kernel_offset.lds
OUTPUT_FORMAT("elf32-i386", "elf32-i386", "elf32-i386")
OUTPUT_ARCH(i386)
ENTRY(_start)
SECTIONS
{
- . = __kernel_offset__ + 0x100000;
+ . = 0xC0000000 + 0x100000;
_text = .; /* Text and read-only data */
.text : {
*(.text)
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen, slshen@lbl.gov