更新Wine+更新menuconfig

This commit is contained in:
2026-04-19 16:07:44 +08:00
parent 863f85ae4f
commit 739be1d7f7
13 changed files with 1642 additions and 229 deletions

View File

@@ -53,6 +53,7 @@ static clks_bool clks_userland_probe_elf(const char *path, const char *tag) {
return CLKS_TRUE;
}
#if CLKS_CFG_USER_INIT_SCRIPT_PROBE
static void clks_userland_probe_init_script(void) {
const void *data;
u64 size = 0ULL;
@@ -67,6 +68,7 @@ static void clks_userland_probe_init_script(void) {
clks_log(CLKS_LOG_INFO, "USER", "INIT SCRIPT READY /SHELL/INIT.CMD");
clks_log_hex(CLKS_LOG_INFO, "USER", "INIT_SCRIPT_SIZE", size);
}
#endif
static clks_bool clks_userland_request_shell_exec(void) {
u64 status = (u64)-1;