diff --git a/init.sh b/init.sh index 6d8954b..11bc5b2 100755 --- a/init.sh +++ b/init.sh @@ -1,2 +1,3 @@ +#!/bin/sh ld -r -b binary -o font.o font.psf cmake -DCMAKE_C_COMPILER=x86_64-elf-gcc . diff --git a/makeiso.sh b/makeiso.sh index 071cb9d..417d5fb 100755 --- a/makeiso.sh +++ b/makeiso.sh @@ -1,3 +1,4 @@ +#!/bin/sh # generate our iso image :D # copy the elf to where grub wants it # and delete any old ones for good measure first