rCore-Tutorial-v3/ch2/os/sidebar-items.js

1 line
484 B
JavaScript
Raw Normal View History

initSidebarItems({"fn":[["clear_bss","clear BSS segment"],["rust_main","the rust entry-point of os"]],"macro":[["print","print string macro"],["println","println string macro"]],"mod":[["batch","batch subsystem"],["board",""],["console","SBI console driver, for text output"],["lang_items","The panic handler"],["sbi","SBI call wrappers"],["sync","Synchronization and interior mutability primitives"],["syscall","Implementation of syscalls"],["trap","Trap handling functionality"]]});