dead@root

This commit is contained in:
2024-05-25 19:20:33 +03:00
commit ea8f6b4ce0
39 changed files with 1769 additions and 0 deletions

6
user_space.h Normal file
View File

@@ -0,0 +1,6 @@
#ifndef _USER_SPACE_H
#define _USER_SPACE_H
void enter_user_space(void);
#endif