heading to laptop
This commit is contained in:
@@ -4,6 +4,9 @@
|
||||
#include "process.h"
|
||||
#include <stdint.h>
|
||||
|
||||
void lock_scheduler();
|
||||
void unlock_scheduler();
|
||||
|
||||
void init_scheduler();
|
||||
void init_task(process_t* process, uint32_t entry_point, uint32_t cr3, int user, uint32_t u_esp);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user