Skip to content

Latest commit

 

History

History
23 lines (14 loc) · 654 Bytes

File metadata and controls

23 lines (14 loc) · 654 Bytes

Bare Metal x86 Rambling Simulator

Simple text venture game (an adventure game minus the action) that runs without any OS. The x86 bootstrapping shenanigans are implemented using the excellent guide by Nick Blundell, which you can find here (or archive link ).

exciting screenshot

Prerequisites

To build and run using the files in this project you need:

NASM assembler

QEMU emulator

both must be available in your PATH

Usage

Windows:

./build
./run