summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Baumann <mail@andreasbaumann.cc>2023-12-03 18:49:23 +0100
committerAndreas Baumann <mail@andreasbaumann.cc>2023-12-03 18:49:23 +0100
commit7c6fbda40ee13d9660d8d30eb0049895ee524a38 (patch)
tree453439401e63bed34c46dfa939e8153543755fd9
parent7e374459cc29510c19a4b48e8e371fb11c1cc974 (diff)
downloadi486tcc-linux-7c6fbda40ee13d9660d8d30eb0049895ee524a38.tar.gz
i486tcc-linux-7c6fbda40ee13d9660d8d30eb0049895ee524a38.tar.bz2
some cleanup
-rw-r--r--scripts/86box.cfg10
-rwxr-xr-xscripts/run_86box.sh3
2 files changed, 1 insertions, 12 deletions
diff --git a/scripts/86box.cfg b/scripts/86box.cfg
index 7003b72..4a8a66a 100644
--- a/scripts/86box.cfg
+++ b/scripts/86box.cfg
@@ -36,18 +36,11 @@ net_01_net_type = slirp
hdc = ide_isa
cassette_mode = load
-[Hard disks]
-hdd_01_parameters = 17, 15, 1008, 0, ide
-hdd_01_fn = root.img
-hdd_01_speed = 1992_3600rpm
-hdd_01_ide_channel = 0:0
-
[Floppy and CD-ROM drives]
fdd_01_type = 35_2hd
fdd_02_type = none
-fdd_01_image_history_01 = floppy00.img
fdd_01_check_bpb = 0
-fdd_01_fn = floppy01.img
+fdd_01_fn = /home/abaumann/projects/i486tcc-linux/floppy00.img
[Novell NE1000 #1]
base = 0300
@@ -56,7 +49,6 @@ mac = f6:1d:9a
[Serial Passthrough Device #1]
mode = 0
-host_serial_path =
data_bits = 8
stop_bits = 1
baudrate = 115200
diff --git a/scripts/run_86box.sh b/scripts/run_86box.sh
index 7d60980..7459332 100755
--- a/scripts/run_86box.sh
+++ b/scripts/run_86box.sh
@@ -1,8 +1,5 @@
#!/bin/sh
-[1]- Running 86Box &
-[2]+ Running qemu-nbd -f raw root.img -x ROOT &
-
qemu-nbd -f raw root.img -x ROOT &
sleep 2 && \
86Box -C scripts/86box.cfg