https://github.com/portasynthinca3/bootsect
A collection of simple boot sector applications written in NASM for IBM PC-compatibles
https://github.com/portasynthinca3/bootsect
assembly bootsector bootsector-game
Last synced: 10 months ago
JSON representation
A collection of simple boot sector applications written in NASM for IBM PC-compatibles
- Host: GitHub
- URL: https://github.com/portasynthinca3/bootsect
- Owner: portasynthinca3
- Created: 2021-08-23T20:34:01.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2024-05-16T16:00:32.000Z (about 2 years ago)
- Last Synced: 2025-04-08T12:51:50.138Z (about 1 year ago)
- Topics: assembly, bootsector, bootsector-game
- Language: Assembly
- Homepage:
- Size: 725 KB
- Stars: 17
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Boot sector application collection
A collection of simple boot sector applications written in NASM for IBM
PC-compatibles.
# Why?
I got a little bored with my current big project and wanted to refresh my
assembly knowledge too.
# Usage
- `./start.sh [application name]` will assemble the app and run it in QEMU
- `./flash.sh [application name] [block device]` will assemble the app and the
bootstrap script and flash them to the specified block device
# System requirements
80386 and a VGA-compatible graphics adapter (i.e. anything that was made in the
last 30 years).
# Application list
## Screensaver (`screensaver`)
Displays a simple animation in 320x200 256-color mode

## Dino (`dino`)
Built-in Chrome dino game in 320x200 256-color mode

## Hello, World! (`hello_world`)
Displays "Hello, World!" in the 16 VGA colors. Originally written live for a
low-level introductory lecture at [undef.space](https://undef.club).
