Re: crunched miniroot (Re: CVS commit: src/distrib/sun2/miniroot)

Izumi Tsutsui <[email protected]> Tue, 20 Mar 2007 21:06:16 +0900
Newsgroups gmane.os.netbsd.ports.sun2
Message-ID <[email protected]>
In article <[email protected]>
I wrote:

> I've tried the attached diff and miniroot.fs is created successfully.
> It's actually much smaller (~17MB vs ~3MB), but INSTALL kernel on tme
> panics right after md_makerootwritable() in the install script:
 :
> Preserved 2111 pages of miniroot leaving 79808 pages of swap
> panic: genfs_getpages: too many pages
 :
> I'm not sure if this is MI problem or not, though.

After some debugging, this panic is an independent problem
from crunched ramdisk but a MI bug in uvm/uvm_readahead.c
(PR kern/36019) so I'll commit this miniroot changes shortly.
---
Izumi Tsutsui