buchunju / atlas

A simple x86 bootloader.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

atlas x86 Bootloader

A simple bootloader. Still in development. Just for educational purposes.

BUILD

make

RUN

cd boot/x86
qemu-system-x86_64 -m 512M -hda hdd.img

About

A simple x86 bootloader.


Languages

Language:Assembly 78.8%Language:Makefile 12.8%Language:Shell 7.0%Language:C 1.4%