Skip to content

Latest commit

 

History

History
34 lines (23 loc) · 493 Bytes

File metadata and controls

34 lines (23 loc) · 493 Bytes

Bored & Lonely OS

Minimal 32 bit operating system for x86 architectures

$~$

Features

Completed

  • Bootloader
  • VGA/CRTC Driver (25 x 80 text mode)
  • Booting into kernel

To Come

  1. Keyboard driver
  2. 2D gx library
  3. Filesystem
  4. Command line interpreter
  5. C compiler
  6. USB flasher for live boot

$~$

Screenshots

OS Banner Page

$~$

Tools/Technologies

  • Qemu
  • C (for kernel)
  • x86 asm (for bootloader and kernel head)