I'm interested on extract original code of Microsoft exFAT File System, and Compile it into my CentOS 8 (I know its the Kernel is very delayed to 5.4 or 5.7 version).
I know the existence of
I'm interested on
https://github.com/torvalds/linux/tree/master/fs/exfat
Would be impossible, but I'm interested in test, and don't want to upgrade my Old Kernel (4.18.0-193) of CentOS 8.2-2004 just patch it.
Is it impossible? then Why?
What consideration I must have?
And What I need to do?
NOTE: The term patch is only add new feature (like a program).
root@redhat:/dist # git clone https://github.com/relan/exfat.gitThe mine idea is testing porpouse.make uninstalland delete it. No matter which method you use in your question, you're going to have to compile in order to do anything. There isn't a prebuilt version of it.