From a69bd63fbc2a1234701522f5bf3f56492b8cf651 Mon Sep 17 00:00:00 2001 From: Kevin Lange Date: Wed, 11 Apr 2012 12:46:36 -0500 Subject: [PATCH] Stop running with the ramdisk --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 6f9b67c8..ac6c9264 100644 --- a/Makefile +++ b/Makefile @@ -36,7 +36,7 @@ ERRORSS = >>/tmp/.`whoami`-build-errors || util/mk-error BEGRM = util/mk-beg-rm ENDRM = util/mk-end-rm -EMUARGS = -kernel toaruos-kernel -m 256 -initrd toaruos-initrd -append "vid=qemu hdd" -serial stdio -vga std -hda toaruos-disk.img -k en-us -no-frame +EMUARGS = -kernel toaruos-kernel -m 256 -append "vid=qemu hdd" -serial stdio -vga std -hda toaruos-disk.img -k en-us -no-frame EMUKVM = -enable-kvm .PHONY: all system clean clean-once clean-hard clean-soft clean-docs clean-bin clean-aux clean-core update-version install run docs utils