commit | 5fe85a19da459cc07968a26981d8a423c8184bda | [log] [tgz] |
---|---|---|
author | swissChili <swisschili@fastmail.com> | Mon May 31 08:10:27 2021 -0700 |
committer | swissChili <swisschili@fastmail.com> | Mon May 31 08:10:27 2021 -0700 |
tree | bd7dad0f4040ca4eac63ebedbd59be1951184c10 | |
parent | 247cc56fbd3de03a775ff1bdc66b052eb97ed112 [diff] |
Add pci_device_drivers, IDE 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)Manual pages are available in doc/
, and additional documentation is available on the wiki.