Add: launch elf process in paging

This commit is contained in:
brice.boisson
2023-09-25 11:38:14 +09:00
parent edb93e3967
commit 62837e9c44
11 changed files with 83 additions and 138 deletions

View File

@@ -20,6 +20,7 @@ struct userlands_data {
extern struct userlands_data *userland_data;
void userland(void);
int create_process(int uid, char *data_start);
int switch_to_process(int uid);
#endif /* !USERLAND_H */