Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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.