kheap info

This commit is contained in:
2026-03-31 17:48:11 +02:00
parent 2f1eef9e15
commit 1fc5225fd2
11 changed files with 57 additions and 15 deletions
+1
View File
@@ -28,5 +28,6 @@ void* kmalloc(size_t size);
void kfree(void* ptr);
void* kalloc_stack(void);
void kheap_map_page(void);
void kheap_info();
#endif