diff --git a/.wiki/Kernel-documentation.md b/.wiki/Kernel-documentation.md index ebde07e..f277845 100644 --- a/.wiki/Kernel-documentation.md +++ b/.wiki/Kernel-documentation.md @@ -251,8 +251,8 @@ It lies in memory, directly before the accessible buffer of the segment. This struct describes a heap. The area between **_start_** and **_end_** is filled with heap segments. -#### `heap_create(base)` - function (void) -Creates a heap starting at **_base_** (virtual address). +#### `heap_init(heap*, base)` - function (void) +Initializes **_heap_** at **_base_** (virtual address). It will automatically map some page frames to that address. #### `heap_memory_allocate(heap*, size)` - function (void)