1
0
mirror of https://github.com/rcore-os/rCore.git synced 2024-11-22 16:16:16 +04:00
rCore/kernel
equation314 acd7ee945a Flush I/D cache after copying user code in page fault handler
* Now SMP works in real machine with no bugs!!!
2019-10-04 14:05:20 +08:00
..
src Flush I/D cache after copying user code in page fault handler 2019-10-04 14:05:20 +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 aarch64: SMP works in qemu!!! 2019-09-28 23:39:09 +08:00
Cargo.toml aarch64: SMP works in qemu!!! 2019-09-28 23:39:09 +08:00
Makefile Pass the environment variable SMP to consts::SMP_CORES 2019-09-29 15:36:43 +08:00