more userspace stuff
This commit is contained in:
@@ -134,4 +134,8 @@ void* kalloc(size_t sz) {
|
||||
}
|
||||
|
||||
return kalloc(sz);
|
||||
}
|
||||
|
||||
void kfree(void* ptr) {
|
||||
|
||||
}
|
||||
@@ -14,6 +14,6 @@ char* strcpy(char* dest, const char* src);
|
||||
|
||||
void kgrow(size_t pages);
|
||||
void* kalloc(size_t sz);
|
||||
|
||||
void kfree(void* ptr);
|
||||
|
||||
#endif
|
||||
Reference in New Issue
Block a user