minimal-linux-operating-system

based on https://github.com/ivandavidov/minimal

Pure Nim score 15/100 · last commit 2022-05-24 · 2 stars · tests present · no docs generated

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

README

Minimal linux system

Usage:

Run make command

Writing module

  1. create directory in src
  2. 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)