1
0
mirror of https://github.com/rcore-os/rCore.git synced 2024-11-21 23:56:18 +04:00
rCore/bootloader
equation314 97539dd760 aarch64: speed up page table map/unmap
1. update crate aarch64, call tlb_invalidate() instead of tlb_invalidate_all() in MapperFlush::flush().
2. reduce user stack size to 1MiB.
2019-05-21 00:46:12 +08:00
..
src aarch64: refactor to linear mapping 2019-05-20 21:51:53 +08:00
targets Add simple bootloader for mipsel 2019-04-01 18:26:55 +08:00
build.rs Add simple bootloader for mipsel 2019-04-01 18:26:55 +08:00
Cargo.lock aarch64: speed up page table map/unmap 2019-05-21 00:46:12 +08:00
Cargo.toml aarch64: speed up page table map/unmap 2019-05-21 00:46:12 +08:00
Makefile Add simple bootloader for mipsel 2019-04-01 18:26:55 +08:00