Luna/kernel/src/memory
apio b63a8ff245
All checks were successful
continuous-integration/drone/push Build is passing
libluna: Move get_blocks_from_size to a new header and call it ceil_div instead
2023-08-08 11:58:33 +02:00
..
AddressSpace.cpp kernel: Let devices use shared memory 2023-08-03 09:25:23 +02:00
AddressSpace.h kernel: Add msync 2023-08-02 22:39:07 +02:00
Heap.cpp kernel, luna, libc: Move the heap code to a common zone, to be used by both kernel and userspace 2023-01-13 19:27:53 +01:00
Heap.h kernel, luna, libc: Move the heap code to a common zone, to be used by both kernel and userspace 2023-01-13 19:27:53 +01:00
KernelVM.cpp kernel: Use try_set_value(_or_error) in various places 2023-04-07 10:55:04 +02:00
KernelVM.h Add newlines at end-of-file 2023-01-02 13:07:29 +01:00
MemoryManager.cpp libluna: Move get_blocks_from_size to a new header and call it ceil_div instead 2023-08-08 11:58:33 +02:00
MemoryManager.h kernel: Support mapping shared memory using mmap() 2023-08-02 22:20:05 +02:00
MemoryMap.cpp luna, kernel: More constness 2023-01-10 19:31:41 +01:00
MemoryMap.h Add newlines at end-of-file 2023-01-02 13:07:29 +01:00
SharedMemory.cpp kernel: Take devices into account in SharedMemory::free() 2023-08-03 09:33:10 +02:00
SharedMemory.h kernel: Add constructors to SharedMemory 2023-08-03 10:31:58 +02:00