Update AMD Features vector to include NX (page table entry no-execute bit)

and LM (long mode) etc.
This commit is contained in:
Peter Wemm 2003-05-27 21:59:56 +00:00
parent a09d02f780
commit 5e1b7df5cf

View File

@ -358,17 +358,17 @@ print_AMD_features(void)
"\022PGE36" /* 36 bit address space support */
"\023RSVD" /* Reserved, unknown */
"\024MP" /* Multiprocessor Capable */
"\025<b20>"
"\025NX" /* Has EFER.NXE, NX (no execute pte bit) */
"\026<b21>"
"\027AMIE" /* AMD MMX Instruction Extensions */
"\027MMX+" /* AMD MMX Instruction Extensions */
"\030MMX"
"\031FXSAVE" /* FXSAVE/FXRSTOR */
"\032<b25>"
"\033<b26>"
"\034<b27>"
"\035<b28>"
"\036<b29>"
"\037DSP" /* AMD 3DNow! Instruction Extensions */
"\0403DNow!"
"\036LM" /* Long mode */
"\0373DNow!+" /* AMD 3DNow! Instruction Extensions */
"\0403DNow!" /* AMD 3DNow! Instructions */
);
}