KO
|
EN
gitlite — search
Search
#java
#javascript
#android
#api
#php
#kotlin
#python
#spring-boot
#cli
#gmail
#git
#csharp
dream86
★ 29
Open GitHub ↗
dream86 - x86/PC emulator
Download README (.md)
Explore Similar Repositories
tracker
:
yolov5-deepsort+opencv.kcf+TensorRT+QT
View-Sri-Lanka
:
View Sri Lanka is a fully mobile responsive tourism guide web application for travelers all around the world who likes to visit Sri Lanka.
bundestag-lobbyregister-api
:
No description available.
wellArchitectureDesign
:
Leveraging matplotlib to visualize well drilling and construction
ThinkPad-X270-OpenCore-Hackintosh
:
Mostly working EFI for ThinkPad X270
// repository documentation
Was this content helpful?
★ 0
(0 ratings)
Select Rating:
★
★
★
★
★
Submit Feedback
Recent Feedback
×
Download README
Do you want to download the
README.md
file for
dream86
?
Download (.md)
# dream86 - an x86/PC :computer: emulator  dream86, the x86/PC emulator dedicated to my father.<br/><br/> When I was young, he bought a 386sx with MS-DOS 3.30.<br/> dream86 is capable of running MS-DOS 3.30; it was the 1st OS that it booted. It took many nights of painstaking debugging, but, at the end, it's here.<br/> <br/> dream86 is written in Rust. It's an experiment. I started using this language in December 2021, when I was searching for a different language to do Advent Of Code (https://adventofcode.com/). I'm not proficient in this language, but at least now I know that you have to run "cargo run --release" if you want an executable that is not a snail. To compile and run dream86: ``` cargo run --release <disk image full path> <com name> <runmode> ``` where: <br/> <br/> "disk image full path" is the path of a 1.44Mb .img disk image (or of a hard disk image)<br/> "com name" is the name of a .com or .bin program (used only with runmode=1 or 2)<br/> "runmode" is 0 to run the disk image, 1 to run the com file at the 2nd parameter and 2 to run a .bin file from artlav's test suite<br/> dream86 uses the plug-in BIOS from 8086tiny: https://github.com/alblue/8086tiny Have fun with dream86!