Age | Commit message (Collapse) | Author | |
---|---|---|---|
2018-10-17 | Integrate ext2 from VFS into Kernel. | Andreas Kling | |
2018-10-16 | Add the basic character devices to kernel. | Andreas Kling | |
2018-10-14 | Add a Unix namespace for foo_t types. | Andreas Kling | |
This allows me to keep prototyping things on a random desktop machine, even if that machine has its own ideas about foo_t types. | |||
2018-10-14 | Work on POSIX-like read() and lseek() support. | Andreas Kling | |
2018-10-14 | Add basic character device support. Start with null and zero. | Andreas Kling | |