Home
last modified time | relevance | path

Searched refs:run_init_process (Results 1 – 2 of 2) sorted by relevance

/DragonOS/kernel/src/init/
H A Dinitial_kthread.rs91 if let Err(e) = run_init_process(path, trap_frame) { in try_to_run_init_process()
103 fn run_init_process(path: &str, trap_frame: &mut TrapFrame) -> Result<(), SystemError> { in run_init_process() function
/DragonOS/docs/community/ChangeLog/V0.1.x/
H A DV0.1.10.md300 …ctor(process): Extract common logic for riscv and x86_64 in arch_switch_to_user to run_init_process
302 调整arch_switch_to_user函数,把riscv和x86_64的共用逻辑抽取出来。写成run_init_process函数,并且能够尝试运行多个不同的init程序,直到某个运行成功