Hi, Andrew:

Thanks for your reply!

 

So, I made a conclusion:

If OldIdtSize > = 32, even below code not run, it’s aslo ok?

  // 

  for (Index = OldIdtSize; Index < 32; Index++) {

    Status = CpuRegisterInterruptHandler (&gCpu, Index, CommonExceptionHandler);

    ASSERT_EFI_ERROR (Status);

  }

 

Best wishes,

 

------------------------------------------------------------------------------
_______________________________________________
edk2-devel mailing list
edk2-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/edk2-devel

Reply via email to