Building a NetBSD ramdisk kernel

Building a NetBSD ramdisk kernel

https://bentsukun.ch/posts/ramdisk-kernel/

@netbsd

#NetBSD

4 points · 2 comments · view on lemmy.world

2 Comments

riastradh@mastodon.sdf.org · 3 pts · 2y (1 reply)

@stefano @netbsd Did you know you can just put fs ramdisk.fs in your boot.cfg to make the bootloader load a ramdisk from the same volume it loaded the kernel from? No need for mdsetimage!

(Only x86 or platforms with efiboot for now, like arm.)

bentsukun@mastodon.sdf.org · 2 pts · 2y

@riastradh @stefano @netbsd I did not!!! If I had known this, I would have saved some time on Sunday.