Add: Starting kernel repos

This commit is contained in:
brice.boisson
2023-09-04 23:14:06 +09:00
commit c0c4dbc665
31 changed files with 1232 additions and 0 deletions

8
tools/create_iso.sh Executable file
View File

@@ -0,0 +1,8 @@
#!/bin/sh
mkdir -p iso/boot/grub
echo "menuentry \"kernel\" {
multiboot /kernel
}" > iso/boot/grub/grub.cfg
grub-mkrescue -o kernel.iso iso