<html>
  <head>

    <meta http-equiv="content-type" content="text/html; charset=ISO-8859-15">
  </head>
  <body bgcolor="#FFFFFF" text="#000000">
    Hi list, <br>
    <br>
    I try to test some flag in ipxe script. If i see right (depending on
    <a class="moz-txt-link-freetext" href="https://git.ipxe.org/mirror/memtest.git/blame/1abd405570a2692adcc3bef3845bfb9178a1d952:/cpuid.h">https://git.ipxe.org/mirror/memtest.git/blame/1abd405570a2692adcc3bef3845bfb9178a1d952:/cpuid.h</a>),
    the following flag are recognized in this way:<br>
    <br>
    <big><big><big><tt>cpuid --ext 6  = PAE Support</tt><tt><br>
          </tt><tt>cpuid 26       = SSE2 Support</tt><tt><br>
          </tt><tt>cpuid --ext 20 = NX Support<br>
            <br>
            Is this correct?<br>
            <br>
            Reffering the cpuid.h file line 166 = bit 0, line 196 = bit
            31, but 166+31=197, so there seems one bit omitted, but Im
            not sure, that Im allowed to relate in this way.<br>
            <br>
            Tfh!<br>
            <br>
            Oliver<br>
            <br>
          </tt></big></big></big>
  </body>
</html>