mirror of
https://github.com/rcore-os/rCore-Tutorial-v3.git
synced 2024-11-24 18:36:24 +04:00
1 line
437 B
JavaScript
1 line
437 B
JavaScript
window.SIDEBAR_ITEMS = {"fn":[["get_base_i","Get base address of app i."],["get_num_app","Get the total number of applications."],["init_app_cx","get app info with entry and sp and save `TrapContext` in kernel stack"],["load_apps","Load nth user app at [APP_BASE_ADDRESS + n * APP_SIZE_LIMIT, APP_BASE_ADDRESS + (n+1) * APP_SIZE_LIMIT)."]],"static":[["KERNEL_STACK",""],["USER_STACK",""]],"struct":[["KernelStack",""],["UserStack",""]]}; |