https://github.com/dearblue/freebsd-coruby
mruby in FreeBSD kernel
https://github.com/dearblue/freebsd-coruby
Last synced: 2 months ago
JSON representation
mruby in FreeBSD kernel
- Host: GitHub
- URL: https://github.com/dearblue/freebsd-coruby
- Owner: dearblue
- Created: 2017-08-12T09:05:34.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2017-08-12T09:25:16.000Z (almost 8 years ago)
- Last Synced: 2025-02-12T11:35:11.677Z (4 months ago)
- Language: C
- Homepage:
- Size: 21.5 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# coruby - mruby in kernel for FreeBSD
書き掛けです。
## HOW TO USAGE
``` shell:shell
$ git clone --recurse-submodules https://github.com/dearblue/freebsd-coruby.git
$ cd freebsd-coruby
$ make
$ su -c kldload `pwd`/mod/coruby.ko
kldload: unexpected relocation type 23
kldload: unexpected relocation type 23
kldload: unexpected relocation type 23
kldload: unexpected relocation type 23
Hello, world by mruby in FreeBSD kernel!
rand: 48, 0.062462672372922
$
```