Author: hbelusca
Date: Sun Oct 5 22:48:13 2014
New Revision: 64554
URL:
http://svn.reactos.org/svn/reactos?rev=64554&view=rev
Log:
Fix comment.
Modified:
trunk/reactos/subsystems/ntvdm/bios/bios32/bios32.c
Modified: trunk/reactos/subsystems/ntvdm/bios/bios32/bios32.c
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/subsystems/ntvdm/bios/bios…
==============================================================================
--- trunk/reactos/subsystems/ntvdm/bios/bios32/bios32.c [iso-8859-1] (original)
+++ trunk/reactos/subsystems/ntvdm/bios/bios32/bios32.c [iso-8859-1] Sun Oct 5 22:48:13
2014
@@ -618,7 +618,8 @@
/* Disable interrupts */
setIF(0);
- // FIXME: Check the word at 0040h:0072h and do one of the following actions:
+ // FIXME: Check the word at 0040h:0072h (Bda->SoftReset) and do one of the
+ // following actions:
// - if the word is 1234h, perform a warm reboot (aka. Ctrl-Alt-Del);
// - if the word is 0000h, perform a cold reboot (aka. Reset).