0
I Use This!
Inactive

Commits : Listings

Analyzed 1 day ago. based on code collected 1 day ago.
Apr 27, 2023 — Apr 27, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
impl NoMMU More... over 5 years ago
disable delay allocating frame, remove `memory_set_record` More... over 5 years ago
try to fix interrupt & deadlock on RV32 More... over 5 years ago
aarch64: minor modify More... over 5 years ago
aarch64/mmu: add io remap More... over 5 years ago
aarch64/mmu: add memory region attribute config More... over 5 years ago
aarch64/mmu: refactor PageTableFlags More... over 5 years ago
aarch64/mmu: use ASID to avoid flush TLB frequently in context switch More... over 5 years ago
aarch64/mmu: use DSB instead of TLB flush after modifying PTE More... over 5 years ago
aarch64/mmu: use both TTBR0_EL1 & TTBR1_EL1 More... over 5 years ago
add `ucore-i386-pic.img` user programs. reorganize imgs. More... over 5 years ago
aarch64/mmu: can run on the real raspi3 More... over 5 years ago
aarch64/mmu: remap kernel memory ranges at the end of memory::init() More... over 5 years ago
Merge branch 'arch-aarch64' into mmu More... over 5 years ago
aarch64: move kernel stack top to 0x100000 More... over 5 years ago
aarch64: hard link user program More... over 5 years ago
aarch64/mmu: mmu enabled More... over 5 years ago
update `user` crate to 2018 edition. add travis for user More... over 5 years ago
add travis for aarch64 More... over 5 years ago
update README More... over 5 years ago
fix merge for aarch64. now it works! More... over 5 years ago
Merge remote-tracking branch 'equation314/arch-aarch64' into dev More... over 5 years ago
update kernel to 2018 edition More... over 5 years ago
update `process` crate to 2018 edition More... over 5 years ago
update `memory` crate to 2018 edition More... over 5 years ago
use `pc-keyboard` crate and enable keyboard again for x86 More... over 5 years ago
Fix the bug of active_table_swap() wrongly force unlock in pg fault handler More... over 5 years ago
Fix a bug in context for smp More... over 5 years ago
Fix a bug in pg fault handler caused by memory_set_record More... over 5 years ago
Modified the code in pgfault More... over 5 years ago