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.
|
6 years ago |
equation314
|
52251b2adb
|
aarch64: refactor to linear mapping
TODO:
* `map`, `unmap` is significantly slower than other archs
* set segment permissions for kernel page table in bootloader
|
6 years ago |
equation314
|
03a8b3e449
|
aarch64: disable FP/SIMD registers again, update crates
|
6 years ago |
equation314
|
28ce8ba81c
|
update URL to new organization
|
6 years ago |
equation314
|
f3d47f4b02
|
aarch64: move crate bcm2837 to remote
|
6 years ago |
equation314
|
68b967b48e
|
aarch64: move crate `atags` into crate `bcm2837`
|
6 years ago |
equation314
|
279f983786
|
aarch64: put the kernel in the top VA range
|
6 years ago |
equation314
|
0e38439fb8
|
aarch64: enable MMU in bootloader
|
6 years ago |
equation314
|
8bb1e65ba7
|
load kernel elf in bootloader
|
6 years ago |
equation314
|
b94ba7759e
|
add aarch64 bootloader framework
|
6 years ago |