Files
banan-os/kernel
Bananymous 54732edff4 Kernel: Fix bugs in memory regions
MemoryRegion::initialize() required size to be page aligned, this is not
necessary.

MemoryBackedRegion::copy_data_to_region() required user-write
permissions for underlying data. This did not matter as memory backed
regions dont support COW memory, but it could lead to bugs later on.
2024-09-15 23:18:05 +03:00
..
2024-09-15 23:18:05 +03:00
2024-02-14 15:00:04 +02:00
2024-01-24 15:53:38 +02:00