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

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

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
$
```