Age | Commit message (Collapse) | Author | |
---|---|---|---|
2019-05-13 | Kernel: Add support for the PS/2 mouse wheel if detected. | Andreas Kling | |
2019-04-29 | Kernel: Have File virtuals take a FileDescriptor& rather than a Process&. | Andreas Kling | |
This will allow us to implement different behaviors depending on the role of the descriptor a File is being accessed through. | |||
2019-04-03 | Kernel: Move devices into Kernel/Devices/. | Andreas Kling | |