RaphMar2021 / TahaKernel

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

The Taha Kernel 🚀

Taha is a kernel developed from scratch for the x86 platform (x86-64). It showcases the foundational components of kernel developement, including memory management, task scheduling, and more.

Features:

  • 64-bit long mode
  • Custom GDT and IDT implementations
  • Basic memory management with paging
  • Simple task scheduling
  • Welcome screen with custom graphics rendering

About


Languages

Language:C 98.4%Language:Makefile 1.2%Language:Assembly 0.4%