Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/ntsp3/markedrain

A linux os that uses buildroot.
https://github.com/ntsp3/markedrain

buildroot linux linux-kernel linux-operating-system linux-os open-source openrc opensource operating-system-linux

Last synced: about 2 months ago
JSON representation

A linux os that uses buildroot.

Awesome Lists containing this project

README

        

# "MarkedRain" Operating System

The "MarkedRain" is a new linux OS sthat uses buildroot wssith OpenRC as init. It is really easy to work with. There was an older system based on Os2020, but working with nothing proved difficult.

## Showcase

![Preview 1](media/preview1.png "MarkedRain OS preview 1")

![Preview 2](media/preview2.png "MarkedRain OS preview 2")

![Preview 3](media/preview3.gif "MarkedRain OS preview 3")

## Compiling

Install dependencies for 'make' & 'menuconfig', then run "make menuconfig". Configure as per you desire, then you can either do "make" on the root directory, or go to "source/buildroot" and run menuconfig there, to configure its options, and then run "make" on the root directory, not on buildroot's directory.

View "docs/building.md" for other make options.