historical/gems-kernel.git/quick-test.sh

6 lines
126 B
Bash
Raw Normal View History

2024-01-27 00:19:23 +00:00
if grub-file --is-x86-multiboot builds/iso/gems.elf; then
echo multiboot confirmed
else
echo the file is not multiboot
fi