Skip to content

Latest commit

 

History

History
11 lines (9 loc) · 170 Bytes

File metadata and controls

11 lines (9 loc) · 170 Bytes

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