rcore-tutorial/os/src
2023-02-08 11:15:20 +08:00
..
assert change virtio-gpu resolution from 1024x768(qemu-5.2 default res) to 1280x800(qemu-7.0 default res) 2022-06-22 23:39:25 +08:00
boards Merge ch9 2023-02-06 19:51:24 +08:00
drivers Fix Compilation Error 2023-02-08 11:15:20 +08:00
fs Added MapType::Linear for framebuffer mapping & cargo fmt 2023-01-11 19:37:36 -08:00
mm Merge ch9 2023-02-06 19:51:24 +08:00
net add net support 2023-02-06 19:21:43 +08:00
sync add_task->wakeup_task 2023-01-20 01:54:13 +08:00
syscall Merge ch9 2023-02-06 19:51:24 +08:00
task Merge branch 'main' into fix/kstack-leak 2023-02-08 11:08:27 +08:00
trap update code, now '-bios none' can get the same result as ch9 2023-01-03 10:05:40 +08:00
config.rs create_desktop in kernel can run correctly 2022-06-20 22:41:20 +08:00
console.rs Remove K210 support. 2022-12-13 23:52:27 +08:00
entry.asm run in qemu -bios none ENV 2023-01-02 11:28:06 +08:00
lang_items.rs update github CI for autotest 2022-05-15 12:03:05 +08:00
linker-qemu.ld run in qemu -bios none ENV 2023-01-02 11:28:06 +08:00
main.rs Merge ch9 2023-02-06 19:51:24 +08:00
riscvregs.rs run in qemu -bios none ENV 2023-01-02 11:28:06 +08:00
sbi.rs Remove K210 support. 2022-12-13 23:52:27 +08:00
start.rs run in qemu -bios none ENV 2023-01-02 11:28:06 +08:00
timer.rs add_task->wakeup_task 2023-01-20 01:54:13 +08:00