syswonder / ruxos

Rust Unikernel OS
https://ruxos.syswonder.org
Other
52 stars 17 forks source link

implement pagefault and tlb_flush for x86_64 to support mmap. #114

Closed ken4647 closed 4 months ago

ken4647 commented 4 months ago

This PR implements #94 for x86_64. Note, both irq and paging are needed for x86_64 to use fully implemented mmap when SMP is enabled.