From a34bb07abbe2152c705e95d6dd460e57557422c7 Mon Sep 17 00:00:00 2001 From: Andreas Kling Date: Sun, 27 Jan 2019 07:17:24 +0100 Subject: [PATCH] Make .bochsrc work with the stock Bochs on Ubuntu. --- Kernel/.bochsrc | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/Kernel/.bochsrc b/Kernel/.bochsrc index a06fedbe30..e4f1eb630e 100644 --- a/Kernel/.bochsrc +++ b/Kernel/.bochsrc @@ -1,10 +1,9 @@ # configuration file generated by Bochs -plugin_ctrl: unmapped=true, biosdev=true, speaker=true, extfpuirq=true, parallel=true, serial=true config_interface: textconfig display_library: x memory: host=32, guest=32 -romimage: file="/usr/local/share/bochs/BIOS-bochs-latest", address=0x00000000, options=none -vgaromimage: file="/usr/local/share/bochs/VGABIOS-lgpl-latest" +romimage: file="/usr/share/bochs/BIOS-bochs-latest", address=0x00000000, options=none +vgaromimage: file="/usr/share/bochs/VGABIOS-lgpl-latest" boot: floppy floppy_bootsig_check: disabled=0 floppya: type=1_44, 1_44=".floppy-image", status=inserted, write_protected=0