1
0
mirror of https://github.com/hsoft/collapseos.git synced 2024-09-16 20:38:46 +10:00
collapseos/emul/8086/README.md
2020-10-24 20:41:51 -04:00

9 lines
349 B
Markdown

# 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.