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() {