blob: 90900ced18bec7519866bdf1d9b0edd824a934c2 [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
swissChilib8fd4712021-06-23 15:32:04 -070017 logging
swissChilie00e88a2021-05-30 17:54:26 -070018
19Bluejay is an operating system inspired by UNIX and early Lisp machines.
swissChili4418ca52021-06-14 17:36:00 -070020Currently it only targets x86. There are no plans to port to other platforms.
swissChilie00e88a2021-05-30 17:54:26 -070021
swissChilib8fd4712021-06-23 15:32:04 -070022This documentation should provide an introduction to compiling, developing, and
23using Bluejay.