Skip to content

Commit

Permalink
Update build.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
Minionguyjpro authored Oct 22, 2023
1 parent 28c93ce commit 3e8abdb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build.sh
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
#make obj folder
#make folders
mkdir -p obj
mkdir -p build

#assemble boot.s file
as --32 ./src/boot.s -o ./obj/boot.o
Expand All @@ -17,5 +18,4 @@ grub-file --is-x86-multiboot ./build/KernelOS-i386.bin
mkdir -p isodir/boot/grub
cp ./build/KernelOS-i386.bin isodir/boot/KernelOS-i386.bin
cp ./grub.cfg isodir/boot/grub/grub.cfg
mkdir -p build
grub-mkrescue -o ./build/KernelOS-i386.iso isodir

0 comments on commit 3e8abdb

Please sign in to comment.