1
0
mirror of https://github.com/rcore-os/rCore.git synced 2024-11-23 08:26:17 +04:00
rCore/kernel
WangRunji f1771f8ef2 Finish x86 SMP startup. Support timer & IPI.
- Remove smp, apic mod.
  Instead, use new bootloader & apic crate.
- Disable PIC & PIT.
  Instead, use IOAPIC & APIC Timer.
2018-10-19 01:14:21 +08:00
..
src Finish x86 SMP startup. Support timer & IPI. 2018-10-19 01:14:21 +08:00
build.rs Make it compile for bootimage toolchain 2018-09-07 12:44:40 +08:00
Cargo.lock Finish x86 SMP startup. Support timer & IPI. 2018-10-19 01:14:21 +08:00
Cargo.toml Finish x86 SMP startup. Support timer & IPI. 2018-10-19 01:14:21 +08:00
Makefile Finish x86 SMP startup. Support timer & IPI. 2018-10-19 01:14:21 +08:00
riscv32-blog_os.json Only use Rust toolchain to build for rv32. Set arch to rv32i. x86_64 broken. 2018-08-05 00:24:36 +08:00
x86_64-blog_os.json Move to higher half 2018-09-18 17:04:55 +08:00