Author: aandrejevic
Date: Fri Feb 21 01:05:47 2014
New Revision: 62277
URL:
http://svn.reactos.org/svn/reactos?rev=62277&view=rev
Log:
[FAST486]
Enable the Alignment Check flag. Apparently the 486 supports it.
Modified:
branches/ntvdm/lib/fast486/common.h
Modified: branches/ntvdm/lib/fast486/common.h
URL:
http://svn.reactos.org/svn/reactos/branches/ntvdm/lib/fast486/common.h?rev=…
==============================================================================
--- branches/ntvdm/lib/fast486/common.h [iso-8859-1] (original)
+++ branches/ntvdm/lib/fast486/common.h [iso-8859-1] Fri Feb 21 01:05:47 2014
@@ -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