mirror of
https://github.com/reactos/reactos.git
synced 2025-06-10 04:14:53 +00:00
[FAST486]
Enable the Alignment Check flag. Apparently the 486 supports it. svn path=/branches/ntvdm/; revision=62277
This commit is contained in:
parent
a4f4c415ac
commit
b9dd7fc5fc
1 changed files with 2 additions and 2 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue