https://github.com/stellcel-remeny/markedrain-linux
A linux os that uses buildroot.
https://github.com/stellcel-remeny/markedrain-linux
buildroot linux linux-distribution linux-distro linux-kernel linux-operating-system linux-os open-source openrc opensource operating-system operating-system-linux
Last synced: about 1 month ago
JSON representation
A linux os that uses buildroot.
- Host: GitHub
- URL: https://github.com/stellcel-remeny/markedrain-linux
- Owner: Stellcel-Remeny
- License: gpl-2.0
- Created: 2024-06-17T09:27:32.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2025-08-05T13:47:22.000Z (6 months ago)
- Last Synced: 2025-08-05T15:33:06.082Z (6 months ago)
- Topics: buildroot, linux, linux-distribution, linux-distro, linux-kernel, linux-operating-system, linux-os, open-source, openrc, opensource, operating-system, operating-system-linux
- Language: C
- Homepage:
- Size: 199 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Tip
**Use `--depth 1` when using `git clone`, because the actual size of this repo is ~50mb. Without it, you will clone like *~200mb*! If you care about internet bandwidth or speed, clone like this (an example):**
```git clone https://github.com/NTSP3/MarkedRain.git --depth=1```
# "MarkedRain" Operating System

The "MarkedRain" is a new linux OS that uses buildroot with 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


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

## Goals & Future plans!
Here's where I put some plans for the OS.
- Goal: Easy to use OS for windows users looking to switch to linux
- Be lightweight.
- Add a PE installer (bootable) & an installer.exe (for windows users)
- Make the installer an interactive Ren'Py game (for beginners), and a Windows XP TUI-style setup (for advanced users)
- Try to make the user feel at ease
- Excellent compatibility with Windows apps (maybe run a tiny windows along with the OS?)