swissChili | e00e88a | 2021-05-30 17:54:26 -0700 | [diff] [blame] | 1 | .. Bluejay documentation master file, created by |
| 2 | sphinx-quickstart on Sun May 30 17:09:32 2021. |
| 3 | You can adapt this file completely to your liking, but it should at least |
| 4 | contain the root `toctree` directive. |
| 5 | |
| 6 | The Bluejay Operating System |
| 7 | ============================ |
| 8 | |
swissChili | 4418ca5 | 2021-06-14 17:36:00 -0700 | [diff] [blame] | 9 | .. image:: https://builds.sr.ht/~swisschili/bluejay/commits/.build.yml.svg |
| 10 | :target: https://builds.sr.ht/~swisschili/bluejay/commits/.build.yml? |
| 11 | |
swissChili | e00e88a | 2021-05-30 17:54:26 -0700 | [diff] [blame] | 12 | .. toctree:: |
| 13 | :maxdepth: 2 |
| 14 | :caption: Contents: |
| 15 | :glob: |
swissChili | b8fd471 | 2021-06-23 15:32:04 -0700 | [diff] [blame] | 16 | :hidden: |
swissChili | e00e88a | 2021-05-30 17:54:26 -0700 | [diff] [blame] | 17 | |
swissChili | b8fd471 | 2021-06-23 15:32:04 -0700 | [diff] [blame] | 18 | build |
| 19 | architecture |
| 20 | filesystem |
| 21 | lisp-std |
| 22 | lisp-api |
| 23 | logging |
| 24 | kernel-api |
swissChili | e00e88a | 2021-05-30 17:54:26 -0700 | [diff] [blame] | 25 | |
| 26 | Bluejay is an operating system inspired by UNIX and early Lisp machines. |
swissChili | 4418ca5 | 2021-06-14 17:36:00 -0700 | [diff] [blame] | 27 | Currently it only targets x86. There are no plans to port to other platforms. |
swissChili | e00e88a | 2021-05-30 17:54:26 -0700 | [diff] [blame] | 28 | |
swissChili | b8fd471 | 2021-06-23 15:32:04 -0700 | [diff] [blame] | 29 | This documentation should provide an introduction to compiling, developing, and |
| 30 | using Bluejay. |