Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
Bobuxstation committed Jul 1, 2023
1 parent 461ca79 commit 81f6fb7
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
source/kernel.bin
source/bootload/bootload.bin
disk_images/QroOS.flp
disk_images/QroOS.flp
disk_images/QroOS.iso
3 changes: 3 additions & 0 deletions buildunix.sh
Original file line number Diff line number Diff line change
Expand Up @@ -65,4 +65,7 @@ echo ">>> Creating CD-ROM ISO image..."
rm -f disk_images/QroOS.iso
mkisofs -quiet -V 'QROOS' -input-charset iso8859-1 -o disk_images/QroOS.iso -b QroOS.flp disk_images/ || exit

echo ">>> Finishing..."
rm -rf programs/*.bin

echo '>>> Done!'
Binary file modified precompiled/QroVMT.bin
Binary file not shown.

0 comments on commit 81f6fb7

Please sign in to comment.