aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile8
1 files changed, 4 insertions, 4 deletions
diff --git a/Makefile b/Makefile
index 47ed44a..ada41d0 100644
--- a/Makefile
+++ b/Makefile
@@ -9,14 +9,14 @@ rebuild: clean all
mrproper: clean
run_tests:
- bam
- src/tests/run_tests.sh
+ rm build/tests/*.log
+ bam test
run_qemu: all
- qemu-system-i386 -cdrom cdrom.iso -serial stdio -m 12
+ qemu-system-i386 -cdrom cdrom.iso -serial stdio -m 12 </dev/null
run_qemu_debug: all
- qemu-system-i386 -cdrom cdrom.iso -serial stdio -m 12 -s -S & \
+ qemu-system-i386 -cdrom cdrom.iso -serial stdio -m 12 -s -S </dev/null & \
(sleep 0.1; gdb src/kernel/kernel.bin -x gdb_cmd)
run_bochs_debug: all