rcore-tutorial/os/src
2021-04-05 16:29:31 +08:00
..
drivers Remove some warnings. 2020-12-20 23:49:35 +08:00
fs Remove Any Trait of File 2021-02-19 00:38:21 +08:00
mm Merge updates from ch7 2021-02-28 06:38:13 +08:00
syscall Merge updates from ch7 2021-02-28 06:38:13 +08:00
task Fix k210 alignment issue when push cmdargs when sys_exec 2021-02-28 08:51:08 +08:00
trap Merge updates from ch7 2021-02-28 06:38:13 +08:00
config.rs Fix qemu mmio range 2021-03-05 02:07:04 +08:00
console.rs Update linker & Hello k210/qemu(release mode). 2020-11-12 17:13:57 +08:00
entry.asm Load kernel on qemu/k210. 2020-11-11 16:50:00 +08:00
lang_items.rs panic_handler: update msg format and add column location 2021-03-07 11:58:14 +08:00
linker-k210.ld Link small sections in linker 2021-04-05 16:29:31 +08:00
linker-qemu.ld Link small sections in linker 2021-04-05 16:29:31 +08:00
main.rs Simple filetest passed on qemu/k210. 2020-12-20 13:52:38 +08:00
sbi.rs Chapter3: power2/3/5 & sleep test worked on k210/qemu based on timer. 2020-11-29 10:31:15 +08:00
timer.rs virtio-blk worked. 2020-12-16 10:18:38 +08:00