Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/matthew4850/kernel

Kernel I am developing.
https://github.com/matthew4850/kernel

asm c kernel osdev posix x86

Last synced: about 1 month ago
JSON representation

Kernel I am developing.

Awesome Lists containing this project

README

        

This is a kernel I am creating to learn about low level development and modern operating system design (and for fun!).

Right now it supports
1. GDT
2. Interrupts
3. 8259 PIC
4. PS/2 keyboard
5. Basic scheduling
6. TSS (software context switching is primarily used but the TSS is still required to get out of usermode)
6. Switching to usermode and back to the kernel