.. |
BlockDevice.cpp
|
Kernel: Move devices into Kernel/Devices/.
|
2019-04-03 12:36:40 +02:00 |
BlockDevice.h
|
Add clang-format file
|
2019-05-28 17:31:20 +02:00 |
BXVGADevice.cpp
|
Kernel: Make the Process allocate_region* API's understand "int prot".
|
2019-05-30 16:14:37 +02:00 |
BXVGADevice.h
|
Kernel: Pass 'prot' argument to File::mmap() and act on it.
|
2019-05-30 12:38:35 +02:00 |
CharacterDevice.cpp
|
Kernel: Move devices into Kernel/Devices/.
|
2019-04-03 12:36:40 +02:00 |
CharacterDevice.h
|
Add clang-format file
|
2019-05-28 17:31:20 +02:00 |
DebugLogDevice.cpp
|
Kernel: Have File virtuals take a FileDescriptor& rather than a Process&.
|
2019-04-29 13:58:40 +02:00 |
DebugLogDevice.h
|
Kernel: Have File virtuals take a FileDescriptor& rather than a Process&.
|
2019-04-29 13:58:40 +02:00 |
Device.cpp
|
FileSystem: VFS should require Badge<Device> for device registration.
|
2019-05-31 15:36:49 +02:00 |
Device.h
|
Kernel: Make Socket inherit from File.
|
2019-05-03 20:42:43 +02:00 |
DiskDevice.cpp
|
Kernel: Tidy up IDEDiskDevice a bit.
|
2019-05-24 04:17:15 +02:00 |
DiskDevice.h
|
Add clang-format file
|
2019-05-28 17:31:20 +02:00 |
FileBackedDiskDevice.cpp
|
Kernel: Move devices into Kernel/Devices/.
|
2019-04-03 12:36:40 +02:00 |
FileBackedDiskDevice.h
|
Add clang-format file
|
2019-05-28 17:31:20 +02:00 |
FullDevice.cpp
|
Kernel: Have File virtuals take a FileDescriptor& rather than a Process&.
|
2019-04-29 13:58:40 +02:00 |
FullDevice.h
|
Add clang-format file
|
2019-05-28 17:31:20 +02:00 |
IDEDiskDevice.cpp
|
IDEDiskDevice: Implement basic DMA writes.
|
2019-05-26 14:58:21 +02:00 |
IDEDiskDevice.h
|
Add clang-format file
|
2019-05-28 17:31:20 +02:00 |
KeyboardDevice.cpp
|
Kernel: Have File virtuals take a FileDescriptor& rather than a Process&.
|
2019-04-29 13:58:40 +02:00 |
KeyboardDevice.h
|
Add clang-format file
|
2019-05-28 17:31:20 +02:00 |
NullDevice.cpp
|
Kernel: Have File virtuals take a FileDescriptor& rather than a Process&.
|
2019-04-29 13:58:40 +02:00 |
NullDevice.h
|
Add clang-format file
|
2019-05-28 17:31:20 +02:00 |
PCSpeaker.cpp
|
Kernel: Add a beep() syscall that beeps the PC speaker.
|
2019-05-15 21:40:41 +02:00 |
PCSpeaker.h
|
Kernel: Add a beep() syscall that beeps the PC speaker.
|
2019-05-15 21:40:41 +02:00 |
PS2MouseDevice.cpp
|
Kernel: Add support for the PS/2 mouse wheel if detected.
|
2019-05-13 19:48:14 +02:00 |
PS2MouseDevice.h
|
Add clang-format file
|
2019-05-28 17:31:20 +02:00 |
RandomDevice.cpp
|
Kernel: Have File virtuals take a FileDescriptor& rather than a Process&.
|
2019-04-29 13:58:40 +02:00 |
RandomDevice.h
|
Add clang-format file
|
2019-05-28 17:31:20 +02:00 |
ZeroDevice.cpp
|
Kernel: Have File virtuals take a FileDescriptor& rather than a Process&.
|
2019-04-29 13:58:40 +02:00 |
ZeroDevice.h
|
Add clang-format file
|
2019-05-28 17:31:20 +02:00 |