gokrazy / kernel

(Upstream) Linux kernel build for gokrazy
Other
60 stars 29 forks source link

Adds exfat compatability #562

Closed flber closed 10 months ago

flber commented 10 months ago

As discussed in the Gokrazy main repo, this just adds the CONFIG_EXFAT_FS=y flag to the cmd/gokr-build-kernel/config.addendum.txt file, enabling the use of exfat file systems.

As far as I could tell this doesn't significantly increase the kernel size, but please let me know if that's not accurate.

stapelberg commented 10 months ago

The extra file size is 128 KB, which is acceptable I think.

Merged as commit https://github.com/gokrazy/kernel/commit/f53e00c991dd66cd9026267dc2666ef010aeaf86, thanks!