oscourse-tsinghua / rcore_plus

Rust version of THU uCore OS. Linux compatible.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Flush remote TLB

wangrunji0408 opened this issue · comments

There are only two hard things in Computer Science: cache invalidation and naming things.
-- Phil Karlton

Current status:

Arch Status Note
x86_64 ⚠️ significantly slow when enabled
RISC-V implemented by SBI
AArch64 ✖️ single core, unnecessary
MIPS ✖️ single core, unnecessary

Implemented on x86_64 in c88c019.
Thanks @gjz010.