Hi,
> You can't disable /proc in 1.3.82. There are references to it in mips.o
> and scsi.o. Time to go off and fix them.
>
> Warner "Why is it so hard to make a 640k MIPS kernel" Losh
I ussually calculate a size factor between 1.4 and 1.7 between the size
of Intel and MIPS code. So a kernel of just 640k can contain just enough
to be almost worthless.
I'll add a hack for the rPC44 that will link the kernel to address KSEG0 +
1mb, copy the exception handlers down to KSEG0, and then again declare the
memory from KSEG0 + PAGE_SIZE to KSEG0 + 640 free again. All you need to
do is to change Milo to copy the kernel to KSEG0 + 1mb, not KSEG0. Sounds
easy, doesn't it :-)
Ralf "Always trying to support hardware he's never seen" Baechle
|