diff options
author | Alex Auvolat <alex.auvolat@ens.fr> | 2014-12-06 18:39:12 +0100 |
---|---|---|
committer | Alex Auvolat <alex.auvolat@ens.fr> | 2014-12-06 18:39:12 +0100 |
commit | ff27e3d5ca61fb6234b0876dc3368d0e5dfc5a95 (patch) | |
tree | e7945b5cae3925ae50082da7b80e9b3caf914fa4 /run_qemu.sh | |
parent | 274765f7daa3cc1094f9f26196fcf2b9a5289ee2 (diff) | |
download | kogata-ff27e3d5ca61fb6234b0876dc3368d0e5dfc5a95.tar.gz kogata-ff27e3d5ca61fb6234b0876dc3368d0e5dfc5a95.zip |
Trying to track an annoying bug.
Diffstat (limited to 'run_qemu.sh')
-rwxr-xr-x | run_qemu.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/run_qemu.sh b/run_qemu.sh index 8649d92..6c76909 100755 --- a/run_qemu.sh +++ b/run_qemu.sh @@ -2,5 +2,5 @@ cd `dirname $0` -make -C kernel +make -C kernel || exit 1 qemu-system-i386 -kernel kernel/kernel.bin -serial stdio -m 16 |