Subversion Repositories Kolibri OS

Rev

Rev 5270 | Go to most recent revision | Show entire file | Regard whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 5270 Rev 6082
Line 30... Line 30...
30
#define E820_RAM	1
30
#define E820_RAM	1
31
#define E820_RESERVED	2
31
#define E820_RESERVED	2
32
#define E820_ACPI	3
32
#define E820_ACPI	3
33
#define E820_NVS	4
33
#define E820_NVS	4
34
#define E820_UNUSABLE	5
34
#define E820_UNUSABLE	5
-
 
35
#define E820_PMEM	7
Line -... Line 36...
-
 
36
 
-
 
37
/*
-
 
38
 * This is a non-standardized way to represent ADR or NVDIMM regions that
-
 
39
 * persist over a reboot.  The kernel will ignore their special capabilities
-
 
40
 * unless the CONFIG_X86_PMEM_LEGACY option is set.
-
 
41
 *
-
 
42
 * ( Note that older platforms also used 6 for the same type of memory,
-
 
43
 *   but newer versions switched to 12 as 6 was assigned differently.  Some
-
 
44
 *   time they will learn... )
-
 
45
 */
Line 35... Line 46...
35
 
46
#define E820_PRAM	12
36
 
47
 
37
/*
48
/*
38
 * reserved RAM used by kernel itself
49
 * reserved RAM used by kernel itself