| To: | <linux-mips@linux-mips.org> |
|---|---|
| Subject: | To stick the kernel start address to 0x80100000 |
| From: | "colin" <colin@realtek.com.tw> |
| Date: | Mon, 6 Mar 2006 20:51:02 +0800 |
| Original-recipient: | rfc822;linux-mips@linux-mips.org |
| Sender: | linux-mips-bounce@linux-mips.org |
Hi all,
I tried to stick the kernel start address to 0x80100000 and modified
vmlinux.ld.S like this:
.text : {
arch/mips/kernel/head.o(.init.text)
*(.text)
SCHED_TEXT
LOCK_TEXT
*(.fixup)
*(.gnu.warning)
} =0
After some tests, it seems to work well. Is this a good way to stick the
kernel start address to 0x80100000?
Regards,
Colin
|
| <Prev in Thread] | Current Thread | [Next in Thread> |
|---|---|---|
| ||
| Previous by Date: | Re: does the linux support rootfs on vfat?, Stuart Longland |
|---|---|
| Next by Date: | Re: does the linux support rootfs on vfat?, Geoff Levand |
| Previous by Thread: | Re: [PATCH] 64bit unaligned access on 32bit kernel, Atsushi Nemoto |
| Next by Thread: | CVS commit notification list and the git conversion, Ralf Baechle |
| Indexes: | [Date] [Thread] [Top] [All Lists] |