nightloader/build.bash

13 lines
170 B
Bash
Raw Normal View History

2023-04-24 20:00:51 +00:00
#!/bin/env bash
cd bootsector
2023-04-24 20:00:51 +00:00
./build.sh
cd ../
cd stage_2
./build.sh
cd ../
cat bootsector/stage_1.bin > nightloader.bin
# cat stage_2/stage_2.bin >> nightloader.bin