1
0
Fork 0
mirror of https://github.com/tailix/mrubyvisor.git synced 2024-11-11 13:50:47 -05:00
mruby in supervisor (kernel) mode
Find a file
2022-12-03 22:48:32 +04:00
dest
rootfs/boot
src Use new drivers 2022-12-03 22:48:32 +04:00
vendor Add submodule "vendor/drivers" 2022-12-03 22:29:54 +04:00
.gitignore Move local config to "config.mk" 2022-12-01 05:51:35 +04:00
.gitmodules Add submodule "vendor/drivers" 2022-12-03 22:29:54 +04:00
build_config.rb
config.example.mk Move local config to "config.mk" 2022-12-01 05:51:35 +04:00
LICENSE
Makefile Build drivers 2022-12-03 22:39:29 +04:00
README.md Fix README.md 2022-12-01 05:56:01 +04:00

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.