GithubHelp home page GithubHelp logo

swisschili / bluejay Goto Github PK

View Code? Open in Web Editor NEW
2.0 2.0 0.0 675 KB

Multi-tasking operating system for x86. Mirror of http://code.swisschili.sh/bluejay/

Home Page: https://bluejay.readthedocs.io/en/latest/

Assembly 3.51% C 86.88% GDB 0.04% Python 0.59% Shell 0.65% M4 1.49% Common Lisp 2.27% Makefile 0.09% Awk 0.12% Emacs Lisp 0.75% Tcl 3.61%
kernel x86 compiler bluejay operating-system

bluejay's Introduction

Bluejay

builds.sr.ht status

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

Roadmap

  • Virtual memory
    • Higher-half kernel
    • Per-process memory
    • Placeholder physical allocator
    • Efficient kernel virtual allocator
  • Preemptive multitasking
    • Multi-threading
    • Multi-process support (in progress)
  • Device drivers
    • PCI
    • USB
      • Mouse + keyboard drivers
    • Storage device drivers
      • ATA PIO
      • SATA
  • Synchronization primitives
    • Process-local spin lock
    • Kernel-level semaphore
  • Filesystem
    • Virtual file system
    • Initial ramdisk
    • Filesystem drivers
      • EXT2 (in progress)
        • Read
        • Write
        • Consistency check (fsck)
      • FAT32
  • System call API
    • Filesystem API
    • Memory management API (sbrk, mmap, etc)
    • Process/thread API (spawn_process, spawn_thread, etc)
  • Lisp compiler
    • JIT compiler using dynasm
      • Basic compilation
      • GC
      • Lexical closures
    • Standard library (in progress)
      • CLOS-style OO library
  • Kernel module API
    • Lisp API
  • Graphical subsystem
    • Graphical environment
  • Network stack
    • Ethernet driver
    • IP
    • TCP
      • Graphical applications like browser, IRC client
    • UDP

Documentation

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.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.