Add stack frame to panic
This commit is contained in:
parent
b337e5193b
commit
cfcb806ebf
16 changed files with 169 additions and 103 deletions
|
|
@ -1,7 +1,9 @@
|
|||
#include "error.h"
|
||||
#include <stddef.h>
|
||||
#include <stdint.h>
|
||||
|
||||
void _kmalloc_init(void);
|
||||
|
||||
void *kmalloc(uint64_t size);
|
||||
void *kmalloc(size_t size);
|
||||
void *kzalloc(size_t size);
|
||||
kstatus kfree(void *addr);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue