diff options
author | Kanoj Sarcar <kanoj@engr.sgi.com> | 2000-06-08 00:18:49 +0000 |
---|---|---|
committer | Kanoj Sarcar <kanoj@engr.sgi.com> | 2000-06-08 00:18:49 +0000 |
commit | 62038e3f2e54b1f6c130958c75875c72b13944ef (patch) | |
tree | 3b5511ff4d92d2cbc40762eb0f9db14ef642bca1 /arch/mips64/ld.script.elf32 | |
parent | 1db92498b072a7a1a82171ea2222fd29904c6171 (diff) |
Mapped kernel changes: create elf sections as close as possible to
IRIX, to get the same kind of loader behavior. Read comments in
mapped_kernel.h for more details.
Diffstat (limited to 'arch/mips64/ld.script.elf32')
-rw-r--r-- | arch/mips64/ld.script.elf32 | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/mips64/ld.script.elf32 b/arch/mips64/ld.script.elf32 index 8dff092af..659e3761a 100644 --- a/arch/mips64/ld.script.elf32 +++ b/arch/mips64/ld.script.elf32 @@ -15,6 +15,7 @@ SECTIONS _etext = .; . = ALIGN(16384); + /* This for CONFIG_MAPPED_KERNEL . = . + 16777216; */ .data.init_task : { *(.data.init_task) } /* Startup code */ |