1
0
mirror of https://github.com/rcore-os/rCore.git synced 2024-11-26 18:03:27 +04:00
rCore/kernel/src
2019-03-20 13:00:19 +08:00
..
arch Use jumbo frame in ixgbe 2019-03-20 10:24:45 +08:00
drivers Detach driver from the device in sys_map_pci_driver 2019-03-20 13:00:19 +08:00
fs move hard link user asm to Rust 2019-03-16 16:54:24 +08:00
net Implement PCI driver detach and merge NetDriver trait into Driver 2019-03-20 11:36:41 +08:00
process Implement PCI driver detach and merge NetDriver trait into Driver 2019-03-20 11:36:41 +08:00
sync unimportant changes 2019-03-18 00:18:03 +08:00
syscall Detach driver from the device in sys_map_pci_driver 2019-03-20 13:00:19 +08:00
util fix VGA and support keyboard escape char for rust/sh 2019-03-17 13:32:03 +08:00
backtrace.rs Fix a potential racing in park() and unpark(), fix sys_poll for a running telnet 2019-03-07 07:46:11 +08:00
consts.rs fix compile on riscv & aarch64 2019-03-12 11:49:17 +08:00
lang.rs unimportant changes 2019-03-18 00:18:03 +08:00
lib.rs Use buddy_system_allocator for a drop inreplacement for linked_list_allocator 2019-03-18 09:00:51 +08:00
logging.rs fix VGA and support keyboard escape char for rust/sh 2019-03-17 13:32:03 +08:00
main.rs rename ucore to rcore 2019-01-03 21:26:50 +08:00
memory.rs Use buddy_system_allocator for a drop inreplacement for linked_list_allocator 2019-03-18 09:00:51 +08:00
shell.rs unimportant changes 2019-03-18 00:18:03 +08:00
trap.rs test and fix something on HiFiveU 2019-03-18 18:24:58 +08:00