minimal-linux-operating-system
based on https://github.com/ivandavidov/minimal
Summary
| Latest Version | Unknown |
|---|---|
| License | Unknown |
| CI Status | Failing |
| Stars | 2 |
| Forks | 0 |
| Open Issues | 0 |
| Last Commit | 2022-05-24 |
| Downloads | 0 |
| Last Indexed | 2026-07-31 04:41 |
Installation
nimble install minimal-linux-operating-system
choosenim install minimal-linux-operating-system
git clone https://gitlab.com/sulinos/devel/minimal-linux-operating-system
OS Compatibility
| Platform | Linux | macOS | Windows | FreeBSD | OpenBSD | NetBSD | Android | iOS | WASM | Embedded |
|---|---|---|---|---|---|---|---|---|---|---|
| minimal-linux-operating-system | ✓ | ✓ | ✓ | - | - | - | - | - | - | - |
Source
| Repository | https://gitlab.com/sulinos/devel/minimal-linux-operating-system |
|---|---|
| Homepage | https://gitlab.com/sulinos/devel/minimal-linux-operating-system |
| Registry Source | gitlab |
README
Minimal linux system
Usage:
Run make command
Writing module
- create directory in src
- create build.mk like this
fetch:
wget -c https://source/archive.tar.gz
tar -xf archive.tar.xz
build:
./configure --prefix=/
make -j`nproc`
install:
make install DESTDIR=$(DESTDIR)