Skip to content

foo0x29a/bootloader

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Bootloader

This repository holds some bootloader exercises/experiments based on 0xAX. It is written in GNU assembly (AT&T syntax).

How to build

$ as boot.s -o boot.o
$ ld --oformat binary -T linker.ld boot.o -o boot 

How to run

Using qemu:

$ qemu-system-i386 boot

How to debug

Normally build but run using bochs:

$ bochs

Releases

No releases published

Packages

No packages published