[FAST486]
authorAleksandar Andrejevic <aandrejevic@reactos.org>
Fri, 21 Feb 2014 01:05:47 +0000 (01:05 +0000)
committerAleksandar Andrejevic <aandrejevic@reactos.org>
Fri, 21 Feb 2014 01:05:47 +0000 (01:05 +0000)
Enable the Alignment Check flag. Apparently the 486 supports it.

svn path=/branches/ntvdm/; revision=62277

lib/fast486/common.h

index df05025..a97f1c5 100644 (file)
@@ -29,8 +29,8 @@
 #define SIGN_FLAG_BYTE  0x80
 #define SIGN_FLAG_WORD  0x8000
 #define SIGN_FLAG_LONG  0x80000000
-#define REAL_MODE_FLAGS_MASK 0x17FD5
-#define PROT_MODE_FLAGS_MASK 0x10DD5
+#define REAL_MODE_FLAGS_MASK 0x57FD5
+#define PROT_MODE_FLAGS_MASK 0x50DD5
 
 /* Block size for string operations */
 #define STRING_BLOCK_SIZE 4096