diff options
author | Alex Auvolat <alex.auvolat@ens.fr> | 2014-12-01 17:27:57 +0100 |
---|---|---|
committer | Alex Auvolat <alex.auvolat@ens.fr> | 2014-12-01 17:27:57 +0100 |
commit | 8f936e07ecb5af4053ad7d457a32e69695cb357e (patch) | |
tree | adfbe0b73f18145379301de6e1b4452a01a11cd1 /run_qemu.sh | |
parent | 0921a33fc9f3724cb36a03a24b58b0a5bfc519b1 (diff) | |
download | kogata-8f936e07ecb5af4053ad7d457a32e69695cb357e.tar.gz kogata-8f936e07ecb5af4053ad7d457a32e69695cb357e.zip |
Change qemu/bochs launch scripts.
Diffstat (limited to 'run_qemu.sh')
-rwxr-xr-x | run_qemu.sh | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/run_qemu.sh b/run_qemu.sh index b429471..c0b6906 100755 --- a/run_qemu.sh +++ b/run_qemu.sh @@ -3,5 +3,4 @@ cd `dirname $0` make -C kernel -qemu-system-i386 -kernel kernel/kernel.bin -serial stdio -s -S & -(sleep 0.1; gdb kernel.bin -x gdb_cmd) +qemu-system-i386 -kernel kernel/kernel.bin -serial stdio |