1 | | 2lewisr: Since r267, I added #ifdef EXFAT in all IFS/CHKDSK/FORMAT/etc code, so, now creating builds without exFAT support is possible. For that, you need to comment the !ifeq EXFAT 1 statement out, at the beginning of makefile.mk. The .WPI archive becomes 27 KB less :) Not so much code, indeed. Please test. |
| 1 | 2lewisr: Since r267, I added #ifdef EXFAT in all IFS/CHKDSK/FORMAT/etc code, so, now creating builds without exFAT support is possible. For that, you need to comment the !ifeq EXFAT 1 statement out, at the beginning of makefile.mk. The .WPI archive becomes 27 KB less :) Not so much code, indeed. Please test. (See archives with suffix "-noexfat" at the usual place ftp://osfree.org/upload/fat32/) |