Skip to content

liucijaad/kernel

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Bootloader + Kernel

Objectives

The main objective of this project is to learn more about low-level programming and how software interacts with hardware. The aim is to create a simple bootloader and kernel, capable of loading something.

Tools Used

  • Make
  • NASM
  • Vim
  • QEMU
  • Git
  • gdb