rCore-Tutorial-v3/os/src
2024-06-30 20:38:57 +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 config: use MEMORY_END from mod boards #136 2024-01-21 22:21:40 +08:00
drivers codecheck: Fix warnings 2024-01-20 23:53:56 +08:00
fs codecheck: Fix warnings 2024-01-20 23:53:56 +08:00
mm mm: bugfix #133: MapArea::copy_data does not need &mut PageTable 2024-06-30 20:38:57 +08:00
net cargo fmt 2023-03-30 23:01:12 +08:00
sync cargo fmt 2023-03-30 23:01:12 +08:00
syscall cargo fmt 2023-03-30 23:01:12 +08:00
task bugfix #144: Do not free kstack when the main thread exits 2024-03-03 22:18:57 +08:00
trap feat: simple drawing board GUI 2022-12-19 03:55:58 -08:00
config.rs config: use MEMORY_END from mod boards #136 2024-01-21 22:21:40 +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 fix ch9 && remove some warnings 2023-03-29 22:45:49 +08:00
timer.rs add_task->wakeup_task 2023-01-20 01:54:13 +08:00