diff options
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 59f1f19..7f7d264 100755 --- a/run_qemu.sh +++ b/run_qemu.sh @@ -2,6 +2,5 @@ cd `dirname $0` -make -C src/common || exit 1 -make -C src/kernel || exit 1 +make || exit 1 qemu-system-i386 -kernel src/kernel/kernel.bin -serial stdio -m 16 |