Send patches - preferably formatted by git format-patch - to patches at archlinux32 dot org.
summaryrefslogtreecommitdiff
path: root/floppy/run_bochs_gdb.sh
diff options
context:
space:
mode:
Diffstat (limited to 'floppy/run_bochs_gdb.sh')
-rwxr-xr-xfloppy/run_bochs_gdb.sh7
1 files changed, 7 insertions, 0 deletions
diff --git a/floppy/run_bochs_gdb.sh b/floppy/run_bochs_gdb.sh
new file mode 100755
index 0000000..7549c81
--- /dev/null
+++ b/floppy/run_bochs_gdb.sh
@@ -0,0 +1,7 @@
+#!/bin/sh
+
+sleep 2
+DIR=$(pwd)
+echo $DIR
+cd ~/i486/linux/src/archlinux-linux
+bochs-gdb -q -f "$DIR/bochs-gdb.config" 'boot:floppy' "floppya: 1_44=$DIR/floppy1.img, status=inserted"