From 7c6fbda40ee13d9660d8d30eb0049895ee524a38 Mon Sep 17 00:00:00 2001 From: Andreas Baumann Date: Sun, 3 Dec 2023 18:49:23 +0100 Subject: some cleanup --- scripts/86box.cfg | 10 +--------- scripts/run_86box.sh | 3 --- 2 files changed, 1 insertion(+), 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 -- cgit v1.2.3-54-g00ecf