diff options
| author | Carlos Maiolino <[email protected]> | 2025-07-17 19:20:26 +0200 |
|---|---|---|
| committer | Carlos Maiolino <[email protected]> | 2025-07-17 19:20:26 +0200 |
| commit | a485d59fdaf7b768f95539991d72421fb0ec85de (patch) | |
| tree | c7967769cace309a526af901ba4657ba0d4bdf28 /Makefile | |
| parent | c91590e59f6f41b7316edd8587542ed24d0fdb22 (diff) | |
Restructure project folder
Signed-off-by: Carlos Maiolino <[email protected]>
Diffstat (limited to 'Makefile')
| -rw-r--r-- | Makefile | 6 |
1 files changed, 2 insertions, 4 deletions
@@ -1,9 +1,7 @@ -BOOTLOADER=./bootloader.asm -TARGET=./boot.img +BOOTLOADER=./src/boot/bootloader.asm +TARGET=./bin/boot.bin all: nasm -f bin $(BOOTLOADER) -o $(TARGET) - dd if=./boot.txt >> $(TARGET) - dd if=/dev/zero bs=512 count=1 >> $(TARGET) clean: rm -f $(TARGET) |
