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: |
| 16 | |
| 17 | * |
| 18 | |
| 19 | Bluejay is an operating system inspired by UNIX and early Lisp machines. |
swissChili | 4418ca5 | 2021-06-14 17:36:00 -0700 | [diff] [blame] | 20 | 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] | 21 | |
| 22 | This documentation is incomplete, but should provide a general introduction to |
| 23 | compiling and developing Bluejay. |