collapseos/emul/8086
Virgil Dupras 885e7db054 emul/8086: add BLK support 2020-10-24 23:20:20 -04:00
..
.gitignore emul/8086: add INT hooks 2020-10-24 21:50:44 -04:00
Makefile emul/8086: add BLK support 2020-10-24 23:20:20 -04:00
README.md emul/8086: wip 2020-10-24 20:41:51 -04:00
cpu.c emul/8086: implement AT-XY 2020-10-24 23:00:45 -04:00
cpu.h emul/8086: implement AT-XY 2020-10-24 23:00:45 -04:00
forth.c emul/8086: add BLK support 2020-10-24 23:20:20 -04:00
xcomp.fs emul/8086: add BLK support 2020-10-24 23:20:20 -04:00

README.md

8086 emulator

This is a work in progress. The goal is to have something lighter than QEMU to run Collapse OS on and also something that is easier to plug with my stuff. Something I could run without BIOS (have my own studs for INT 10 and INT 13).

My first try was with 8086tiny, but this code is messy. Fake86 is a bit bigger, but also cleaner.