blob: ca3da7b8c98b9cebc8afd9cb7e9bb6a0d17416db [file] [log] [blame]
swissChilie00e88a2021-05-30 17:54:26 -07001The Bluejay Operating System
2============================
3
swissChili4418ca52021-06-14 17:36:00 -07004.. image:: https://builds.sr.ht/~swisschili/bluejay/commits/.build.yml.svg
5 :target: https://builds.sr.ht/~swisschili/bluejay/commits/.build.yml?
6
swissChilie00e88a2021-05-30 17:54:26 -07007.. toctree::
swissChilic3b56c12021-07-02 20:52:09 -07008 :maxdepth: 4
swissChilie00e88a2021-05-30 17:54:26 -07009 :caption: Contents:
10 :glob:
swissChilib8fd4712021-06-23 15:32:04 -070011 :hidden:
swissChilie00e88a2021-05-30 17:54:26 -070012
swissChilib8fd4712021-06-23 15:32:04 -070013 build
14 architecture
15 filesystem
16 lisp-std
17 lisp-api
18 logging
19 kernel-api
swissChilie00e88a2021-05-30 17:54:26 -070020
21Bluejay is an operating system inspired by UNIX and early Lisp machines.
swissChili4418ca52021-06-14 17:36:00 -070022Currently it only targets x86. There are no plans to port to other platforms.
swissChilie00e88a2021-05-30 17:54:26 -070023
swissChilib8fd4712021-06-23 15:32:04 -070024This documentation should provide an introduction to compiling, developing, and
25using Bluejay.