mruby in supervisor (kernel) mode
Go to file
Alex Kotov 6adb5396b1
Upgrade submodule "vendor/libkernaux"
2022-12-01 03:52:58 +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 Upgrade submodule "vendor/libkernaux" 2022-12-01 03:52:58 +04:00
vendor Upgrade submodule "vendor/libkernaux" 2022-12-01 03:52:58 +04:00
.gitignore Build bootable ISO image 2022-11-27 19:41:38 +04:00
.gitmodules Add submodule "vendor/mruby" 2022-11-27 14:31:19 +04:00
LICENSE Load Ruby modules 2022-11-28 23:37:45 +04:00
Makefile Improve build system 2022-12-01 02:25:54 +04:00
README.md Add README.md 2022-12-01 01:23:08 +04:00
build_config.rb Add gembox "stdlib"; make Ruby module more complex 2022-11-29 17:08:57 +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

Edit the variable CCPREFIX in Makefile to point to the cross-compiler for i386.

Debian

The list may be incomplete.

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