From c27e3e733eae76ee91c5e61b7e8a1a0c9a0c6c2a Mon Sep 17 00:00:00 2001 From: Tony Garnock-Jones Date: Wed, 12 Oct 2022 14:27:00 +0200 Subject: [PATCH] Update README --- README.md | 31 ++++++++++++++++++++++++++++--- 1 file changed, 28 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 1e2c686..3178047 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,30 @@ -# synit +# SYNIT: A Reactive Operating System - + - Homepage: + - See also: - +Synit is an experiment in applying **pervasive reactivity** and **object capabilities** to the +[System Layer](https://synit.org/book/glossary.html#system-layer) of an operating system for +personal computers, including laptops, desktops, and mobile phones. Its +[architecture](https://synit.org/book/architecture.html) follows the principles of the +[Syndicated Actor Model](https://synit.org/book/glossary.html#syndicated-actor-model). + +Synit builds upon the Linux kernel, but replaces many pieces of +familiar Linux software, including `systemd`, `NetworkManager`, +`D-Bus`, and so on. It makes use of many concepts that will be +familiar to Linux users, but also incorporates many ideas drawn from +programming languages and operating systems not closely connected with +Linux's Unix heritage. + +## Quickstart + +If you have a mobile phone or computer capable of running +[PostmarketOS](https://postmarketos.org/), then you can [install](https://synit.org/book/install.html) +the software to try it out. You can also run Synit inside a virtual machine. + +See the [installation instructions](https://synit.org/book/install.html) for a list of supported +devices. + +# Documentation + +See [the Synit Manual](https://synit.org/book/).