commit | f3e7f18c125e7be50221fcfb8e7b6975d69aa035 | [log] [tgz] |
---|---|---|
author | swissChili <swisschili@fastmail.com> | Tue Apr 20 13:57:22 2021 -0700 |
committer | swissChili <swisschili@fastmail.com> | Tue Apr 20 13:57:22 2021 -0700 |
tree | 3d72b2ae785982000225f5f13a823f6d00a8d00e | |
parent | b3ca4fb8cbc8f27b2aa4c986399cf8c0656de7c0 [diff] |
Compiler can compile simple nested expressions and function calls. The generated code can be called from C, and values can be passed between.
Bluejay is a preemptive kernel for x86. It is inspired by modern day UNIX-like systems and 80's Lisp machines. The goal is to create a fully usable kernel and graphical Lisp environment.
While Bluejay is inspired by both UNIX and Lisp machines, it seeks to replicate neither. No attempt is made to conform to POSIX or even follow UNIX conventions. However, the "UNIX philosophy" of doing one thing and doing it well is certainly a consideration.
Photo by Erin Minuskin on Unsplash
sbrk
, mmap
, etc)spawn_process
, spawn_thread
, etc)Manual pages are available in doc/
, and additional documentation is available on the wiki.