mruby in supervisor (kernel) mode
Go to file
Alex Kotov 28d68090bd
Move env vars to separate Make vars
2022-12-27 17:52:47 +04:00
dest Build vendored dependencies 2022-11-27 19:41:38 +04:00
rootfs/boot Add gembox "stdlib"; make Ruby module more complex 2022-11-29 17:08:57 +04:00
src Use libclayer 2022-12-27 15:13:13 +04:00
vendor Use libclayer 2022-12-27 15:13:13 +04:00
.gitignore Move local config to "config.mk" 2022-12-01 05:51:35 +04:00
.gitmodules Use libclayer 2022-12-27 15:13:13 +04:00
LICENSE Load Ruby modules 2022-11-28 23:37:45 +04:00
Makefile Move env vars to separate Make vars 2022-12-27 17:52:47 +04:00
README.md Fix README.md 2022-12-01 05:56:01 +04:00
build_config.rb Add gembox "stdlib"; make Ruby module more complex 2022-11-29 17:08:57 +04:00
config.example.mk Move local config to "config.mk" 2022-12-01 05:51:35 +04:00

README.md

mrubyvisor

  • mrubyvisor is mruby running in supervisor (kernel) mode.
  • mruby is a lightweight implementation of Ruby.
  • Ruby is an interpreted, dynamically typed programming language.

Dependencies

Cross-compiler.

Debian

The list may be incomplete.

  • build-essential
  • grub-common
  • qemu-system-x86
  • rake

Build

Create file config.mk, use config.example.mk as a reference.

Then just do make.