From 87af837c6222555eb973a566c8ee3d50c8767052 Mon Sep 17 00:00:00 2001 From: "E. Almqvist" Date: Wed, 11 Aug 2021 19:00:59 +0200 Subject: [PATCH] Minor qemu bug --- start.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/start.sh b/start.sh index 902b71d..82314f9 100755 --- a/start.sh +++ b/start.sh @@ -1,9 +1,10 @@ #!/usr/bin/bash bootloader=bin/bootloader.bin +osimage=bin/os-image start_bootloader() { - qemu-system-x86_64 $bootloader + qemu-system-x86_64 $osimage } compile() {