rCore-Tutorial-v3/os/src
2023-02-06 19:21:43 +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 temp stage 2023-01-02 20:06:03 +08:00
drivers add net support 2023-02-06 19:21:43 +08:00
fs Fix pipe impl 2022-12-23 11:23:54 +08:00
gui feat: simple drawing board GUI 2022-12-19 03:55:58 -08:00
mm use frame_alloc_more in VirtioHal 2023-02-06 19:15:46 +08:00
net add net support 2023-02-06 19:21:43 +08:00
sync cargo fmt 2022-06-20 23:32:27 +08:00
syscall add net support 2023-02-06 19:21:43 +08:00
task Remove K210 support. 2022-12-13 23:52: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 add net support 2023-02-06 19:21:43 +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 feat: simple drawing board GUI 2022-12-19 03:55:58 -08:00