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:
parent
e7c0133eac
commit
021914386e
1 changed files with 6 additions and 0 deletions
|
|
@ -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"\
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue