blob: 043078f8d45738ee5e722bc9039e051d084f30a2 [file] [log] [blame]
swissChilie00e88a2021-05-30 17:54:26 -07001.. 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
6The Bluejay Operating System
7============================
8
swissChili4418ca52021-06-14 17:36:00 -07009.. image:: https://builds.sr.ht/~swisschili/bluejay/commits/.build.yml.svg
10 :target: https://builds.sr.ht/~swisschili/bluejay/commits/.build.yml?
11
swissChilie00e88a2021-05-30 17:54:26 -070012.. toctree::
13 :maxdepth: 2
14 :caption: Contents:
15 :glob:
swissChilib8fd4712021-06-23 15:32:04 -070016 :hidden:
swissChilie00e88a2021-05-30 17:54:26 -070017
swissChilib8fd4712021-06-23 15:32:04 -070018 build
19 architecture
20 filesystem
21 lisp-std
22 lisp-api
23 logging
24 kernel-api
swissChilie00e88a2021-05-30 17:54:26 -070025
26Bluejay is an operating system inspired by UNIX and early Lisp machines.
swissChili4418ca52021-06-14 17:36:00 -070027Currently it only targets x86. There are no plans to port to other platforms.
swissChilie00e88a2021-05-30 17:54:26 -070028
swissChilib8fd4712021-06-23 15:32:04 -070029This documentation should provide an introduction to compiling, developing, and
30using Bluejay.