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.
- Host: GitHub
- URL: https://github.com/misprit7/tiaraos
- Owner: misprit7
- Created: 2021-03-04T18:55:20.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2022-06-07T08:16:15.000Z (about 3 years ago)
- Last Synced: 2024-11-14T13:24:03.150Z (7 months ago)
- Language: C
- Size: 2.82 MB
- Stars: 13
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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):

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