rcore-tutorial/os/src
2022-06-22 00:45:17 +08:00
..
boards add cargo fmt in Makefile, and exec make fmt 2022-05-20 08:55:07 +08:00
mm add cargo fmt in Makefile, and exec make fmt 2022-05-20 08:55:07 +08:00
sync add #![deny(missing_docs)] AND #![deny(warnings)] in main.rs, and add more comments 2022-03-26 23:00:04 +08:00
syscall add cargo fmt in Makefile, and exec make fmt 2022-05-20 08:55:07 +08:00
task add #![deny(missing_docs)] AND #![deny(warnings)] in main.rs, and add more comments 2022-03-26 23:00:04 +08:00
trap add cargo fmt in Makefile, and exec make fmt 2022-05-20 08:55:07 +08:00
config.rs update ch4 with more comments 2022-03-26 21:34:42 +08:00
console.rs update ch4 with more comments 2022-03-26 21:34:42 +08:00
entry.asm Load kernel on qemu/k210. 2020-11-11 16:50:00 +08:00
lang_items.rs update ch4 with more comments 2022-03-26 21:34:42 +08:00
linker-k210.ld Link small sections in linker 2021-03-07 19:56:36 +08:00
linker-qemu.ld Link small sections in linker 2021-03-07 19:56:36 +08:00
loader.rs update ch4 with more comments 2022-03-26 21:34:42 +08:00
main.rs add #![deny(missing_docs)] AND #![deny(warnings)] in main.rs, and add more comments 2022-03-26 23:00:04 +08:00
sbi.rs sbi spec uses a6, a7 as sbicall id, so we need to set a6 to 0 2022-06-22 00:45:17 +08:00
timer.rs update ch4 with more comments 2022-03-26 21:34:42 +08:00