commit | ee6d10de2d32711525dc37090f6b617a8526ad3a | [log] [tgz] |
---|---|---|
author | swissChili <swisschili@fastmail.com> | Sat May 29 18:05:16 2021 -0700 |
committer | swissChili <swisschili@fastmail.com> | Sat May 29 18:05:16 2021 -0700 |
tree | e0b79e08a62d821d47c39c4b82cee915b9d85f41 | |
parent | aed6ff3a05cc293637b875dc1e5ccd41b1466044 [diff] |
Finish refactor, add 0x80 and 0x81 to IDT
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.