Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/jwt2706/baboscos

hobby os featuring a limine protocol compliant kernel (wip) [s!]
https://github.com/jwt2706/baboscos

idkwhatimdoing limine os

Last synced: 5 days ago
JSON representation

hobby os featuring a limine protocol compliant kernel (wip) [s!]

Awesome Lists containing this project

README

        

# BaboscOS

[![Build](https://github.com/jwt2706/BaboscOS/actions/workflows/build.yml/badge.svg)](https://github.com/jwt2706/BaboscOS/actions/workflows/build.yml)

BaboscOS: Bare And Basic Open Source Console-based Operating System (insane naming, i know)

## What's this?

This is just a tinkering project (so expect thing to be messy)

It's basically a tiny useless 64-bit operating system that only works on x86 arch.
I have some cool ideas for this project, but I'm taking things one at a time, so we'll see where this goes.

## What's the reason?

I wanted to build an os, and so now im finally attempting that. I decided to start off with this [limine template](https://github.com/limine-bootloader/limine-c-template) after reading the osdev wiki for a while. I figured it was a better place to start than to write my own bootloader lol (but i do plan on doing that one day).