a8a206884f
Co-authored-by: Robbe Van Herck <robbevanherck1@gmail.com>
5 lines
71 B
Bash
Executable file
5 lines
71 B
Bash
Executable file
#!/bin/bash
|
|
|
|
rm -rf MyBoot.bin
|
|
|
|
nasm -f bin -o MyBoot.bin messages.asm
|