Skip to content

Latest commit

 

History

History
13 lines (10 loc) · 299 Bytes

File metadata and controls

13 lines (10 loc) · 299 Bytes

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