Add PSE-36 (36-bit page size extension) support
Code ported from PCBox
This commit is contained in:
@@ -530,6 +530,7 @@ extern int hasfpu;
|
||||
#define CPU_FEATURE_3DNOW (1 << 6)
|
||||
#define CPU_FEATURE_SYSCALL (1 << 7)
|
||||
#define CPU_FEATURE_3DNOWE (1 << 8)
|
||||
#define CPU_FEATURE_PSE36 (1 << 9)
|
||||
|
||||
extern uint32_t cpu_features;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user