Merge branch 'master' of ssh://git.javalsai.tuxcord.net:1022/deadvey/crawos
This commit is contained in:
1
.gitignore
vendored
1
.gitignore
vendored
@@ -1 +1,2 @@
|
||||
*.swp
|
||||
disk-images/*
|
||||
|
||||
4
Makefile
4
Makefile
@@ -29,3 +29,7 @@ $(BUILD_DIR)/boot.bin:
|
||||
kernel: $(BUILD_DIR)/kernel.bin
|
||||
$(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.
Reference in New Issue
Block a user