You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
rCore_stu/ch5/os/src/boards/qemu.rs

4 lines
78 B
Rust

//! Constants used in rCore for qemu
pub const CLOCK_FREQ: usize = 12500000;