minibase

small static userspace tools for Linux (by arsv)

Minibase Alternatives

Similar projects and alternatives to minibase

  1. cosmopolitan

    build-once run-anywhere c library

  2. CodeRabbit

    CodeRabbit: AI Code Reviews for Developers. Revolutionize your code reviews with AI. CodeRabbit offers PR summaries, code walkthroughs, 1-click suggestions, and AST-based analysis. Boost productivity and code quality across all major languages with each PR.

    CodeRabbit logo
  3. liblinux

    16 minibase VS liblinux

    Discontinued Linux system calls.

  4. s6

    The s6 supervision suite.

  5. mrsh

    A minimal POSIX shell

  6. dinit

    Service monitoring / "init" system

  7. finit

    Fast init for Linux. Cookies included

  8. tini

    A tiny but valid `init` for containers

  9. SaaSHub

    SaaSHub - Software Alternatives and Reviews. SaaSHub helps you find the best software and product alternatives

    SaaSHub logo
NOTE: The number of mentions on this list indicates mentions on common posts plus user suggested alternatives. Hence, a higher number means a better minibase alternative or higher similarity.

minibase discussion

Log in or Post with

minibase reviews and mentions

Posts with mentions or reviews of minibase. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2021-02-26.
  • Portable Executable
    3 projects | news.ycombinator.com | 26 Feb 2021
    I remember simple use cases for clone() such as spawning child processes with just enough shared resources to execve(). I remember reading a lot of old emails from Torvalds about it, can't find them anymore.

    I used to value portability but now I believe in using Linux everywhere and for everything. I like OpenBSD too but Linux is the stable one you can build anything on. What I wanted to eventually accomplish is a 100% freestanding Linux user space with no libraries at all. Maybe boot straight into the program I want to use, just like we can pass init=/usr/bin/bash in the kernel command line. How far could this go? Using nothing but system calls it's actually possible to get a framebuffer and use software renderering to draw some graphics. I'm guessing pretty far.

    By starting from scratch like this it's possible to fix all the historical problems with our systems. For example, I think it's unacceptable when libraries keep global state. This can't be fixed without getting rid of libc and its buffers and caches and errno. Removing this cruft would actually simplify a threads implementation. And then there's completely insane stuff that should be dropped like .init and .fini sections:

    https://blogs.oracle.com/solaris/init-and-fini-processing-wh...

    A similar statically-linked user space project I found years ago:

    https://github.com/arsv/minibase

Stats

Basic minibase repo stats
1
179
1.8
3 months ago

arsv/minibase is an open source project licensed under GNU General Public License v3.0 only which is an OSI approved license.

The primary programming language of minibase is C.


Sponsored
CodeRabbit: AI Code Reviews for Developers
Revolutionize your code reviews with AI. CodeRabbit offers PR summaries, code walkthroughs, 1-click suggestions, and AST-based analysis. Boost productivity and code quality across all major languages with each PR.
coderabbit.ai

Did you know that C is
the 6th most popular programming language
based on number of references?