Status = InitializeCpuExceptionHandlers (VectorInfoList);ASSERT_EFI_ERROR(Status);/// Initialize Debug Agent to support source level debug in DXE phase//InitializeDebugAgent (DEBUG_AGENT_INIT_DXE_CORE, HobStart,NULL);/// Initialize Memory Services//CoreInitializeMemoryServices (&HobStart, &MemoryB...