OSDev.org

The Place to Start for Operating System Developers
It is currently Thu Mar 28, 2024 5:31 pm

All times are UTC - 6 hours




Post new topic Reply to topic  [ 1 post ] 
Author Message
 Post subject: KoiOS 0.1
PostPosted: Tue Apr 21, 2020 7:14 am 
Offline
User avatar

Joined: Tue Apr 26, 2016 3:50 pm
Posts: 10
Location: South Carolina
https://github.com/GabrielRRussell/KoiOS

I just open sourced my project! It doesn't have a license, since I'm still removing all of the code examples I used while I was still learning so I can apply one. I'll probably end up going with the MIT license, either that or the GPL. I feel like now that I have an actual functioning bootloader, and basic FAT32 support, I can show it off. It's not just a fancy Screen Printer either. You won't see much just running it, but it has (as of now):

A basic ATA driver (for reading sectors off of a hard disk),
A serial driver for debugging,
A PIT driver for precise timing,
And right now I'm writing a kernel level FAT32 Driver, which should be coming up pretty soon.

It's more of a toy project, and I don't have any kind of direction I want to take with it, but if I had to guess, it'd be something monolithic, since that's what interests me.
I know, the makefiles are written rather poorly. I'd like to change those soon, but I'm more used to shell scripts, so it's taking some time to get used to the syntax of make.

_________________
KoiOS: https://github.com/GabrielRRussell/KoiOS
Code:
#define CURRENT_YEAR 2014 // Change this each year!


Top
 Profile  
 
Display posts from previous:  Sort by  
Post new topic Reply to topic  [ 1 post ] 

All times are UTC - 6 hours


Who is online

Users browsing this forum: No registered users and 26 guests


You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot post attachments in this forum

Search for:
Jump to:  
Powered by phpBB © 2000, 2002, 2005, 2007 phpBB Group