Skip to content

Commit 22db55d

Browse files
authored
Patch kernel functions (#69)
Thanks to @awaken1ng for pointing it out
1 parent 1a2af22 commit 22db55d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ FILEXIO_NEED ?= 0 # if we need filexio and imanx loaded for other features (HDD,
2828
DEV9_NEED ?= 0 # if we need DEV9 loaded for other features (HDD, UDPTTY, etc)
2929

3030
# Related to binary size reduction (it disables some features, please be sure you won't disable something you need)
31-
KERNEL_NOPATCH = 1
31+
KERNEL_NOPATCH = 0
3232
NEWLIB_NANO = 1
3333
DUMMY_TIMEZONE = 1
3434

0 commit comments

Comments
 (0)