Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: about 2 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 (over 3 years ago)
- Default Branch: master
- Last Pushed: 2024-05-16T16:00:32.000Z (7 months ago)
- Last Synced: 2024-05-16T17:25:23.100Z (7 months ago)
- Topics: assembly, bootsector, bootsector-game
- Language: Assembly
- Homepage:
- Size: 725 KB
- Stars: 9
- Watchers: 1
- Forks: 0
- 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![demo](demo/screensaver.gif)
## Dino (`dino`)
Built-in Chrome dino game in 320x200 256-color mode![demo](demo/dino.gif)
## 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).![demo](demo/hello_world.png)