You can not 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-Tutorial-v3-tests/os/src
Yifan Wu 04114ad949
Remove Any Trait of File
4 years ago
..
drivers Remove some warnings. 4 years ago
fs Remove Any Trait of File 4 years ago
mm Do not clone KERNEL_SPACE in mm::init 4 years ago
syscall Remove some warnings. 4 years ago
task Fix lock uses in ch5 4 years ago
trap Remove meaningless sstatus::set_sie() when initializing. 4 years ago
config.rs Remove some warnings. 4 years ago
console.rs Update linker & Hello k210/qemu(release mode). 4 years ago
entry.asm Load kernel on qemu/k210. 4 years ago
lang_items.rs Run hello_world/power one by one in batch mode. 4 years ago
linker-k210.ld Bump rustsbi to 0.1.1 && make config of qemu/k210 different 4 years ago
linker-qemu.ld Bump rustsbi to 0.1.1 && make config of qemu/k210 different 4 years ago
main.rs Simple filetest passed on qemu/k210. 4 years ago
sbi.rs Chapter3: power2/3/5 & sleep test worked on k210/qemu based on timer. 4 years ago
timer.rs virtio-blk worked. 4 years ago