Updated Makefile to allow debugging. Update gitignore.

This commit is contained in:
2021-11-12 00:51:45 +00:00
parent bfa3f3030f
commit 760069bbb9
4 changed files with 15 additions and 6 deletions
+2 -2
View File
@@ -1,7 +1,7 @@
OUTPUT_FORMAT(binary)
OUTPUT_FORMAT(elf32-i386)
OUTPUT_ARCH(i386:i386)
OUTPUT(build/kernel/kernel.bin)
OUTPUT(build/kernel/kernel.elf)
SECTIONS {
. = 0xc0000000;