2023-04-24 20:00:51 +00:00
|
|
|
#!/bin/env bash
|
|
|
|
|
2023-05-02 06:52:15 +00:00
|
|
|
cd bootsector
|
2023-04-24 20:00:51 +00:00
|
|
|
./build.sh
|
|
|
|
cd ../
|
|
|
|
|
|
|
|
cd stage_2
|
|
|
|
./build.sh
|
|
|
|
cd ../
|
|
|
|
|
2023-05-02 06:52:15 +00:00
|
|
|
cat bootsector/stage_1.bin > nightloader.bin
|
2023-05-02 06:48:47 +00:00
|
|
|
# cat stage_2/stage_2.bin >> nightloader.bin
|