Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/ntsp3/markedrain
- Owner: NTSP3
- License: gpl-2.0
- Created: 2024-06-17T09:27:32.000Z (7 months ago)
- Default Branch: main
- Last Pushed: 2024-10-05T14:54:03.000Z (3 months ago)
- Last Synced: 2024-10-12T07:41:44.561Z (3 months ago)
- Topics: buildroot, linux, linux-kernel, linux-operating-system, linux-os, open-source, openrc, opensource, operating-system-linux
- Language: Makefile
- Homepage:
- Size: 57.8 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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.