Message from JavaScript discussions
September 2017
— Wow amazing
"real" useful JS/Node OS use concurrent threads for multitasking, and this will only have a single shared thread for all processes
— Will test 4 u
— If it ever works enough to get tested, sure :D
— I worked on the MMU and got my brain melted... Did some whiteboard brainstorming at work. On Monday I'll take a photo (if they don't erase it)
— Hah, great
— Who knows. Maybe I can make the thing POSIX compliant
— That's where the real fun begins, after the kernel is done I get to build an OS and apps on it
— Very nice
— Https://github.com/Floofies/hertzfield-kernel
— It also occured to me, I already have most of the code I need to make a virtual file system
— Https://github.com/Floofies/Differentia.js/blob/master/src/differentia.js#L558 has paths
and findPaths
functions, along with most of the tree logic needed to implement inodes and a hierarchical file system, possibly a real one usable on other computers