commit | d98781b75eb3eed1997b9c8e6befd3381f81b1cf | [log] [tgz] |
---|---|---|
author | swissChili <swisschili@fastmail.com> | Sun Jul 25 21:04:17 2021 -0700 |
committer | swissChili <swisschili@fastmail.com> | Sun Jul 25 21:04:17 2021 -0700 |
tree | e3c236fc29256b551918d85372f7a3d6dc05f3e3 | |
parent | 36ed5d7f662f7efea11816cc98d8eaefe21b21be [diff] [blame] |
Abstract EXT2, add JMK Emacs integration
diff --git a/src/kernel/Jmk b/src/kernel/Jmk index 4b78fbb..09ebdfd 100644 --- a/src/kernel/Jmk +++ b/src/kernel/Jmk
@@ -1,3 +1,5 @@ +# -*- mode:makefile -*- + init(kernel, kernel.elf) preset(freestanding) @@ -25,7 +27,7 @@ FS ?= ext2 -CFLAGS += -I $(ROOT)/include/kernel $(test_defines) -O0 +CFLAGS += -I$(ROOT)/include/kernel $(test_defines) -O0 LDFLAGS += -Tlink.ld -melf_i386 ASMFLAGS += -felf -Fdwarf