Make deskOS demo use bootloader to showcase everything
This commit is contained in:
parent
ae0ffe6a32
commit
f71ce5168c
2
.gitignore
vendored
2
.gitignore
vendored
@ -3,3 +3,5 @@ result
|
|||||||
.direnv
|
.direnv
|
||||||
*.qcow2
|
*.qcow2
|
||||||
*.img
|
*.img
|
||||||
|
desk-os-demo-efi-vars.fd
|
||||||
|
|
||||||
|
|||||||
@ -7,6 +7,8 @@
|
|||||||
config = {
|
config = {
|
||||||
virtualisation = {
|
virtualisation = {
|
||||||
memorySize = 8192;
|
memorySize = 8192;
|
||||||
|
useBootLoader = true;
|
||||||
|
useEFIBoot = true;
|
||||||
qemu.options = [
|
qemu.options = [
|
||||||
"-enable-kvm"
|
"-enable-kvm"
|
||||||
"-vga virtio"
|
"-vga virtio"
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user