Minor qemu bug

pull/18/head
E. Almqvist 3 years ago
parent dbedf6f6c1
commit 87af837c62
  1. 3
      start.sh

@ -1,9 +1,10 @@
#!/usr/bin/bash #!/usr/bin/bash
bootloader=bin/bootloader.bin bootloader=bin/bootloader.bin
osimage=bin/os-image
start_bootloader() { start_bootloader() {
qemu-system-x86_64 $bootloader qemu-system-x86_64 $osimage
} }
compile() { compile() {

Loading…
Cancel
Save