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

https://github.com/misprit7/tiaraos

My hobby OS to test and learn about OS/kernel development.
https://github.com/misprit7/tiaraos

Last synced: 5 months ago
JSON representation

My hobby OS to test and learn about OS/kernel development.

Awesome Lists containing this project

README

        




tiaraOS

"**T**iara **I**s **A** **R**ecursive **A**cronym" (or alternatively, "**T**his **I**sn't **A** **R**ecursive **A**cronym") **O**perating **S**ystem is my personal operating system to learn how more about the domain with the help of [osdev.org](https://wiki.osdev.org/Main_Page). Right now it is relatively simple with support for VGA output, paging and running as a higher half kernel. For example (I've also gotten it working on an actual laptop):

![image](https://user-images.githubusercontent.com/33139843/172330608-b770125a-98b7-4cdc-90f7-2605b81caec7.png)

Next steps are to implement an interrupt descriptor table and doing a more proper page allocator.