MentOS
0.8.0
The Mentoring Operating System
|
Data structure to differentiate memory zone. More...
Public Attributes | |
unsigned long | free_pages |
Number of free pages in the zone. | |
bb_instance_t | buddy_system |
Buddy system managing this zone. | |
page_t * | zone_mem_map |
Pointer to first page descriptor of the zone. | |
uint32_t | zone_start_pfn |
Index of the first page frame of the zone. | |
char * | name |
Zone's name. | |
unsigned long | size |
Zone's size in number of pages. | |
Data structure to differentiate memory zone.