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

https://github.com/arnau478/owl-os

Yet another self-learning OS
https://github.com/arnau478/owl-os

assembly c hobby-kernel hobby-os kernel low-level open-source operating-system os unix x86-64

Last synced: 8 months ago
JSON representation

Yet another self-learning OS

Awesome Lists containing this project

README

          

# Owl OS
A self-learning operative system developed in C and assembly

# Todo
- [x] Bootloader
- [x] FAT12 file system
- [x] GDT
- [x] IDT
- [x] ISR
- [x] IRQ
- [x] Hardware interrupts
- [ ] User mode
- [ ] GUI
- [ ] Builtin C compiler
- [ ] Builtin [opulus](https://github.com/Arnau478/opulus) interpreter
- [ ] Builtin [larix](https://github.com/Arnau478/larix) compiler
- [ ] Ethernet protocol
- [ ] IP protocol
- [ ] TCP protocol
- [ ] HTTP protocol

[![Owl OS build](https://github.com/Arnau478/owl-os/actions/workflows/build.yml/badge.svg)](https://github.com/Arnau478/owl-os/actions/workflows/build.yml)