Cleaned up Compile Scripts & Pipeline

Commiting to test.
This commit is contained in:
2021-06-26 02:28:07 +01:00
parent 78955c41ab
commit c69ac198ed
22 changed files with 145 additions and 361 deletions

8
compile_isogen.sh Normal file
View File

@ -0,0 +1,8 @@
#!/bin/sh
echo " "
echo "======================="
echo " "
echo "Creating ISO..."
echo " "
cp bin/kernel.bin iso/boot/asuro.bin
grub-mkrescue -o Asuro.iso iso