You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
peari9jp6/kernel/src
Jiajie Chen edbf07f914
Add #[deny(warnings)] to syscall dispatch. See 17e644e54e for discussion
6 years ago
..
arch Implement irq allocation and use irq number to identify irq source 6 years ago
drivers Fix missing change in last commit 6 years ago
fs move hard link user asm to Rust 6 years ago
net refactor driver: make (Net)Driver Sync. may help avoid deadlock? 6 years ago
process test and fix something on HiFiveU 6 years ago
sync unimportant changes 6 years ago
syscall Add #[deny(warnings)] to syscall dispatch. See 17e644e54e for discussion 6 years ago
util fix VGA and support keyboard escape char for rust/sh 6 years ago
backtrace.rs Fix a potential racing in park() and unpark(), fix sys_poll for a running telnet 6 years ago
consts.rs fix compile on riscv & aarch64 6 years ago
lang.rs unimportant changes 6 years ago
lib.rs Use buddy_system_allocator for a drop inreplacement for linked_list_allocator 6 years ago
logging.rs fix VGA and support keyboard escape char for rust/sh 6 years ago
main.rs rename ucore to rcore 6 years ago
memory.rs Use buddy_system_allocator for a drop inreplacement for linked_list_allocator 6 years ago
shell.rs unimportant changes 6 years ago
trap.rs test and fix something on HiFiveU 6 years ago