DutchDaemon said:
wsw1wsw2 said:These are memory disks(filesystem) support in FreeBSD. But i want to know is there a way to insert a memory disk as root file system to a FreeBSD kernel?
Here are some:vermaden said:BTW, you got some more info/links on the sollution you mentioned? About ramdisk in NetBSD kernel and pros/cons of that sollution?
http://wiki.netbsd.se/How_to_create_bootable_NetBSD_imageIntroduction
The purpose of this document is to guide you to create a RAM disk image and a custom kernel in order to boot your mini NetBSD off a Compact Flash or use it to debug it in an emulated environment, such as qemu.
The ramdisk image will have to be inserted into your kernel and then extracted to memory of your embedded device (or your emulator) and used as the root file system, which then can be used by your kernel as if it resided on a "normal" storage media like a hard drive.
...
s0xxx said:And also man page of mdsetimage(8), which is not very descriptive though.![]()