Updated Wish List (markdown)

Kevin Lange 2015-08-26 19:28:01 -07:00
parent e209fa154f
commit 658d3f6183

@ -27,13 +27,8 @@ Port the kernel to x86-64.
### SMP support
Currently, a lot of the kernel assumes a single CPU. Enable SMP support in the kernel.
## Other
### Finish EXT2 filesystem
The current ext2 filesystem module is missing write support. Finish the filesystem module.
### 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.
## File system drivers
Write a driver for a new filesystem.
# Userspace Projects