serenity/Kernel/Devices
Sönke Holz facca92780 Kernel/Storage: Dump storage devices to the framebuffer console as well
This is helps bringing up bare metal devices without having to use the
serial console.
2024-06-26 08:47:00 +02:00
..
Audio Everywhere: Use east const in more places 2024-04-19 06:31:19 -04:00
Generic Everywhere: Use east const in more places 2024-04-19 06:31:19 -04:00
GPU Kernel: Move VGATextModeConsole code to the Arch/x86_64/ISABus directory 2024-05-23 05:07:56 -06:00
HID Kernel/HID: Add support for virtio input devices 2024-05-23 11:16:57 -06:00
Loop Kernel/Devices: Introduce the LoopDevice device 2024-03-13 15:33:47 -06:00
Serial/VirtIO Kernel: Move VirtIO console code to the Devices/Serial/VirtIO directory 2024-05-14 15:42:29 -06:00
Storage Kernel/Storage: Dump storage devices to the framebuffer console as well 2024-06-26 08:47:00 +02:00
TTY Everywhere: Use east const in more places 2024-04-19 06:31:19 -04:00
AsyncDeviceRequest.cpp
AsyncDeviceRequest.h
BlockDevice.cpp
BlockDevice.h Everywhere: Use east const in more places 2024-04-19 06:31:19 -04:00
CharacterDevice.cpp
CharacterDevice.h
Device.cpp
Device.h Kernel: Move FileSystem/DeviceFileTypes.h => API/DeviceFileTypes.h 2023-09-07 11:50:50 -06:00
DeviceManagement.cpp Kernel: Get RefPtr<Device> from the DeviceManagement::get_device method 2024-03-13 15:33:47 -06:00
DeviceManagement.h Kernel: Get RefPtr<Device> from the DeviceManagement::get_device method 2024-03-13 15:33:47 -06:00
FUSEDevice.cpp Kernel/FUSE: Allow buffering multiple requests 2024-06-01 14:47:58 -06:00
FUSEDevice.h Kernel/FUSE: Allow buffering multiple requests 2024-06-01 14:47:58 -06:00
KCOVDevice.cpp Kernel: Track KCOVInstance via Process instead of HashMap 2024-04-15 21:16:22 -06:00
KCOVDevice.h Kernel: Track KCOVInstance via Process instead of HashMap 2024-04-15 21:16:22 -06:00
KCOVInstance.cpp
KCOVInstance.h Kernel: Track KCOVInstance via Process instead of HashMap 2024-04-15 21:16:22 -06:00
PCISerialDevice.cpp
PCISerialDevice.h
SerialDevice.cpp Kernel/Devices: Remove SerialDevice::initialize method 2024-05-14 15:42:29 -06:00
SerialDevice.h