SplitFS
SplitFS copied to clipboard
Clean up and organize code better
The code right now has excessive nesting (at least for scripts) and carries over the old naming scheme.
For example, nvp should be usplit.
Installing dependencies right now requires
cd dependencies; ./kernel_deps.sh; cd ..
I would like to be something like
./kernel_deps.sh