Skip to content

tate8/kernel

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

kernel

32-bit kernel written in x86 and C

Compile and run

  • make to build
  • make run to run

Dependencies

  • qemu-system-i386
  • A GCC cross compiler
  • Nasm