
21
AprilInstalling KiCad Schematic Software
This lecture covers the installation of KiCad schematic/PCB software

21
AprilCreating KiCad Schematic
This lecture covers how to create electronic schematics

21
AprilKiCad Wiring The PCB(Printed Circuit Board)
In this lecture we write up the PCB

21
AprilKiCad - Creating A Schematic And PCB for Whack A Mole
In this lecture you will learn how to create a schematic and PCB for our Whack A Mole game that we made previously

27
JuneEnumerations In C
In this lecture you will learn how to work with "enums" also known as enumerations.

25
JanuaryImplementing The Memory
In this lecture we implement the Chip-8s memory, this memory will hold Chip-8 programs at run time.

23
MarchIntroduction

23
MarchWhat Is Memory?
This lecture explains the basics of what memory is

23
MarchThe Boot Process
Learn how machines boot in this fantastic lecture

23
MarchUnderstanding Real Mode?
Real mode is a legacy mode in Intel/AMD processors. Learn all about it here

23
MarchSegmentation Memory Model
In this lecture you learn how memory segmentation works

23
MarchImproving Our Bootloader
We improve our bootloader that we made on the first lesson

23
MarchPreparing our bootloader to be booted on real hardware
In this lecture we prepare our bootloader so that it can be booted on real hardware outside of the virtual machine

23
MarchWriting our bootloader to a USB stick
In this lecture we burn our boot-loader to a USB stick so that we can boot from it

23
MarchBooting the bootloader
In this lecture we restart our computers and boot from the USB stick. No operating system is required, our code runs on...

23
MarchThe Interrupt Vector Table Explained
This lecture discusses the interrupt vector table in detail

23
MarchImplementing our own interrupts in real mode

23
MarchDisk Access And How It Works

23
MarchReading from the hard disk

23
MarchWhat Is Protected Mode?
In this lecture you will learn the basics of protected mode which is essential for modern kernel development

23
MarchSwitching To Protected Mode
In this lecture you learn how to switch to protected mode

23
MarchRestructuring Our Project

23
MarchEnabling the A20 line

26
MarchLoading our 32 bit kernel into memory and working with debugging symbols
In this lecture we load the 32 bit kernel into memory
