bluewaysw / pcgeos

#FreeGEOS source codes. The offical home of the PC/GEOS operating system technology. For personal computing fans. For all developers and assembly lovers. For YOU!
Apache License 2.0
749 stars 87 forks source link

Crash in both qemu and dosemu #80

Open lighth7015 opened 4 years ago

lighth7015 commented 4 years ago

Hi ,

For some reason, after a few times entering and leaving protected mode, it crashes on entering PM (with a triple-fault in qemu) or crashing dosemu.

Dosemu complains about being out of some kvm resource.

What could be going on here?

jirkakunze commented 4 years ago

Why do you want to switch to protected mode? PC/Geos runs in real mode, the implementation of the protected mode is planned for the future.

lighth7015 commented 4 years ago

Oh, I just assumed since Extended (Above 1MB) was an option in Extra Memory Types, that it would basically enter protected mode. So does that not work yet, then?

lighth7015 commented 4 years ago

Anyway, when exiting GEOS, if I set the CPU type to emulated, it just hangs when shutting down.