diff options
Diffstat (limited to 'emulators/bochs/files/patch-aa')
-rw-r--r-- | emulators/bochs/files/patch-aa | 35 |
1 files changed, 19 insertions, 16 deletions
diff --git a/emulators/bochs/files/patch-aa b/emulators/bochs/files/patch-aa index 1ea552ba17f3..a72e4131a09b 100644 --- a/emulators/bochs/files/patch-aa +++ b/emulators/bochs/files/patch-aa @@ -1,21 +1,24 @@ ---- .bochsrc.old Mon Nov 2 13:06:25 1998 -+++ .bochsrc Mon Nov 2 13:07:47 1998 -@@ -39,21 +39,21 @@ - #floppya: 1_44=../1.44.yodlowsk - #floppya: 1_2=../1.2 - #floppyb: 1_44=../1.680 +--- .bochsrc.orig Thu Jul 8 09:57:11 1999 ++++ .bochsrc Mon Jul 12 18:42:12 1999 +@@ -3,7 +3,7 @@ + megs: 16 + #megs: 8 + boot: c -vgaromimage: bios/VGABIOS-elpin-2.20 +vgaromimage: /usr/local/lib/bochs/bios/VGABIOS-elpin-2.20 - #romimage: bios/rombios.bin - #romimage: bios/BIOS-bochs-980331a - #romimage: bios/BIOS-bochs-980622a - #romimage: bios/BIOS-bochs-980702a - #romimage: ../cbios961203 + + # You many now use double quotes around pathnames, in case + # your pathname includes spaces. +@@ -60,7 +60,7 @@ + #romimage: file=bios/rombios.bin, address=0xf0000 + #romimage: file=../cbios961203 #romimage: file=../r980820.rom, address=0xe0000 --romimage: file=bios/BIOS-bochs-980717a, address=0xf0000 -+romimage: file=/usr/local/lib/bochs/bios/BIOS-bochs-980717a, address=0xf0000 +-romimage: file=bios/BIOS-bochs-990623a, address=0xf0000 ++romimage: file=/usr/local/lib/bochs/bios/BIOS-bochs-990623a, address=0xf0000 - #romimage: ../cbios961112 + #romimage: file=bios/BIOS-bochs-990218a, address=0xf0000 + #romimage: file=../dttest.bin, address=0xf0000 +@@ -69,8 +69,8 @@ #vgaromimage: ../vgacbios961111 #romimage: ../cbios961203 @@ -23,6 +26,6 @@ -log: ./bochs.out +log: /dev/null +#log: ./bochs.out - keyboard_serial_delay: 200 #microseconds - floppy_command_delay: 500 #microseconds + keyboard_serial_delay: 200 + floppy_command_delay: 500 #ips: 1500000 |