rCore-Tutorial-v3/ch2/os/batch/sidebar-items.js
2022-07-25 03:55:07 +00:00

1 line
392 B
JavaScript

window.SIDEBAR_ITEMS = {"constant":[["APP_BASE_ADDRESS",""],["APP_SIZE_LIMIT",""],["KERNEL_STACK_SIZE",""],["MAX_APP_NUM",""],["USER_STACK_SIZE",""]],"fn":[["init","init batch subsystem"],["print_app_info","print apps info"],["run_next_app","run next app"]],"static":[["KERNEL_STACK",""],["USER_STACK",""]],"struct":[["APP_MANAGER",""],["AppManager",""],["KernelStack",""],["UserStack",""]]};