pub unsafe extern "C" fn child_task_entry() -> !Expand description
the difference between this and enter_usermode is that we already have the
trapframe set up for the child user space.
pub unsafe extern "C" fn child_task_entry() -> !the difference between this and enter_usermode is that we already have the
trapframe set up for the child user space.