commit | cbd43632a8ad7e8d8d2b9a079bec7ce7d0a59f37 | [log] [tgz] |
---|---|---|
author | swissChili <swisschili@fastmail.com> | Sat Jul 17 16:19:44 2021 -0700 |
committer | swissChili <swisschili@fastmail.com> | Sat Jul 17 16:19:44 2021 -0700 |
tree | f2b54a32dec6b4238175597b8b75750938365a1b | |
parent | b7ef65d73e986b0b0ef5f9d4528a0eaac2cfbed0 [diff] [blame] |
Add read to EXT2
diff --git a/src/kernel/Jmk b/src/kernel/Jmk index 05e2b8e..eefaa34 100644 --- a/src/kernel/Jmk +++ b/src/kernel/Jmk
@@ -24,7 +24,7 @@ FS ?= ext2 -CFLAGS += -I $(ROOT)/include/kernel $(test_defines) +CFLAGS += -I $(ROOT)/include/kernel $(test_defines) -O0 LDFLAGS += -Tlink.ld -melf_i386 ASMFLAGS += -felf -Fdwarf