ddk: 3.14-rc1 includes

git-svn-id: svn://kolibrios.org@4559 a494cfbc-eb01-0410-851d-a64ba20cac60
This commit is contained in:
Sergey Semyonov (Serge)
2014-02-06 06:52:49 +00:00
parent 90fa4be334
commit f3db1a486f
22 changed files with 618 additions and 169 deletions

View File

@@ -17,6 +17,11 @@
#define PG_NOCACHE 0x018
#define PG_SHARED 0x200
#define _PAGE_PRESENT (1<<0)
#define _PAGE_RW (1<<1)
#define _PAGE_PWT (1<<3)
#define _PAGE_PCD (1<<4)
#define _PAGE_PAT (1<<7)
#define MANUAL_DESTROY 0x80000000