patch-2.1.121 linux/arch/i386/vmlinux.lds
Next file: linux/arch/mips/kernel/ptrace.c
Previous file: linux/arch/i386/mm/init.c
Back to the patch index
Back to the overall index
- Lines: 19
- Date:
Tue Sep 8 23:10:10 1998
- Orig file:
v2.1.120/linux/arch/i386/vmlinux.lds
- Orig date:
Wed Apr 8 19:36:25 1998
diff -u --recursive --new-file v2.1.120/linux/arch/i386/vmlinux.lds linux/arch/i386/vmlinux.lds
@@ -35,12 +35,18 @@
_edata = .; /* End of data section */
+ . = ALIGN(8192); /* init_task */
+ .data.init_task : { *(.data.init_task) }
+
. = ALIGN(4096); /* Init code and data */
__init_begin = .;
.text.init : { *(.text.init) }
.data.init : { *(.data.init) }
. = ALIGN(4096);
__init_end = .;
+
+ . = ALIGN(4096);
+ .data.page_aligned : { *(.data.idt) }
__bss_start = .; /* BSS */
.bss : {
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen, slshen@lbl.gov