]> rtime.felk.cvut.cz Git - l4.git/blobdiff - l4/conf/Makeconf.boot.example
update
[l4.git] / l4 / conf / Makeconf.boot.example
index c818488f25db66f0bc03e3b8ae8ecbecae1f6784..fa27b51db9715b82bf24455bf65bd17e5e6a865a 100644 (file)
 qemu: MODULE_SEARCH_PATH += /path/to/fiasco-build
 
 # Optional options for QEMU, but setting '-serial stdio' is recommended
-#QEMU_OPTIONS      = -serial stdio -nographic ...
-#QEMU_OPTIONS-arm += -M realview-eb 256
-#QEMU_OPTIONS      = $(QEMU_OPTIONS-$(ARCH))
+QEMU_OPTIONS       = -serial stdio
+#QEMU_OPTIONS      = -nographic
+#QEMU_OPTIONS-arm += -M realview-eb -m 256
+QEMU_OPTIONS      += $(QEMU_OPTIONS-$(ARCH))
 
 # The path to the QEMU binary - optional
 #QEMU_PATH-x86   = /path/to/qemu