From 4672f514591f0f7110103c4cd898909aef95b635 Mon Sep 17 00:00:00 2001 From: Alex Auvolat Date: Sat, 14 Mar 2015 14:17:03 +0100 Subject: Fix region allocator (see changes in region.c!) ; debug spam control. --- Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 59af69e..0304f5f 100644 --- a/Makefile +++ b/Makefile @@ -30,10 +30,10 @@ cdrom.iso: all make_cdrom.sh ./make_cdrom.sh run_qemu: cdrom.iso - qemu-system-i386 -cdrom cdrom.iso -serial stdio -m 64 + qemu-system-i386 -cdrom cdrom.iso -serial stdio -m 16 run_qemu_debug: cdrom.iso - qemu-system-i386 -cdrom cdrom.iso -serial stdio -m 64 -s -S & \ + qemu-system-i386 -cdrom cdrom.iso -serial stdio -m 16 -s -S & \ (sleep 0.1; gdb src/kernel/kernel.bin -x gdb_cmd) run_bochs_debug: cdrom.iso -- cgit v1.2.3