rCore-Tutorial-v3/os/src
2023-03-29 22:36:49 +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 Using sbi-rt instead of asm && update rustsbi-qemu to latest 2023-03-29 22:35:49 +08:00
drivers add tcp support and tcp_simplehttp app 2023-03-03 16:58:07 +08:00
fs Added MapType::Linear for framebuffer mapping & cargo fmt 2023-01-11 19:37:36 -08:00
mm use frame_alloc_more in VirtioHal 2023-02-07 23:43:52 +08:00
net fix warnnings 2023-03-03 17:14:24 +08:00
sync add_task->wakeup_task 2023-01-20 01:54:13 +08:00
syscall fix warnnings 2023-03-03 17:14:24 +08:00
task fix ch5 2023-03-29 22:36:49 +08:00
trap feat: simple drawing board GUI 2022-12-19 03:55:58 -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 in entry.asm: boot_stack->boot_stack_lower_bound 2022-11-29 10:33:55 +08:00
lang_items.rs Use error! instead of println! when panicking 2023-03-29 22:35:52 +08:00
linker-qemu.ld Link small sections in linker 2021-04-05 16:29:31 +08:00
main.rs add tcp support and tcp_simplehttp app 2023-03-03 16:58:07 +08:00
sbi.rs Using sbi-rt instead of asm && update rustsbi-qemu to latest 2023-03-29 22:35:49 +08:00
timer.rs add_task->wakeup_task 2023-01-20 01:54:13 +08:00