summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile6
1 files changed, 5 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 6a014ec..192c867 100644
--- a/Makefile
+++ b/Makefile
@@ -44,4 +44,8 @@ bochs: all floppy
bochs -f bochs.cfg
qemu: all floppy
- qemu -fda $(Floppy) -m 8
+ qemu -fda $(Floppy) -m 16
+
+qemu-gdb: all floppy
+ qemu -fda $(Floppy) -m 16 -s -S & gdb src/kernel/kernel.elf -x gdb-cmd
+