i finally added the help screen. most command arguments aren't implemented though.
i'm not gonna formally submit this until it's finished in probably 27 days.
i wanted to make a fake os that was actually useful as an os.
so this is basically just a shell. i mean, not what someone would think of as an os. but i was gonna make the shell and then have the graphics and windowing systems later.
i wanted to make a fake os that the user could write their own programs in. so this uses webassembly for its executable files. thinking of making it execute js files, but js isn't exactly the easiest thing to sandbox.
huge thing on my todo list is compile the webassembly compiler to webassembly itself, so that people can make executable files in the os itself. i most likely will run into problems doing that though.
also get the webassembly binary toolkit in here too. i tried doing that but i ran into problems with it trying to create a shared library, which the wasm compiler does not support. FUN.