mirror of
https://github.com/asterinas/asterinas.git
synced 2025-06-24 01:43:22 +00:00
Refactor runner scripts to introduce eval
This commit is contained in:
committed by
Tate, Hongliang Tian
parent
2e4b0432e0
commit
187069fd34
@ -83,7 +83,8 @@ fn init_thread() {
|
||||
karg.get_initproc_path().unwrap(),
|
||||
karg.get_initproc_argv().unwrap().to_vec(),
|
||||
karg.get_initproc_envp().unwrap().to_vec(),
|
||||
).expect("Run init process failed.");
|
||||
)
|
||||
.expect("Run init process failed.");
|
||||
|
||||
loop {
|
||||
// If initproc becomes zombie, then exit qemu.
|
||||
|
Reference in New Issue
Block a user