1
0
mirror of https://github.com/rcore-os/rCore.git synced 2024-11-23 16:36:18 +04:00
rCore/kernel/src
2018-08-05 00:24:36 +08:00
..
arch Only use Rust toolchain to build for rv32. Set arch to rv32i. x86_64 broken. 2018-08-05 00:24:36 +08:00
process Move thread mod to ucore-process crate 2018-07-17 19:06:30 +08:00
sync Fit for newest Rust nightly. x86_64 ok, riscv32 broken. 2018-08-04 16:20:25 +08:00
console.rs Fix console 2018-07-16 22:02:03 +08:00
consts.rs Fit for newest Rust nightly. x86_64 ok, riscv32 broken. 2018-08-04 16:20:25 +08:00
fs.rs Only use Rust toolchain to build for rv32. Set arch to rv32i. x86_64 broken. 2018-08-05 00:24:36 +08:00
lang.rs Fit for newest Rust nightly. x86_64 ok, riscv32 broken. 2018-08-04 16:20:25 +08:00
lib.rs Only use Rust toolchain to build for rv32. Set arch to rv32i. x86_64 broken. 2018-08-05 00:24:36 +08:00
logging.rs Only use Rust toolchain to build for rv32. Set arch to rv32i. x86_64 broken. 2018-08-05 00:24:36 +08:00
main.rs Only use Rust toolchain to build for rv32. Set arch to rv32i. x86_64 broken. 2018-08-05 00:24:36 +08:00
memory.rs Note the reason of double fault in x86_64 release mode. 2018-07-15 20:51:14 +08:00
syscall.rs Fix for user 2018-07-17 12:07:21 +08:00
trap.rs Fix for user 2018-07-17 12:07:21 +08:00
util.rs Split process mod to extern crate 2018-07-17 01:56:28 +08:00