Port-xen archive

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

Re: xbd2 is not created during installation



On Mon, 12 May 2008, Manuel Bouyer wrote:
> Space in the mfs /dev is limited, so I tried to not add
> too much devices for Xen.

In netbsd-4, you can increase the size of the mfs /dev by changing the
definition of NINODE in src/sbin/init/init.c.  You might be able to come
up with a way to use ifdefs to do this for the version of init that's
embedded in the ramdisk that's embedded in the relevant INSTALL kernel,
without also doing it for versions of init used for other purposes.

In -current, the mfs or tmpfs /dev is created by MAKEDEV, not by init,
and it is automatically sized according to the number of devices.

--apb (Alan Barrett)



Home | Main Index | Thread Index | Old Index