1
0
mirror of https://github.com/rcore-os/rCore.git synced 2024-11-23 00:16:17 +04:00
rCore/kernel
WangRunji 0a9c294814 Fix x86_64 startup. TODO: higher half.
* Remove legacy boot, MP, ACPI.
* Disable SMP.
* Modify startup: boot -> arch::init -> kmain.
* Fix FrameAllocator on x86_64.
* Remove kernel remap.
* Alloc kernel heap at bss.
2018-09-09 02:35:32 +08:00
..
src Fix x86_64 startup. TODO: higher half. 2018-09-09 02:35:32 +08:00
build.rs Make it compile for bootimage toolchain 2018-09-07 12:44:40 +08:00
Cargo.lock Fix x86_64 startup. TODO: higher half. 2018-09-09 02:35:32 +08:00
Cargo.toml Fix x86_64 startup. TODO: higher half. 2018-09-09 02:35:32 +08:00
Makefile Update packages and fit for new Rust nightly 2018-09-04 13:19:23 +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 Make it compile for bootimage toolchain 2018-09-07 12:44:40 +08:00