firmware 透過 Driver return 的 status 來判斷後續處理動作

retrun EFI_SUCCESS : 會產生一個Handle 且底下有一個 Loaded_Image_Protocol

return ! EFI_SUCCESS : The image is automatically unloaded
                                    from system memory. 會call uninstallprotocol(Loaded_Image_Protocol)

所以如果這個 Image handle 底下只有Loaded_Image_Protocol,那他就會被刪除(此為我觀察的)

創作者介紹
創作者 linch0520的部落格 的頭像
linch0520

linch0520的部落格

linch0520 發表在 痞客邦 留言(0) 人氣( 604 )