Age | Commit message (Expand) | Author |
---|---|---|
2020-01-20 | SB16: Map the DMA buffer in kernelspace so we can write to it | Andreas Kling |
2020-01-18 | Meta: Add license header to source files | Andreas Kling |
2019-12-01 | Kernel: Use a WaitQueue in the SoundBlaster 16 driver | Andreas Kling |
2019-11-04 | Kernel: Make File's can_read/can_write take a const FileDescription& | Andreas Kling |
2019-07-14 | Kernel: Add Thread::block_until(Condition). | Andreas Kling |
2019-07-13 | SB16: Use a snooze alarm to block the current thread while playing. | Andreas Kling |
2019-07-13 | Kernel: First cut of a sb16 driver | Robin Burchell |