mirror of
https://github.com/Leonmmcoset/cleonos.git
synced 2026-04-24 03:07:16 +00:00
Stage 28
This commit is contained in:
@@ -14,5 +14,6 @@ u64 clks_exec_yield(void);
|
||||
u64 clks_exec_request_count(void);
|
||||
u64 clks_exec_success_count(void);
|
||||
clks_bool clks_exec_is_running(void);
|
||||
clks_bool clks_exec_current_path_is_user(void);
|
||||
|
||||
#endif
|
||||
#endif
|
||||
|
||||
@@ -7,6 +7,7 @@ clks_bool clks_userland_init(void);
|
||||
void clks_userland_tick(u64 tick);
|
||||
clks_bool clks_userland_shell_ready(void);
|
||||
clks_bool clks_userland_shell_exec_requested(void);
|
||||
clks_bool clks_userland_shell_auto_exec_enabled(void);
|
||||
u64 clks_userland_launch_attempts(void);
|
||||
u64 clks_userland_launch_success(void);
|
||||
u64 clks_userland_launch_failures(void);
|
||||
|
||||
Reference in New Issue
Block a user