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.
- Host: GitHub
- URL: https://github.com/demkeys/x86-assembly-att-bootloaders
- Owner: Demkeys
- Created: 2018-12-28T00:43:38.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2019-01-05T03:10:45.000Z (over 7 years ago)
- Last Synced: 2025-03-01T03:46:05.678Z (over 1 year ago)
- Language: Assembly
- Size: 35.2 KB
- Stars: 2
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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)