Skip to content

Instantly share code, notes, and snippets.

@pr1ntf
Last active August 4, 2018 14:30
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save pr1ntf/fae0aada3738bd041ef4 to your computer and use it in GitHub Desktop.
Save pr1ntf/fae0aada3738bd041ef4 to your computer and use it in GitHub Desktop.
Minix3 and bhyve Hints.
set root=(cd0,msdos2)
multiboot /boot/minix_latest/kernel rootdevname=c0d0p0s0 cttyline=0 cttybaud=9600
module /boot/minix_latest/mod01_ds.gz
module /boot/minix_latest/mod02_rs.gz
module /boot/minix_latest/mod03_pm.gz
module /boot/minix_latest/mod04_sched.gz
module /boot/minix_latest/mod05_vfs.gz
module /boot/minix_latest/mod06_memory.gz
module /boot/minix_latest/mod07_tty.gz
module /boot/minix_latest/mod08_mfs.gz
module /boot/minix_latest/mod09_vm.gz
module /boot/minix_latest/mod10_pfs.gz
module /boot/minix_latest/mod11_init.gz
boot
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment