We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d051aa4 commit d98070aCopy full SHA for d98070a
Makefile
@@ -111,7 +111,7 @@ $(BASE)/lib/libkuroko.so: $(KRK_SRC) | $(LC)
111
$(CC) -O2 -shared -fPIC -Ikuroko/src -o $@ $(filter-out kuroko/src/kuroko.c,$(KRK_SRC))
112
113
$(BASE)/lib/ld.so: linker/linker.c $(BASE)/lib/libc.a | dirs $(LC)
114
- $(CC) -g -static -Wl,-static $(CFLAGS) -o $@ -Os -T linker/link.ld $<
+ $(CC) -g -static -Wl,-static $(CFLAGS) -z max-page-size=0x1000 -o $@ -Os -T linker/link.ld $<
115
116
run: system
117
${EMU} ${EMU_ARGS} -cdrom image.iso
0 commit comments