Updated Wish List (markdown)

Kevin Lange 2014-04-27 01:42:00 -07:00
parent a0b0842a62
commit 8473a37c30

@ -35,9 +35,6 @@ The current ext2 filesystem module is missing write support. Finish the filesyst
### Implement Unix Pipes
The kernel provides "pipes" that are not Unix pipes - they're more like VFS-compatible ring buffers. Implement Unix pipes and make the pipe syscalls use them instead. This may or may not depend on additions to the VFS, I am not sure.
### Make process stick around as zombies until collected by `wait`
Essentially, we do a silly reaping thing at the moment, and our `wait` sucks. Fix it by making processes stick around until their parent `wait`s for them, and then reap them.
# Userspace Projects
## Thread-local storage