More syscalls

This commit is contained in:
momo5502
2024-09-22 11:21:49 +02:00
parent ba386a7928
commit 1f5e5c1fad
3 changed files with 38 additions and 1 deletions

View File

@@ -8,6 +8,7 @@
struct region_info : basic_memory_region
{
uint64_t allocation_base{};
size_t allocation_length{};
bool is_reserved{};
bool is_committed{};
};