| To: | machael thailer <dony.he@huawei.com> |
|---|---|
| Subject: | Re: Where is the first entry point for linux-mips boot? |
| From: | Ralf Baechle <ralf@oss.sgi.com> |
| Date: | Fri, 17 Aug 2001 05:26:35 +0200 |
| Cc: | linux-mips@oss.sgi.com |
| In-reply-to: | <001501c126ca$4a5331a0$8021690a@huawei.com>; from dony.he@huawei.com on Fri, Aug 17, 2001 at 11:11:21AM +0800 |
| References: | <000701c11c8b$77e039e0$8021690a@huawei.com> <20010804071016.A1275@bacchus.dhis.org> <001501c126ca$4a5331a0$8021690a@huawei.com> |
| Sender: | owner-linux-mips@oss.sgi.com |
| User-agent: | Mutt/1.2.5i |
On Fri, Aug 17, 2001 at 11:11:21AM +0800, machael thailer wrote: > After my custom board finished initializations, It should load "linux > kernel" into RAM. > The question is : Is this a compressed "linux kernel" just like vmlinux.gz > of X86 that I should load? Or is it "/usr/src/linux/vmlinux" that is not > compressed that I should load? The standard MIPS kernel doesn't support compressed kernels on MIPS. > And what RAM address should it loaded at? Since it is linked at > 0x80200000,Should I load there or at somewhere else? Obviously to the address it's linked for. You can adjust that address as you need. With compressed kernels it may be necessary to choose a different address however so the decompressed kernel doesn't overwrite the compressed kernel during compression. Ralf |
| <Prev in Thread] | Current Thread | [Next in Thread> |
|---|---|---|
| ||
| Previous by Date: | Re: Where is the first entry point for linux-mips boot?, machael thailer |
|---|---|
| Next by Date: | Re: patch for ide_init_hwif_ports, Ralf Baechle |
| Previous by Thread: | Re: Where is the first entry point for linux-mips boot?, machael thailer |
| Next by Thread: | Re: Where is the first entry point for linux-mips boot?, machael thailer |
| Indexes: | [Date] [Thread] [Top] [All Lists] |