clear_bss
os
0.1.0
In os::
arch::
riscv::
boot
os
::
arch
::
riscv
::
boot
Function
clear_
bss
Copy item path
Source
fn clear_bss()
Expand description
清除 BSS 段,将其全部置零 BSS 段包含所有未初始化的静态变量 在进入 Rust 代码之前调用此函数非常重要