--- np2/i286a/cpucore.h 2003/12/26 00:11:50 1.6 +++ np2/i286a/cpucore.h 2004/01/05 05:04:53 1.7 @@ -37,6 +37,13 @@ enum { }; enum { + MSW_PE = 0x0001, + MSW_MP = 0x0002, + MSW_EM = 0x0004, + MSW_TS = 0x0008 +}; + +enum { CPUTYPE_V30 = 0x01 };