Updated Makefile to allow debugging. Update gitignore.
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user