benaryOS is a operating system, developed by benaryorg.
This is a module for it.
benaryOS (and it's modules) is using make
:
$ make
This will create a module
file, in a build
directory, you can then add to your kernel.
You can boot the kernel using the following options.
Just run qemu -kernel kernel -initrd module.bin
.
Soon there will be a way to create a .iso
. For now
you can use the scripts provided by benarydingOS
(https://github.com/benaryorg/benarydingOS).
Just use the .iso to boot.
Either use grub (see the iso) or boot the iso from a USB/CDROM.
benaryOS (which this file is kind of part of) is using the GPL (http://www.gnu.org/licenses/). See LICENSE file or file headers.