Subject: Re: crunched miniroot (Re: CVS commit: src/distrib/sun2/miniroot)
To: None <port-sun2@NetBSD.org>
From: Izumi Tsutsui <tsutsui@ceres.dti.ne.jp>
List: port-sun2
Date: 03/20/2007 21:06:16
In article <060803020106.M0128991@mirage.ceres.dti.ne.jp>
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