32bit_kernel/tools/create_iso.sh

9 lines
143 B
Bash
Raw Permalink Normal View History

2023-09-04 14:14:06 +00:00
#!/bin/sh
mkdir -p iso/boot/grub
echo "menuentry \"kernel\" {
multiboot /kernel
}" > iso/boot/grub/grub.cfg
grub-mkrescue -o kernel.iso iso