commit | 4749d0228449ee978da504d6fd993f15fe96e550 | [log] [tgz] |
---|---|---|
author | swissChili <swisschili@fastmail.com> | Mon Jul 19 12:33:06 2021 -0700 |
committer | swissChili <swisschili@fastmail.com> | Mon Jul 19 12:33:06 2021 -0700 |
tree | 794be3d0ee8b502e4d801e2b5b464fd62b681c5a | |
parent | 52a03d87132d25d417f8852789ea950325ce1201 [diff] |
Add fast bitset, inode search to EXT2
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
fsck
)sbrk
, mmap
, etc)spawn_process
, spawn_thread
, etc)The Bluejay manual contains out dated documentation. A complete manual will be available before the 1.0 release. For now there isn't a ton to document as the user-space API is non-existent.