More process in initialize()
Function now constructs kernel state and enters a process
This commit is contained in:
@@ -6,4 +6,4 @@ void initialize_allocator(void *bottom, void *top);
|
||||
|
||||
void *allocate_from_bottom(size_t size);
|
||||
|
||||
void *allocate_from_top(size_t size);
|
||||
void *allocate_from_top(size_t size);
|
||||
|
||||
Reference in New Issue
Block a user