aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile4
1 files changed, 2 insertions, 2 deletions
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