The IPL priority order is stored in non volatile memory of system. I want to read the non volatile memory to get a IPL priority order. How to do this. If you have any other idea to get IPL priority order ,please give me.
The IPL priority order is stored in non volatile memory of system. I want to read the non volatile memory to get a IPL priority order. How to do this. If you have any other idea to get IPL priority order ,please give me.
If you are referring to driver loading order, there are no guarantees of order (outside of partitioning into SYSTEM_BOOT, etc). See Services[^] in MSDN. Jeff