oscourse-tsinghua / rcore_plus

Rust version of THU uCore OS. Linux compatible.
MIT License
172 stars 26 forks source link

rCore Loadable Kernel Module: Core part #57

Closed gjz010 closed 5 years ago

gjz010 commented 5 years ago

This is the core part for loadable kernel module. By now, insmod and rmmod should work. This part does not contain the filesystem refactor (i.e. mounting and cdev), and (perhaps) can be safely merged into the dev branch (?)