I'm looking to set a breakpoint on the start of a new process. Specifically ntkrnlpa.exe. I can track where the file is loaded but it doesn't seem to map the same to memory (didn't expect it to) and wouldn't know how to find the program entry point in any case. So far only managed to crash the VM. WinDbg also lists the process as ntkrpamp while the process list sees it simply as nt. Exactly what name and command should I use?