docs: documented 'memory_hexdump'
This commit is contained in:
parent
f4d28321cc
commit
9cfa6b5d1e
|
@ -1252,6 +1252,10 @@ On linux this function is called _free_.
|
||||||
#### `memory_allocator_init(base)` - function (void)
|
#### `memory_allocator_init(base)` - function (void)
|
||||||
This initializes the heap, where `memory_allocate` allocates memory.
|
This initializes the heap, where `memory_allocate` allocates memory.
|
||||||
|
|
||||||
|
#### `memory_hexdump(address, num)` - function (void)
|
||||||
|
Logs **_num_** bytes from **_address_** as 8 byte rows.
|
||||||
|
The data is represented in hexadecimal and ascii.
|
||||||
|
|
||||||
### panic.h
|
### panic.h
|
||||||
Ahhhhh - the kernel is burning!
|
Ahhhhh - the kernel is burning!
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue