Begin work on userspace libc
* Implement a super basic, super shitty malloc in libc_usr/stdlib
* Implement a bunch of functions from libc_usr/stdio
* Add the close syscall
* Some toolchain fixes and changes
+ this patch is in rough shape.. subsequent commits should smooth this
out.. here be bugs!
22 files changed,
956 insertions,
102 deletions