Subject: Re: Almost ready inline kernel booter
To: Makoto Fujiwara <makoto@ki.nu>
From: Daniel Jacobowitz <youngdrow@geocities.com>
List: port-powerpc
Date: 01/10/1998 00:45:53
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.