An open API service indexing awesome lists of open source software.

https://github.com/demkeys/x86-assembly-att-bootloaders

Bunch of bootloaders written in x86 Assembly using AT&T GAS Syntax. They can be run with QEMU.
https://github.com/demkeys/x86-assembly-att-bootloaders

Last synced: 2 months ago
JSON representation

Bunch of bootloaders written in x86 Assembly using AT&T GAS Syntax. They can be run with QEMU.

Awesome Lists containing this project

README

          

# x86 Assembly AT&T Bootloaders
Bunch of bootloaders written in x86 Assembly using AT&T GAS Syntax. They can be run with QEMU on Linux.

___NOTE: THESE ARE NOT TUTORIALS. This repo is meant to be used as a reference for info. But if it helps you in any way, great!___

## Index: ##
* [Barebones (does nothing, just boots)](https://github.com/Demkeys/x86-Assembly-ATT-Bootloaders/blob/master/BarebonesBoot)
* [Pixel Line](https://github.com/Demkeys/x86-Assembly-ATT-Bootloaders/tree/master/PixelLineBoot)
* [Rainbow Flag](https://github.com/Demkeys/x86-Assembly-ATT-Bootloaders/tree/master/RainbowFlagBoot)