Renamed stage_1 to bootsector to indicate BIOS-functionality better

This commit is contained in:
Eric-Paul Ickhorn 2023-05-02 08:52:15 +02:00
parent f5fe3a2172
commit 5b775fc55c
6 changed files with 2 additions and 2 deletions

View File

@ -1,6 +1,6 @@
#!/bin/env bash
cd stage_1
cd bootsector
./build.sh
cd ../
@ -8,5 +8,5 @@ cd stage_2
./build.sh
cd ../
cat stage_1/stage_1.bin > nightloader.bin
cat bootsector/stage_1.bin > nightloader.bin
# cat stage_2/stage_2.bin >> nightloader.bin