summaryrefslogtreecommitdiff
path: root/local/init
diff options
context:
space:
mode:
authorAndreas Baumann <mail@andreasbaumann.cc>2023-12-03 17:46:42 +0100
committerAndreas Baumann <mail@andreasbaumann.cc>2023-12-03 17:46:42 +0100
commit7e374459cc29510c19a4b48e8e371fb11c1cc974 (patch)
treedd2c0d0bece28e2f172bfca44eadaacd33bcc2c4 /local/init
parent4da4c5449c559d8ddd8fc5fb69b29186753c67ed (diff)
downloadi486tcc-linux-7e374459cc29510c19a4b48e8e371fb11c1cc974.tar.gz
i486tcc-linux-7e374459cc29510c19a4b48e8e371fb11c1cc974.tar.bz2
- proper padding of last floppy to full capacity (86Box misinterprets the format otherwise and hangs on boot)
- added preliminary testing with 86Box
Diffstat (limited to 'local/init')
-rwxr-xr-xlocal/init6
1 files changed, 5 insertions, 1 deletions
diff --git a/local/init b/local/init
index 5268b4d..d442f22 100755
--- a/local/init
+++ b/local/init
@@ -26,7 +26,11 @@ insmod /lib/modules/crypto/crc32c_generic.ko
insmod /lib/modules/fs/ext4/ext4.ko
insmod /lib/modules/drivers/block/nbd.ko
ifconfig -a
-nbd-client -N ROOT 10.0.0.2 /dev/nbd0
+# qemu
+#nbd-client -N ROOT 10.0.0.2 /dev/nbd0
+# 86Box
+nbd-client -N ROOT 10.0.2.2 /dev/nbd0
+# Unisys
#nbd-client -N ROOT 192.168.1.31 /dev/nbd0
mount -t ext4 /dev/nbd0 /mnt