Merge branch 'master' of ssh://git.javalsai.tuxcord.net:1022/deadvey/crawos

This commit is contained in:
deadvey
2025-10-20 16:47:13 +01:00
6 changed files with 5 additions and 0 deletions

1
.gitignore vendored
View File

@@ -1 +1,2 @@
*.swp *.swp
disk-images/*

View File

@@ -29,3 +29,7 @@ $(BUILD_DIR)/boot.bin:
kernel: $(BUILD_DIR)/kernel.bin kernel: $(BUILD_DIR)/kernel.bin
$(BUILD_DIR)/kernel.bin: $(BUILD_DIR)/kernel.bin:
$(ASM) $(SRC_DIR)/kernel/kernel.asm -f bin -o $ $(BUILD_DIR)/kernel.bin $(ASM) $(SRC_DIR)/kernel/kernel.asm -f bin -o $ $(BUILD_DIR)/kernel.bin
# Clean
clean:
rm -f disk-images/*

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.