- Emulation of the i8086, i386 and i486 CPU (i486 still work in progress)
- Basic IDE and VGA emulation (no CD-ROM atm)
- PC Speaker output
- Serial and PS/2 Mouse emulation
- ... and yes, it boots Windows 95/98 :)
- jPC_HDD_386.zip contains an preinstalled FreeDos 1.2, and some shareware classics like CD Man, Commander Keen, Dr. Rudy, Jetpack, Jill Of The Jungle, Overkill and others. Unfortunately, this image will not work with the XT System.
The project requires the Tseng ET 4000 BIOS ROM (and optionally the IBM Basic) which I can't give you. You have to "find" them yourself - for educational purposes of course :).
- Tseng ET4000 BIOS ROM
(Required file: et4000.bin) - IBM Basic C1.10 ROM
(Optional file: basicc11.bin)
- Compile the project
- Place et4000.bin (and optionally basicc11.bin) into the folder ./data/roms/ before you start the project.
- You'll find a compiled version of the project in the corresponding issues thread.
- WinImage, for manipulating hard disk images. You have to have this in order to create your own hard disk images and to copy files from your pc into that image.
Have fun.