Opened 9 years ago
Last modified 9 years ago
#15216 new defect
Guru Meditation after installing FreeDOS
Reported by: | Mastropiero | Owned by: | |
---|---|---|---|
Component: | other | Version: | VirtualBox 5.0.16 |
Keywords: | FreeDOS Guru Meditation | Cc: | |
Guest type: | other | Host type: | Windows |
Description
Hi,
I've just installed the latest version of FreeDOS and get a Guru Meditation error when trying to boot that machine.
Attachments (1)
Change History (3)
by , 9 years ago
comment:1 by , 9 years ago
comment:2 by , 9 years ago
On the other hand this could be still a bug in VirtualBox or in FreeDOS. Which version of FreeDOS did you install, did this guest work with older versions of VirtualBox and is the problem reproducible?
Note:
See TracTickets
for help on using tickets.
This is a triple fault.
SS:SP = 1fe0:0001
A normal computer would also triple fault under such condition. I guess that raising the triple fault is intended to reboot the (virtual) computer. Try
(user manual section 8.8.1) to tell the VMM that it should reboot the VM if the guest raises a triple fault.
You will probably ask why this setting is not enabled by default. The reason is that there are several ways to reset the computer (e.g. by using the ACPI), and triggering a triple fault is kind of a sledge hammer and normally not used. But for DOS the sledgehammer is probably the intended mean ...