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

https://github.com/zevv/nim-linux-kernel

Nim in kernel space test
https://github.com/zevv/nim-linux-kernel

Last synced: about 1 month ago
JSON representation

Nim in kernel space test

Awesome Lists containing this project

README

          

Proof of concept minimal configuration for running Nim in linux kernel space.

I test this with user mode linux for convenience, but also works on any other target.

# Build

```
make KDIR= M=`pwd`
```