1
0
mirror of https://github.com/rcore-os/rCore.git synced 2024-11-26 01:43:29 +04:00
rCore/kernel/src
2019-04-02 10:50:33 +08:00
..
arch Implement ATA IDENTIFY DEVICE via AHCI interface 2019-03-30 00:06:27 +08:00
drivers Map ixgbe to kernel space as well 2019-04-02 10:50:33 +08:00
fs Replace IDE with AHCI driver 2019-03-30 10:03:08 +08:00
net HUGE REFACTOR net module 2019-03-29 13:23:49 +08:00
process HUGE REFACTOR net module 2019-03-29 13:23:49 +08:00
sync reformat code using cargo fmt 2019-03-27 18:45:24 +08:00
syscall refactor PCI mod using pci crate 2019-03-30 23:48:33 +08:00
util reformat code using cargo fmt 2019-03-27 18:45:24 +08:00
backtrace.rs reformat code using cargo fmt 2019-03-27 18:45:24 +08:00
consts.rs fix compile on riscv & aarch64 2019-03-12 11:49:17 +08:00
lang.rs reformat code using cargo fmt 2019-03-27 18:45:24 +08:00
lib.rs reformat code using cargo fmt 2019-03-27 18:45:24 +08:00
logging.rs reformat code using cargo fmt 2019-03-27 18:45:24 +08:00
main.rs reformat code using cargo fmt 2019-03-27 18:45:24 +08:00
memory.rs reformat code using cargo fmt 2019-03-27 18:45:24 +08:00
shell.rs reformat code using cargo fmt 2019-03-27 18:45:24 +08:00
trap.rs reformat code using cargo fmt 2019-03-27 18:45:24 +08:00