1
0
mirror of https://github.com/rcore-os/rCore.git synced 2024-11-26 18:03:27 +04:00
rCore/kernel/src/process
chyyuu 56e472c8f8 fix bug: sys_exec should name as exec_path, then loader can find the exec file.
items of VEC args from argv is the args lists, and args[0] isn't the complete exec_path.
the new_user function should add exec_path as a new args.

BUGS:
ls app doesn't show any thing. Why?
2019-04-17 14:59:06 +08:00
..
abi.rs reformat code using cargo fmt 2019-03-27 18:45:24 +08:00
mod.rs fix bugs about cpu num config (x86-64) 2019-04-16 18:13:55 +08:00
structs.rs fix bug: sys_exec should name as exec_path, then loader can find the exec file. 2019-04-17 14:59:06 +08:00