Send patches - preferably formatted by git format-patch - to patches at archlinux32 dot org.
summaryrefslogtreecommitdiff
path: root/floppy/run_bochs.sh
diff options
context:
space:
mode:
authorAndreas Baumann <mail@andreasbaumann.cc>2022-09-02 09:18:52 +0200
committerAndreas Baumann <mail@andreasbaumann.cc>2022-09-02 09:18:52 +0200
commit52be99d8c0862ff87db9a4f9ccec1ac4b5f7caed (patch)
tree1a1a1c98090afd8459cc8f045f9de2d4a7cba5ab /floppy/run_bochs.sh
parent15adaba9eaa6a98c8b55bc5c5f73c3a9e0e55e7a (diff)
added a quite unsorted first version of a floppy boot loader
Diffstat (limited to 'floppy/run_bochs.sh')
-rwxr-xr-xfloppy/run_bochs.sh4
1 files changed, 4 insertions, 0 deletions
diff --git a/floppy/run_bochs.sh b/floppy/run_bochs.sh
new file mode 100755
index 0000000..507e598
--- /dev/null
+++ b/floppy/run_bochs.sh
@@ -0,0 +1,4 @@
+#!/bin/sh
+
+sleep 2
+bochs -q -f "bochs.config" 'boot:floppy' "floppya: 1_44=floppy1.img, status=inserted"