redstrate.com/content/software/sen.md

17 lines
571 B
Markdown
Raw Normal View History

---
title: "Sen"
date: 2022-06-01
draft: false
layout: "project"
2023-06-23 14:42:45 -04:00
projtags:
- Kernel
- C
license: GPLv3
2024-08-09 16:55:43 -04:00
source: https://codeberg.org/redstrate/sen
2023-03-01 14:02:08 -05:00
summary: "Kernel for learning purposes."
---
This is my custom kernel for learning purposes. I'm not a osdev at all, so please excuse the mess.
Right now it compiles for x86_64, 32-bit is not supported. Most of this is just skeleton code from osdev.org, but I cleaned some stuff. I use Stivale for higher half kernel loading and not having to gaff about a bootloader for now. Limine is included as my bootloader of choice.