shell can launch another user processgit add .git add .!
This commit is contained in:
@@ -11,6 +11,7 @@ void init_scheduler();
|
||||
void init_task(process_t* process, uint32_t entry_point, uint32_t cr3, int user, uint32_t u_esp);
|
||||
|
||||
process_t* current_task();
|
||||
process_t* get_task_by_pid(uint32_t pid);
|
||||
|
||||
int get_next_pid();
|
||||
void add_task(process_t* task);
|
||||
|
||||
Reference in New Issue
Block a user