[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: MFS_ROOT or something like
In message <00d401c0a180$9d3bc640$6a07a8c0@denise>
so spake "Eduardo B. Fonseca" (ebf):
> Is there anything like MFS_ROOT on OpenBSD? I mean, the ability to
> store a MFS image inside the kernel? How? Where do I get more information?
You want the ramdisk driver -- rd(4). You use rdsetroot to insert
the ramdisk into the kernel image. Take a look in /usr/src/distrib/
for how this is done on the various platforms.
- todd