more userspace stuff
This commit is contained in:
@@ -134,4 +134,8 @@ void* kalloc(size_t sz) {
|
||||
}
|
||||
|
||||
return kalloc(sz);
|
||||
}
|
||||
|
||||
void kfree(void* ptr) {
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user