banan-os/kernel/kernel/Device
Bananymous 9537922acc Kernel: Implement proper memory region splitting
Memory regions are now splitted when they get munmapped, mprotected, or
mmapped with MAP_FIXED. This is used by couple of ports, and without
this we were just leaking up memory or straight up crashing programs.
2025-11-13 04:20:53 +02:00
..
DebugDevice.cpp Kernel: Print process pid through /dev/debug 2025-04-01 23:09:30 +03:00
Device.cpp All: Cleanup all files 2024-01-24 15:53:38 +02:00
FramebufferDevice.cpp Kernel: Implement proper memory region splitting 2025-11-13 04:20:53 +02:00
NullDevice.cpp Kernel: Start making device numbers unique for each device 2024-02-22 15:53:48 +02:00
RandomDevice.cpp Kernel: Implement basic random device to /dev/random 2024-08-22 14:02:26 +03:00
ZeroDevice.cpp Kernel: Start making device numbers unique for each device 2024-02-22 15:53:48 +02:00