Skip to content

matthew4850/Kernel

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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)
  7. Switching to usermode and back to the kernel

Releases

No releases published

Packages

No packages published

Languages