Originally posted by fujianabc at 2006-4-24 21:32:
How can you tell? Specifically, in what aspects?
PE environment and Win98 boot from CD each have their own advantages. The biggest problems I think with the PE environment are 4:
1. Relatively much larger in size
2. Boot speed is very slow, especially the CD-boot version of PE, and even more so on relatively bad CD drives, heh
3. Also the most fatal, the hardware compatibility of CD-boot PE is not as good as that of 98. Because it cannot work in DOS/BIOS compatible mode. For example, many BIOS INT13 support SATA RAID even SCSI RAID access. At this time, CD-boot 98 can directly read the disk through BIOS, so it can access the disk array normally without any drivers. CD-boot PE in many cases cannot, and must have the correct chipset drivers added when building it. For devices like network cards, CD drives, etc., although 98 cannot directly support them, as long as such drivers are loaded in DOS in advance, 98 can also access them in DOS compatible mode. Loading drivers under DOS is after all more convenient than rebuilding the WinPE environment.
4. It is too difficult to customize the API of the WinPE environment, which also restricts the applications that can run in this environment. Customizing the API of CD-boot 98 is very convenient. However, some relatively new APIs are not available even in the full version of 98, and applications in Unicode version need MSLU and support during compilation.
In addition to the above points, it seems that PE completely surpasses 98