mirror of boredos
Find a file
2026-05-09 22:19:51 +02:00
.github/workflows actions: auto run on pushed commit 2026-05-09 21:37:46 +02:00
branding brand: replace old icon 2026-05-09 22:19:51 +02:00
docs doc: TCC 2026-05-09 01:17:55 +02:00
limine build: merge remaining submodules and clean up .gitignore 2026-05-09 01:56:30 +02:00
src brand: replace old icon 2026-05-09 22:19:51 +02:00
tools feature: Add ELF metadata support 2026-04-21 00:29:39 +02:00
.gitignore ignore: Static .a libraries 2026-05-09 17:25:40 +02:00
.gitmodules userland: replace legacy cc with native TCC and vendor submodule 2026-05-09 01:54:09 +02:00
boredos.svg Tweak: Updatedscreenshot.jpg and fixed boredos.svg alignment 2026-03-16 15:59:37 +01:00
disk.img ignore edk2-vars.fd 2026-05-08 21:07:21 +02:00
LICENSE update LICENSE 2026-03-16 15:21:17 +01:00
limine.conf .gitignore: src/userland/cli/third_party/tcc/ 2026-05-09 01:11:58 +02:00
linker.ld Fancier limine and WAY faster boot 2026-02-26 22:11:46 +01:00
Makefile feat: Add seperate runtime parameters for run-hd for windows and linux 2026-05-09 21:55:36 +02:00
NOTICE READ THIS!!! 2026-02-28 00:05:57 +01:00
POLICY.md legal: Usage policy V2.0 2026-05-04 23:20:50 +02:00
README.md doc: new icons, contributor and README refresh 2026-05-09 18:51:27 +02:00

BoredOS

BoredOS Logo

A modern x86_64 hobbyist operating system built from the ground up.

License: GPL v3 Platform: x86_64 Status: Active GitHub all releases


BoredOS is a x86_64 operating system featuring a custom DE, LwIP networking, SMP, FAT32 filesystem and fully functional userland.

Screenshot

Note

The screenshot above may represent a previous build and is subject to change as the UI evolves.


Features

System Architecture

  • 64-bit Long Mode: Fully utilizing the x86_64 architecture.
  • Symmetric Multi-Processing (SMP): Full support for multi-core CPUs via Limine SMP.
  • LAPIC & IPI Scheduling: Advanced interrupt handling and inter-processor communication for task distribution.
  • SMP-Safe Spinlocks: Robust kernel-wide synchronization for VFS, process management, and the GUI.
  • Multiboot2 Compliant: Bootable on real hardware and modern emulators.
  • Kernel Core: Interrupt Descriptor Table (IDT) management and a robust syscall interface.
  • Filesystem: Full FAT32 support for persistent and in-memory storage.
  • Networking: Includes the lwIP networking stack and a basic web browser.

Graphical User Interface

  • BoredWM: A custom Window Manager with drag-and-drop, mouse-centered interaction.
  • Customization: Adjustable UI to suit your aesthetic.
  • Media Support: Built-in image decoding. (PNG, GIF, JPEG, TGA, BMP)

Included Applications

  • Productivity: GUI Text Editor calculator, Markdown Viewer, a simple browser and BoredWord.
  • Creativity: A Paint application.
  • Utilities: Terminal, Task Manager, File Explorer, Clock and a (limited) C Compiler.
  • Games: Minesweeper and DOOM.

📚 Documentation

Explore the internal workings of BoredOS via our comprehensive guides in the docs/ directory.


Support the Journey

If you find this project interesting or helpful, consider fueling the development with a coffee!

Buy Me A Coffee

Contributors

  • BoredDevNL — Project creator and lead maintainer.
  • Lluciocc — Contributor.
  • Artemix1508 - Artworks.

Project Disclaimer & Heritage

BoredOS is the successor to BrewKernel, a project initiated in 2023.

While BrewKernel served as the foundational learning ground for this OS, it has been officially deprecated and archived. It no longer receives updates, bug fixes, or pull request reviews. BoredOS represents a complete architectural reboot, applying years of lessons learned to create a cleaner, more modular, and more capable system.

Important

Please ensure all issues, discussions, and contributions are directed to this repository. Legacy BrewKernel code is preserved for historical purposes only and is not compatible with BoredOS.


License

Copyright (C) 2023-2026 boreddevnl

Distributed under the GNU General Public License v3. See the LICENSE file for details.

Important

This product includes software developed by Chris ("boreddevnl"). You must retain all copyright headers and include the original attribution in any redistributions or derivative works. See the NOTICE file for more details.