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
- Host: GitHub
- URL: https://github.com/zevv/nim-linux-kernel
- Owner: zevv
- Created: 2020-01-09T12:08:13.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2020-02-04T15:23:12.000Z (about 6 years ago)
- Last Synced: 2025-12-13T13:17:18.406Z (3 months ago)
- Language: Batchfile
- Size: 8.79 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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`
```