| .. Bluejay documentation master file, created by |
| sphinx-quickstart on Sun May 30 17:09:32 2021. |
| You can adapt this file completely to your liking, but it should at least |
| contain the root `toctree` directive. |
| |
| The Bluejay Operating System |
| ============================ |
| |
| .. image:: https://builds.sr.ht/~swisschili/bluejay/commits/.build.yml.svg |
| :target: https://builds.sr.ht/~swisschili/bluejay/commits/.build.yml? |
| |
| .. toctree:: |
| :maxdepth: 2 |
| :caption: Contents: |
| :glob: |
| :hidden: |
| |
| build |
| architecture |
| filesystem |
| lisp-std |
| lisp-api |
| logging |
| kernel-api |
| |
| Bluejay is an operating system inspired by UNIX and early Lisp machines. |
| Currently it only targets x86. There are no plans to port to other platforms. |
| |
| This documentation should provide an introduction to compiling, developing, and |
| using Bluejay. |