kernel
kernel copied to clipboard
Implement write syscall
Requires #122. We should at least be able to write to the console on file descriptor 1, writing to any other fd can be unimplemented for now.
for reference:
- https://syscalls.kernelgrok.com
- http://man7.org/linux/man-pages/man2/write.2.html