GNU Released by Joerg Schilling, Modified by Wwashington.
Thanks to dfbb, COMMAN at smth.edu.cn for the great help.
mkisofs 1.15a40 +gbk +md5 (i686-pc-cygwin)
我觉得只要是启动的时候加有/minint的就是pe系统。
win2003的内核代码里面这么说的。
//
// Check whether we are booting into WinPE
//
if (Options) {
if (strstr(Options, "MININT") != NULL) {
InitIsWinPEMode = TRUE;