index : archi486 | |
Archlinux32 i486 tools | gitolite user |
summaryrefslogtreecommitdiff |
author | Andreas Baumann <mail@andreasbaumann.cc> | 2022-09-02 09:18:52 +0200 |
---|---|---|
committer | Andreas Baumann <mail@andreasbaumann.cc> | 2022-09-02 09:18:52 +0200 |
commit | 52be99d8c0862ff87db9a4f9ccec1ac4b5f7caed (patch) | |
tree | 1a1a1c98090afd8459cc8f045f9de2d4a7cba5ab /floppy/run_bochs_gdb.sh | |
parent | 15adaba9eaa6a98c8b55bc5c5f73c3a9e0e55e7a (diff) |
-rwxr-xr-x | floppy/run_bochs_gdb.sh | 7 |
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" |