Skip to content

benaryOS/basemodule

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

benaryOS (Module)

What is it?

benaryOS is a operating system, developed by benaryorg.

This is a module for it.

Building 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.

Booting it

You can boot the kernel using the following options.

QEMU

Just run qemu -kernel kernel -initrd module.bin.

ISO

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).

Virtualbox/VMWare

Just use the .iso to boot.

Real Hardware

Either use grub (see the iso) or boot the iso from a USB/CDROM.

License

benaryOS (which this file is kind of part of) is using the GPL (http://www.gnu.org/licenses/). See LICENSE file or file headers.

Releases

No releases published

Packages

No packages published