aboutsummaryrefslogtreecommitdiff
path: root/run
diff options
context:
space:
mode:
authorMarvin Borner2020-04-25 23:53:19 +0200
committerMarvin Borner2020-04-25 23:53:19 +0200
commit69d08dcb4580f8e544464bf54432ab07a7f58fc6 (patch)
tree878d35b5d3e3fac8f1c8e2a043519658d440f350 /run
parentf2175ab40a977d15526e7ebc3ad327e3ef825069 (diff)
Small cleanup and formatting
Diffstat (limited to 'run')
-rwxr-xr-xrun8
1 files changed, 8 insertions, 0 deletions
diff --git a/run b/run
index c0efa1b..b181689 100755
--- a/run
+++ b/run
@@ -105,6 +105,14 @@ make_build() {
cp ./src/bootloader/grub.cfg ./iso/boot/grub/
grub-mkrescue -o ./build/melvix.iso ./iso/
+ # Check ISO
+ if grub-file --is-x86-multiboot2 ./build/kernel.bin; then
+ echo "Multiboot confirmed"
+ else
+ echo "Kernel is corrupted!"
+ exit 1
+ fi
+
# Create disk image
make_genext2fs
mkdir ./mnt/