vanten-s.com/content/posts/os/2024-07-22.md
vanten-s 11bf76fdf8
All checks were successful
/ build (push) Successful in 34s
Fixed fediring
2024-07-22 12:43:03 +02:00

21 lines
599 B
Markdown

+++
title = '2024 07 22'
date = 2024-07-22T11:20:58+02:00
categories = ["os"]
tags = ["lowlevel"]
summary = "OSDev is painfull"
draft = true
+++
## Introduction
I've been trying osdev for a few weeks now, and I decided that I would start writing a devlog :).
My end goal is a simple unix-like system, that doesn't have to be posix-compliant.
If you want a look on the source, it's available on [forgejo](https://forgejo.vanten-s.com/vanten-s/os).
## Things done
As I previously stated, I have written this for a while now. I have been able to implement:
- A functioning GDT
- A functioning IDT