Port-powerpc archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

Re: Almost ready inline kernel booter



AHAH!

<        ns = *(unsigned *)eh->f_nscns;
<        oh = *(unsigned *)eh->f_opthdr;
---
>        ns = *(unsigned short *)eh->f_nscns;
>        oh = *(unsigned short *)eh->f_opthdr;

Stupid typo.  Please try the new one and post results.

Dan.



Home | Main Index | Thread Index | Old Index