1
0
mirror of https://github.com/rcore-os/rCore.git synced 2024-11-23 08:26:17 +04:00
rCore/kernel
WangRunji f7eb09e856 Multicore processing WORKS! Basically ...
- Rewrite processor.rs
  Refactor to `Processor` & `ProcessManager`
- Use Box<dyn> instead of generic.
- Wait/sleep/wakeup is not supported yet.
  I'm considering to implement them with WaitQueue.
2018-10-24 00:28:29 +08:00
..
src Multicore processing WORKS! Basically ... 2018-10-24 00:28:29 +08:00
build.rs Switch to RV64 GNU toolchain. Simplify compiler_rt. 2018-10-19 23:35:38 +08:00
Cargo.lock Multicore processing WORKS! Basically ... 2018-10-24 00:28:29 +08:00
Cargo.toml Finish x86 SMP startup. Support timer & IPI. 2018-10-19 01:14:21 +08:00
Makefile Enable RV32 IPI. 2018-10-21 21:47:17 +08:00
riscv32-blog_os.json Switch to RV64 GNU toolchain. Simplify compiler_rt. 2018-10-19 23:35:38 +08:00
x86_64-blog_os.json Move to higher half 2018-09-18 17:04:55 +08:00