1
0
mirror of https://github.com/rcore-os/rCore.git synced 2024-11-26 09:53:28 +04:00
rCore/kernel/src
gjz010 7b8252eb1b Basic loadable kernel module support, with a module template written in Rust.
Under aarch64 and x86_64, hello_rust can be built and loaded by `/busybox insmod hello_rust.ko`.
2019-06-07 20:59:51 +08:00
..
arch Basic loadable kernel module support, with a module template written in Rust. 2019-06-07 20:59:51 +08:00
drivers Fix mgba merge 2019-06-03 09:46:27 +08:00
fs Fix mgba merge 2019-06-03 09:46:27 +08:00
lkm Basic loadable kernel module support, with a module template written in Rust. 2019-06-07 20:59:51 +08:00
net fix warnings 2019-05-04 15:27:17 +08:00
process Basic loadable kernel module support, with a module template written in Rust. 2019-06-07 20:59:51 +08:00
sync Remove non-AHCI pci id 2019-05-24 08:28:47 +08:00
syscall Basic loadable kernel module support, with a module template written in Rust. 2019-06-07 20:59:51 +08:00
util Run cargo fmt 2019-05-09 10:12:19 +08:00
backtrace.rs Merge remote-tracking branch 'origin/master' into dev 2019-04-09 20:30:30 +08:00
consts.rs Upd. #2 2019-04-21 14:32:24 +08:00
lang.rs reformat code using cargo fmt 2019-03-27 18:45:24 +08:00
lib.rs Basic loadable kernel module support, with a module template written in Rust. 2019-06-07 20:59:51 +08:00
logging.rs show tid on log 2019-05-09 21:33:26 +08:00
main.rs reformat code using cargo fmt 2019-03-27 18:45:24 +08:00
memory.rs Remove u-boot support 2019-06-03 09:36:01 +08:00
shell.rs Eliminate some warnings 2019-05-23 23:31:36 +08:00
trap.rs reformat code using cargo fmt 2019-03-27 18:45:24 +08:00