Browse Source

Don't look at diff!

pull/4/head
Jakob Galle Kjær-Kammersgaard 5 years ago
parent
commit
90de25d403
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      build.sh

+ 1
- 1
build.sh View File

@ -9,5 +9,5 @@ if [ "$1" != "run" ]; then
fi
if [ "$1" != "make" ]; then
qemu-system-x86_64.exe -drive index=0,format=raw,file=SingOS.img
qemu-system-x86_64 -drive index=0,format=raw,file=SingOS.img
fi

Loading…
Cancel
Save