X-Git-Url: https://git.reactos.org/?p=reactos.git;a=blobdiff_plain;f=reactos%2Fsubsystems%2Fntvdm%2Fbios%2Fbios32%2Fbios32.c;h=eb6f385daf5a08ba57509bccabd4145a3e7bd47a;hp=c6fbc84534593b5add5962cc4228210a48d8f201;hb=3f4d174d925565c9f08f29138462b8c3bd85eb8b;hpb=2085ccaf4691869f28bc69999e6c86554044d09c diff --git a/reactos/subsystems/ntvdm/bios/bios32/bios32.c b/reactos/subsystems/ntvdm/bios/bios32/bios32.c index c6fbc845345..eb6f385daf5 100644 --- a/reactos/subsystems/ntvdm/bios/bios32/bios32.c +++ b/reactos/subsystems/ntvdm/bios/bios32/bios32.c @@ -618,7 +618,8 @@ static VOID WINAPI Bios32ResetBop(LPWORD Stack) /* 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).