historical/gems-kernel.git/quick-test.sh
2024-01-26 18:19:23 -06:00

5 lines
126 B
Bash
Executable file

if grub-file --is-x86-multiboot builds/iso/gems.elf; then
echo multiboot confirmed
else
echo the file is not multiboot
fi