OS Intro
Intro to the series I’ll be trying to make an operating system.
Building a cross compiler Following along with the instructions from OsDev Wiki - GCC Cross Compiler, I created a script to download, verify, configure, build, and install the latest binutils + gcc toolchain.
The script is really simple, and assumes that the build dependancies are installed.
For this series I will be targeting i686-elf.
The First Kernel My first kernel will do nothing but halt.
[Read More]