From 5fff5c0faf978a73c0c28327f777ba728912a119 Mon Sep 17 00:00:00 2001 From: Tony Garnock-Jones Date: Wed, 9 Mar 2022 09:53:05 +0100 Subject: [PATCH] README.md --- README.md | 33 +++++++++++++++++++++++++++++++++ 1 file changed, 33 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..b97bbdd --- /dev/null +++ b/README.md @@ -0,0 +1,33 @@ +# Synit Manual + +## Welcome! + +Synit is an experiment in applying **pervasive reactivity** and **object capabilities** to the +[System Layer](./src/glossary.md#system-layer) of an operating system for personal computers, +including laptops, desktops, and mobile phones. + +This is the manual for the system. + + - Project homepage: + - Source code: + +## Acknowledgements + +Much initial work on Synit was made possible by a generous grant from +the [NLnet Foundation](https://nlnet.nl/) as part of the [NGI +Zero](https://nlnet.nl/NGI0/) [PET](https://nlnet.nl/PET/) programme. +Please see "[Structuring the System Layer with Dataspaces +(2021)](https://syndicate-lang.org/projects/2021/system-layer/)" for +details of the funded project. + +## Copyright and License + +Creative Commons License +This manual is licensed under a [Creative Commons Attribution 4.0 International License](http://creativecommons.org/licenses/by/4.0/). +Copyright © 2021–2022 Tony Garnock-Jones . + +The Synit programs and source code are separately licensed. Please see the source code for +details.