commit | 276b8cf5efcd5e36705e3153d3412853f997f670 | [log] [tgz] |
---|---|---|
author | swissChili <swisschili@fastmail.com> | Fri Jul 16 13:24:42 2021 -0700 |
committer | swissChili <swisschili@fastmail.com> | Fri Jul 16 13:24:42 2021 -0700 |
tree | 02fe251f920b7a177ab3ee28de6bdfda970c5e69 | |
parent | 484295de5bdc18ee5fb59ffebe2d89a647a5f225 [diff] |
Fix bug in ATA PIO driver
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)The Bluejay manual contains up to date documentation.