255
NixOS is the best operating system I absolutely cannot recommend to anyone - Anurag Singh
(www.xda-developers.com)
A community for everything relating to the GNU/Linux operating system (except the memes!)
Also, check out:
Original icon base courtesy of lewing@isc.tamu.edu and The GIMP
Personally, i dream of a stateless, tag/attribute-based, tree-less operating system. "directories" would not be neccessary but a tag could be displayed as one in file managers. Want to load a library? type:library, name:xyz it is.
Stuff is there on the disk anyway, you just have to identify it.
But that would require the whole system and the tooling made for this.
But maybe we get there; since the young generation isn't used to file trees anymore.
Edit: ok, scratch the kernel, it could work.
You described a file system. You can make that system easily and put in any os. You don't have to make and os for one feature.
But even in NixOS there are issues with non-FHS paths. And the kernel expects some paths too, also the whole bootstrapping thing. Sure, they could just be adapted.
Wouldn't it just require a kernel module rather than a whole kernel?