sos-os / kernel

The Stupid Operating System
Apache License 2.0
264 stars 16 forks source link

Implement write syscall #123

Open hawkw opened 6 years ago

hawkw commented 6 years ago

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.

hawkw commented 6 years ago

for reference: