Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/rcore-os/rcore-lkm
Loadable Kernel Module for rCore OS
https://github.com/rcore-os/rcore-lkm
Last synced: 7 days ago
JSON representation
Loadable Kernel Module for rCore OS
- Host: GitHub
- URL: https://github.com/rcore-os/rcore-lkm
- Owner: rcore-os
- Created: 2019-06-26T04:51:16.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2019-10-06T04:17:33.000Z (over 5 years ago)
- Last Synced: 2025-01-11T18:54:29.064Z (9 days ago)
- Language: Rust
- Size: 11.7 KB
- Stars: 3
- Watchers: 4
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# rcore-lkm
Loadable Kernel Module for [rCore OS](https://github.com/rcore-os/rCore).
Actually it is an ELF dynamic loader. So it's possible to use it in user space, see `./example` for example.