summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorAlex AUVOLAT <alexis211@gmail.com>2012-05-17 09:55:40 +0200
committerAlex AUVOLAT <alexis211@gmail.com>2012-05-17 09:55:40 +0200
commitb6924d994ccdbe86ea67351d3c94600e14f5ed1f (patch)
tree09da2238bf96c638d12baca36afa9a3fde8979df /Makefile
parent0a64a7b2817fb56bbc4640e27a484eb479e0bb22 (diff)
downloadTCE-b6924d994ccdbe86ea67351d3c94600e14f5ed1f.tar.gz
TCE-b6924d994ccdbe86ea67351d3c94600e14f5ed1f.zip
Nothing, just reverted some shit.
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index c5667d0..d63478d 100644
--- a/Makefile
+++ b/Makefile
@@ -48,8 +48,8 @@ bochs: all floppy
bochs -f bochs.cfg
qemu: all floppy
- $(QemuCmd) -fda $(Floppy) -m 16
+ $(QemuCmd) -fda $(Floppy) -m 32
qemu-gdb: all floppy
- $(QemuCmd) -fda $(Floppy) -m 16 -s -S & gdb src/kernel/kernel.elf -x gdb-cmd
+ $(QemuCmd) -fda $(Floppy) -m 32 -s -S & gdb src/kernel/kernel.elf -x gdb-cmd