I'm considering a radical redesign of the filesystem hierarchy.
We expose a Unix-like API. But an API doesn't define an OS. The user experience does. And I want FNX to be its own thing, not yet-another-Unix-clone.
Maybe something like this:
/
System/
Configuration/ (config files)
Devices/ (devfs mount point)
Documentation/ (All system documentation)
Libraries/ (.a files provided by the system)
Source Code/ (Full system source code tree)
Tools/ (Replacement for /bin, /sbin, /usr/bin, etc.)
Users/
Admin/ (/root equivalent)
Shared/ (Files shared by all users)
$USER/ (/home/$USER equivalent)