21 lines
599 B
Markdown
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
|
|
|