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 1a7261d86d
Move some variable name to task_cx to task_cx_ptr2(ch5 ver).
5 years ago
..
drivers Remove some warnings. 5 years ago
fs Simple filetest passed on qemu/k210. 5 years ago
mm Fix virtio_phys_to_virt. Now we can load app from disk on qemu/k210! 5 years ago
syscall Remove some warnings. 5 years ago
task Move some variable name to task_cx to task_cx_ptr2(ch5 ver). 5 years ago
trap Remove meaningless sstatus::set_sie() when initializing. 5 years ago
config.rs Remove some warnings. 5 years ago
console.rs Update linker & Hello k210/qemu(release mode). 5 years ago
entry.asm Load kernel on qemu/k210. 5 years ago
lang_items.rs Run hello_world/power one by one in batch mode. 5 years ago
linker.ld Fetching buffer arguments from user space. 5 years ago
main.rs Simple filetest passed on qemu/k210. 5 years ago
sbi.rs Chapter3: power2/3/5 & sleep test worked on k210/qemu based on timer. 5 years ago
timer.rs virtio-blk worked. 5 years ago