Function starry::mm::load_user_app
source · pub fn load_user_app(
app_name: &str
) -> AxResult<(VirtAddr, VirtAddr, AddrSpace)>
Expand description
Load a user app.
§Returns
- The first return value is the entry point of the user app.
- The second return value is the top of the user stack.
- The third return value is the address space of the user app.