JJ
JJ
Implement procfs for getting information on processes as well as kernel configuration
The filesystem block cache should be reclaimed when memory is low and hence should not count towards used memory
Pretty much every syscall needs to be rewritten to some extent. 1. Use `syscall` instruction instead of `int` 2. Ensure userspace addresses are safely accessed 3. Separate out architecture specific...
Haven't been able to reproduce outside of QEMU. If the mouse is moved or keyboard is pressed during ~1 second that the PS/2 controller is being set up, the mouse...
During a longer TCP transmission (such as downloading a file with `curl`), after a while the packets will become invalid, with invalid checksum and sequence numbers as follows: ``` [WARN]...