include vmm.inc
mov     ebx, [VMHandle]
VMMCall Get_Initial_Thread_Handle
mov     [hThread], edi
 Returns a handle identifying a thread that was created at the same time that the virtual machine was created. Uses EDI and Flags.
This service can be called at interrupt time.