2 * BIOS interrupt 19h handler
7 #include "debugtools.h"
9 DEFAULT_DEBUG_CHANNEL(int);
12 /**********************************************************************
15 * Handler for int 19h (Reboot).
17 void WINAPI DOSVM_Int19Handler( CONTEXT86 *context )
19 WARN("Attempted Reboot\n");