42 lines
2.0 KiB
HTML
42 lines
2.0 KiB
HTML
<!DOCTYPE html>
|
|
<html lang="en">
|
|
<head>
|
|
<meta charset="utf-8">
|
|
<title>BIG CHEESE, LLC</title>
|
|
<style>
|
|
body {
|
|
max-width: 78ch;
|
|
margin: 2rem auto;
|
|
padding: 0 1.25rem;
|
|
line-height: 1.45;
|
|
}
|
|
</style>
|
|
</head>
|
|
<body>
|
|
<h1>BIG CHEESE, LLC</h1>
|
|
<h3>Dissent, or die trying!</h3>
|
|
<hr>
|
|
<p>BIG CHEESE is the home of projects related to MOUSE, the Monolithic Opinionated Unix-like System Environment: a statically linked, A/B-rooted base you can understand in an afternoon and extend as far as you please. Its semantics are BSD-shaped; its implementation is strictly Linux.</p>
|
|
<p>MOUSE is a source-based, Linux operating system, borrowing concepts from many others that came before it:</p>
|
|
<ul>
|
|
<li>Coherent, versioned World releases, à la FreeBSD</li>
|
|
<li>A statically linked World, à la Dérive</li>
|
|
<li>A system you can understand in an afternoon, à la Dérive</li>
|
|
<li>A strict separation between World and Ports, à la FreeBSD, NetBSD, et al</li>
|
|
<li>A/B root deployments, à la VanillaOS, SteamOS, et al.</li>
|
|
<li>Musl LibC, à la Alpine Linux, et al.</li>
|
|
<li><code>rc.subr</code>-derived service definitions, supervised through cgroups using our own PID1, <code>cheesed</code>, à la NetBSD, MOUSE, et al.</li>
|
|
</ul>
|
|
<p>MOUSE is probably worse than every project above at the thing it borrowed. Fortunately, none of them are trying to build MOUSE.</p>
|
|
<p>If you are interested in contributing to what my specific idea of what a Linux system should be, email me at michal_stopyra@icloud.com and I will <s>reject</s> consider your input.</p>
|
|
<hr>
|
|
<nav>
|
|
<a href="https://git.atom.town/MOUSE/src/releases">Releases</a>
|
|
- <a href="https://git.atom.town/MOUSE/src">Source</a>
|
|
- <a href="https://git.atom.town/MOUSE/ports">Ports</a>
|
|
- <a>Documentation</a>
|
|
- <a href="mailto:michal_stopyra@icloud.com">Contact</a>
|
|
</nav>
|
|
</body>
|
|
</html>
|