[BOOT] Get rid of useless comments
This commit is contained in:
@@ -109,22 +109,30 @@ typedef struct {
|
||||
ULONG BasePageOffset;
|
||||
} BOOT_MEMORY_INFO, *PBOOT_MEMORY_INFO;
|
||||
|
||||
/* Memory descriptor caching attributes */
|
||||
//
|
||||
// Memory descriptor caching attributes.
|
||||
//
|
||||
#define MEMORY_ATTRIBUTE_UC 0x0000000000000001
|
||||
#define MEMORY_ATTRIBUTE_WC 0x0000000000000002
|
||||
#define MEMORY_ATTRIBUTE_WT 0x0000000000000004
|
||||
#define MEMORY_ATTRIBUTE_WB 0x0000000000000008
|
||||
#define MEMORY_ATTRIBUTE_UCE 0x0000000000000010
|
||||
|
||||
/* Memory descriptor protection attributes */
|
||||
//
|
||||
// Memory descriptor protection attributes.
|
||||
//
|
||||
#define MEMORY_ATTRIBUTE_WP 0x000000000000100
|
||||
#define MEMORY_ATTRIBUTE_RP 0x000000000000200
|
||||
#define MEMORY_ATTRIBUTE_XP 0x000000000000400
|
||||
|
||||
/* Memory descriptor location attributes */
|
||||
//
|
||||
// Memory descriptor location attributes.
|
||||
//
|
||||
#define MEMORY_ATTRIBUTE_BELOW_1MIB 0x80000
|
||||
|
||||
/* Memory descriptor runtime mapping attributes */
|
||||
//
|
||||
// Memory descriptor runtime mapping attributes.
|
||||
//
|
||||
#define MEMORY_ATTRIBUTE_RUNTIME 0x1000000
|
||||
|
||||
typedef enum {
|
||||
|
Reference in New Issue
Block a user