Created a few shell scripts to update and create an build of the Kernel/Operating System.
A python script can be run to run the scripts in the correct order and immediatly try the build.
This commit is contained in:
5
scripts/create_iso.sh
Executable file
5
scripts/create_iso.sh
Executable file
@ -0,0 +1,5 @@
|
||||
#!/bin/bash
|
||||
mkdir -p root/boot/grub
|
||||
cp build/kernel/myos.bin root/boot/myos.bin
|
||||
cp kernel/grub.cfg root/boot/grub/grub.cfg
|
||||
grub-mkrescue -o barinkOS.iso root
|
||||
Reference in New Issue
Block a user