Add Sen, add C & C++ tag to sm64-vulkan
This commit is contained in:
parent
8d9c050019
commit
1f3448a76d
2 changed files with 22 additions and 0 deletions
20
content/software/sen.md
Normal file
20
content/software/sen.md
Normal file
|
@ -0,0 +1,20 @@
|
|||
---
|
||||
title: "Sen"
|
||||
date: 2022-06-01
|
||||
draft: false
|
||||
layout: "project"
|
||||
tags:
|
||||
- Kernel
|
||||
- C
|
||||
license: GPLv3
|
||||
source: https://git.sr.ht/~redstrate/sen
|
||||
---
|
||||
|
||||
Kernel for learning purposes
|
||||
|
||||
<!--more-->
|
||||
---
|
||||
|
||||
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.
|
|
@ -6,6 +6,8 @@ layout: "project"
|
|||
tags:
|
||||
- SM64
|
||||
- N64
|
||||
- C
|
||||
- C++
|
||||
license: Unknown
|
||||
source: https://git.sr.ht/~redstrate/sm64
|
||||
---
|
||||
|
|
Loading…
Add table
Reference in a new issue