Renamed stage_1 to bootsector to indicate BIOS-functionality better
This commit is contained in:
parent
f5fe3a2172
commit
5b775fc55c
4
build.sh
4
build.sh
|
@ -1,6 +1,6 @@
|
||||||
#!/bin/env bash
|
#!/bin/env bash
|
||||||
|
|
||||||
cd stage_1
|
cd bootsector
|
||||||
./build.sh
|
./build.sh
|
||||||
cd ../
|
cd ../
|
||||||
|
|
||||||
|
@ -8,5 +8,5 @@ cd stage_2
|
||||||
./build.sh
|
./build.sh
|
||||||
cd ../
|
cd ../
|
||||||
|
|
||||||
cat stage_1/stage_1.bin > nightloader.bin
|
cat bootsector/stage_1.bin > nightloader.bin
|
||||||
# cat stage_2/stage_2.bin >> nightloader.bin
|
# cat stage_2/stage_2.bin >> nightloader.bin
|
||||||
|
|
Loading…
Reference in New Issue