| To: | Mike Klar <wyldfier@iname.com> |
|---|---|
| Subject: | RE: Booting Linux on Vadem Clio |
| From: | Harald Koerfgen <Harald.Koerfgen@home.ivm.de> |
| Date: | Mon, 19 Jul 1999 22:13:15 +0200 (MEST) |
| Cc: | linux-mips@fnet.fr, linuxce-devel@linuxce.org, "Bradley D. LaRonde" <brad@ltc.com> |
| In-reply-to: | <000001bed219$d98e9c90$f325a4d8@ppan.hlb.cable.rcn.com> |
| Organization: | none |
| Reply-to: | "Harald Koerfgen" <Harald.Koerfgen@home.ivm.de> |
| Sender: | harry@franz.no.dom |
On 19-Jul-99 Mike Klar wrote:
> I would still suspect the place that it writes ra to the stack.
Me too :-)
Bradley, what about replacing your init.c with the following init.S?
--- snip here ---
LEAF(prom_init)
li $v0,16
lui $at,0xab00
sh $v0,576($at)
sh $v0,578($at)
li $v0,1
sh $v0,584($at)
jr $ra
END(prom_init)
--- snip here ---
---
Regards,
Harald
|
| <Prev in Thread] | Current Thread | [Next in Thread> |
|---|---|---|
| ||
| Previous by Date: | Re: Bye, bye, "generic kernels", Bradley D. LaRonde |
|---|---|
| Next by Date: | Re: Booting Linux on Vadem Clio, Bradley D. LaRonde |
| Previous by Thread: | RE: Booting Linux on Vadem Clio, Mike Klar |
| Next by Thread: | Re: Booting Linux on Vadem Clio, Warner Losh |
| Indexes: | [Date] [Thread] [Top] [All Lists] |