1
0
mirror of https://github.com/rcore-os/rCore.git synced 2024-11-22 16:16:16 +04:00
rCore/kernel
2019-10-22 14:30:23 +08:00
..
src solve the deadlock problem & sometimes pass test. 2019-10-22 14:30:23 +08:00
targets Basic loadable kernel module support, with a module template written in Rust. 2019-06-07 20:59:51 +08:00
build.rs Pass the environment variable SMP to consts::SMP_CORES 2019-09-29 15:36:43 +08:00
Cargo.lock update user submodule and thread crate 2019-10-06 13:47:55 +08:00
Cargo.toml update user submodule and thread crate 2019-10-06 13:47:55 +08:00
Makefile Pass the environment variable SMP to consts::SMP_CORES 2019-09-29 15:36:43 +08:00
run.sh finish semget & semop. write a small test on semget. 2019-10-21 14:55:17 +08:00