mirror of
https://github.com/DragonOS-Community/DragonOS.git
synced 2025-06-18 08:06:32 +00:00
Patch refactor scm and textui (#289)
* 重构屏幕管理器和textui框架 * 切换字体为spleen,并增加对字体的抽象 * 修正文档 --------- Co-authored-by: longjin <longjin@RinGoTek.cn>
This commit is contained in:
@ -155,6 +155,7 @@ int execv(const char *path, char *const argv[])
|
||||
errno = -ENOENT;
|
||||
return -1;
|
||||
}
|
||||
|
||||
int retval = syscall_invoke(SYS_EXECVE, (uint64_t)path, (uint64_t)argv, 0, 0, 0, 0, 0, 0);
|
||||
if (retval != 0)
|
||||
return -1;
|
||||
|
Reference in New Issue
Block a user