https://github.com/jwt2706/baboscos
Tiny useless os for x86 [!website]
https://github.com/jwt2706/baboscos
idkwhatimdoing limine os
Last synced: 3 months ago
JSON representation
Tiny useless os for x86 [!website]
- Host: GitHub
- URL: https://github.com/jwt2706/baboscos
- Owner: jwt2706
- Created: 2024-07-23T17:02:03.000Z (10 months ago)
- Default Branch: main
- Last Pushed: 2024-09-18T02:42:14.000Z (8 months ago)
- Last Synced: 2025-01-07T12:45:18.768Z (5 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
[](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).