diff options
Diffstat (limited to 'boot')
-rw-r--r-- | boot/device.hints_wrap | 4 | ||||
-rw-r--r-- | boot/loader.conf_wrap | 8 |
2 files changed, 7 insertions, 5 deletions
diff --git a/boot/device.hints_wrap b/boot/device.hints_wrap new file mode 100644 index 0000000..5e32ac6 --- /dev/null +++ b/boot/device.hints_wrap @@ -0,0 +1,4 @@ +hint.sio.0.flags="0x30" +hint.sc.0.disabled="1" +hint.atkbdc.0.disabled="1" +hint.vga.0.disabled="1"
\ No newline at end of file diff --git a/boot/loader.conf_wrap b/boot/loader.conf_wrap index c607acf..f26cc8b 100644 --- a/boot/loader.conf_wrap +++ b/boot/loader.conf_wrap @@ -1,6 +1,4 @@ +console=comsonsole +hw.ata.atapi_dma="0" +hw.ata.ata_dma="0" autoboot_delay="0" -loader_color="YES" -hw.pci.allow_unsupported_io_range="1" -mfsroot_load="YES" -mfsroot_type="mfs_root" -mfsroot_name="/boot/mfsroot" |