Luna/kernel/src/fs/devices
apio d43590e68c
Some checks failed
continuous-integration/drone/push Build is failing
kernel: Improve Your Disk IO performance by 500% with this One Trick!
The trick being caching lol.
2023-08-16 14:54:13 +02:00
..
BlockDevice.cpp kernel: Improve Your Disk IO performance by 500% with this One Trick! 2023-08-16 14:54:13 +02:00
BlockDevice.h kernel: Improve Your Disk IO performance by 500% with this One Trick! 2023-08-16 14:54:13 +02:00
ConsoleDevice.cpp kernel+libc: Add pledge support 2023-08-12 21:38:25 +02:00
ConsoleDevice.h kernel: Add a keyboard device for graphical session 2023-08-02 17:20:13 +02:00
Device.h kernel: Improve Your Disk IO performance by 500% with this One Trick! 2023-08-16 14:54:13 +02:00
DeviceRegistry.cpp kernel: Add a keyboard device for graphical session 2023-08-02 17:20:13 +02:00
DeviceRegistry.h kernel: Add a PS/2 mouse driver 2023-08-02 11:55:45 +02:00
FramebufferDevice.cpp kernel: Create a new shared memory object if the old one was lost 2023-08-03 10:31:29 +02:00
FramebufferDevice.h kernel: Let devices use shared memory 2023-08-03 09:25:23 +02:00
FullDevice.cpp kernel: Remove register_special_device()'s name parameter 2023-06-16 21:46:51 +02:00
FullDevice.h kernel: Rename Inode::blocking() to Inode::will_block_if_read() 2023-07-30 11:41:53 +02:00
KeyboardDevice.cpp kernel: Add a keyboard device for graphical session 2023-08-02 17:20:13 +02:00
KeyboardDevice.h kernel: Add a keyboard device for graphical session 2023-08-02 17:20:13 +02:00
MouseDevice.cpp kernel: Make /dev/mouse read-write only for root 2023-08-02 17:19:37 +02:00
MouseDevice.h kernel: Add a PS/2 mouse driver 2023-08-02 11:55:45 +02:00
NullDevice.cpp kernel: Remove register_special_device()'s name parameter 2023-06-16 21:46:51 +02:00
NullDevice.h kernel: Rename Inode::blocking() to Inode::will_block_if_read() 2023-07-30 11:41:53 +02:00
UARTDevice.cpp tests+kernel+init: Run tests automatically in a headless way 2023-07-21 14:09:37 +02:00
UARTDevice.h kernel: Rename Inode::blocking() to Inode::will_block_if_read() 2023-07-30 11:41:53 +02:00
ZeroDevice.cpp kernel: Remove register_special_device()'s name parameter 2023-06-16 21:46:51 +02:00
ZeroDevice.h kernel: Rename Inode::blocking() to Inode::will_block_if_read() 2023-07-30 11:41:53 +02:00