Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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!]
- Host: GitHub
- URL: https://github.com/jwt2706/baboscos
- Owner: jwt2706
- Created: 2024-07-23T17:02:03.000Z (4 months ago)
- Default Branch: main
- Last Pushed: 2024-09-18T02:42:14.000Z (about 2 months ago)
- Last Synced: 2024-09-18T06:01:05.375Z (about 2 months ago)
- Topics: idkwhatimdoing, limine, os
- Language: C
- Homepage:
- Size: 85.9 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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).