Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -6,11 +6,12 @@ cd src

nasm pure64.asm -o ../bin/pure64.sys -l ../bin/pure64-debug.txt

cd bootsectors
cd boot

nasm mbr.asm -o ../../bin/mbr.sys
nasm pxestart.asm -o ../../bin/pxestart.sys
nasm multiboot.asm -o ../../bin/multiboot.sys
nasm multiboot2.asm -o ../../bin/multiboot2.sys
nasm uefi.asm -o ../../bin/uefi.sys

cd ../..
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
Loading