Initial commit - slab allocator, kmalloc, other re
factors
This commit is contained in:
parent
1dd7b8b07f
commit
4e40a040dd
39 changed files with 863 additions and 412 deletions
|
|
@ -1,4 +1,4 @@
|
|||
#include <stdio.h>
|
||||
#include <kprint.h>
|
||||
#include <string.h>
|
||||
#include <SFB25.h>
|
||||
#include "../hal/smp.h"
|
||||
|
|
@ -61,7 +61,7 @@ kstatus add_task(uint64_t *entry){
|
|||
proc *proc = alloc_process();
|
||||
|
||||
if (proc == NULL) {
|
||||
klog(LOG_ERROR, __func__, "proc == null!");
|
||||
klog(__func__, "proc == null!");
|
||||
kkill();
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue