commit | 708d4c4ffa8c49d707f89a1b19a9267c2f596427 | [log] [tgz] |
---|---|---|
author | swissChili <swisschili@fastmail.com> | Sun Jul 04 17:40:07 2021 -0700 |
committer | swissChili <swisschili@fastmail.com> | Sun Jul 04 17:40:07 2021 -0700 |
tree | d42ade7ef2528a5b8584e705fec5fe7025518933 | |
parent | 74348425691552bdd2e3d9e84d5a7c96d4be76e5 [diff] |
Fix memory leaks, aligned allocators
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.