Format: AllC/C++CSSTextshell script Advanced Search
126: /* check the signature in the boot block */ 127: if ( GMH(&buf.signature) != 0xaa55 ) return E_OK; /* no partition */ 128: