Skip to content

Commit

Permalink
minor changes
Browse files Browse the repository at this point in the history
  • Loading branch information
zaicevas committed Feb 27, 2020
1 parent 06317b8 commit 48194ab
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/check_multi_boot.sh
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
if grub-file --is-x86-multiboot2 ../bin/kernel.elf; then
echo multiboot2 confirmed
else
echo kernel.bin is not multiboot2 compliant
echo kernel.elf is not multiboot2 compliant
fi

0 comments on commit 48194ab

Please sign in to comment.