Skip to content
This repository has been archived by the owner on Dec 18, 2024. It is now read-only.

Latest commit

 

History

History
13 lines (7 loc) · 661 Bytes

README.md

File metadata and controls

13 lines (7 loc) · 661 Bytes

demo

(The screenshot is not representative of the actual current state of the project. The MDA window does not exist yet but other panels displayed mostly work. Some MDA work has been done but it's not finished yet.)

Overview

core86 is a WORK-IN-PROGRESS 8086 IBM PC emulator that aims to run MS/DOS as the initial goal.

Run

Run emulator by executing cargo run -- ./path/to/boot/floppy.img

Run the GUI by executing cd gui && python3 -m venv ./venv && source ./venv/bin/activate && pip3 install -r requirements.txt && python3 main.py