[FS] refactor all programs to be files
I would like to more closely emulate a linux system by moving everything under src/apps/functions to the file system.
[Advantages]
- Creating a program just means creating a link under usr/bin
- Looks really cool
[Disadvantages]
- Because we cant serialize/deserialize functions we can store the programs themselves in the fs
Edited by Max Richter