Make deskOS demo use bootloader to showcase everything

This commit is contained in:
Michael Smith 2024-09-09 10:03:38 +02:00
parent ae0ffe6a32
commit f71ce5168c
2 changed files with 4 additions and 0 deletions

2
.gitignore vendored
View File

@ -3,3 +3,5 @@ result
.direnv
*.qcow2
*.img
desk-os-demo-efi-vars.fd

View File

@ -7,6 +7,8 @@
config = {
virtualisation = {
memorySize = 8192;
useBootLoader = true;
useEFIBoot = true;
qemu.options = [
"-enable-kvm"
"-vga virtio"