rCore-Tutorial-v3/os/src
2023-03-30 22:20:01 +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 fix CE 2023-03-29 23:17:34 +08:00
drivers add tcp support and tcp_simplehttp app 2023-03-30 22:19:57 +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 fix warnnings 2023-03-30 22:20:01 +08:00
sync add_task->wakeup_task 2023-01-20 01:54:13 +08:00
syscall fix warnnings 2023-03-30 22:20:01 +08:00
task fix ch9 && remove some warnings 2023-03-29 22:47:44 +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 Use error! instead of println! when panicking 2023-03-29 22:47:42 +08:00
linker-qemu.ld run in qemu -bios none ENV 2023-01-02 11:28:06 +08:00
main.rs add tcp support and tcp_simplehttp app 2023-03-30 22:19:57 +08:00
riscvregs.rs run in qemu -bios none ENV 2023-01-02 11:28:06 +08:00
sbi.rs fix ch9 && remove some warnings 2023-03-29 22:47:44 +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