Makefile: Enable ukl-hybrid mode by default for examples

See
b4d6cab6f6
for more information

Signed-off-by: Louis Solofrizzo <lsolofrizzo@online.net>
This commit is contained in:
Louis Solofrizzo 2019-04-25 09:35:10 +02:00
parent e7c0133eac
commit 021914386e

View file

@ -11,6 +11,12 @@ all:
rmdir tmp_mnt rmdir tmp_mnt
qemu: ../../disk.img qemu: ../../disk.img
qemu-system-x86_64 -enable-kvm -s -m 1G -nographic -cpu host\
-kernel ../../../whiterose/arch/x86/boot/bzImage\
-append "console=ttyS0 ukl-hybrid quiet root=/dev/sda"\
-hda ../../disk.img
qemu-ukl: ../../disk.img
qemu-system-x86_64 -enable-kvm -s -m 1G -nographic -cpu host\ qemu-system-x86_64 -enable-kvm -s -m 1G -nographic -cpu host\
-kernel ../../../whiterose/arch/x86/boot/bzImage\ -kernel ../../../whiterose/arch/x86/boot/bzImage\
-append "console=ttyS0 ukl quiet root=/dev/sda"\ -append "console=ttyS0 ukl quiet root=/dev/sda"\