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 e56f917 commit 28c93ce
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions build.sh
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
#make obj folder
mkdir -p obj

#assemble boot.s file
as --32 ./src/boot.s -o ./obj/boot.o

Expand Down

0 comments on commit 28c93ce

Please sign in to comment.