a22ab1744c1a2accfa5d4155102413d1b8100b89
Bochs' CPU loop hook is not the right place to trigger a reboot; the EIP increment soon thereafter leaves the CPU in an invalid state: 00194392696e[CPU0 ] prefetch: EIP [00010000] > CS.limit [0000ffff] 00194392698e[CPU0 ] prefetch: EIP [00010000] > CS.limit [0000ffff] 00194392700e[CPU0 ] prefetch: EIP [00010000] > CS.limit [0000ffff] ... Instead, do it where the "reboot" button also does it -- synchronously in a timer handler. git-svn-id: https://www4.informatik.uni-erlangen.de/i4svn/danceos/trunk/devel/fail@1507 8c4709b5-6ec9-48aa-a5cd-a96041d1645a
Description
No description provided
Languages
C++
45%
C
36.8%
Python
8.2%
Shell
1.7%
Makefile
1.6%
Other
6.2%