jeffpar / pcjs.v1

PCjs Machines 1.0 (archived)
https://github.com/jeffpar/pcjs.org
GNU General Public License v3.0
475 stars 92 forks source link

PCjs 80386 boot hangs #46

Open yuhong opened 7 years ago

yuhong commented 7 years ago

Go to http://www.pcjs.org/disks/pcx86/windows/win95/4.00.950/debugger/ . Click Reset and then Run. Notice it hangs. Now, click Halt. Notice the ROM addresses now have zero data values.

yuhong commented 6 years ago

For example u f000:c914 on reset, then u f000:c914 when it hangs. Notice the different values.

jeffpar commented 6 years ago

Yes, it’s a probably a problem with Compaq’s ROM-in-write-protected-RAM feature (or rather, my emulation of it).

yuhong commented 6 years ago

Still a problem.