Changeset 160 for trunk/kernel/mm/ppm.h
- Timestamp:
- Jul 7, 2017, 2:03:01 PM (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/kernel/mm/ppm.h
r53 r160 48 48 * architecture specific bootloader. The reserved pages are defined in the boot_info 49 49 * structure. 50 * 50 * 51 51 * The main service provided by the PMM is the dynamic allocation of physical pages 52 52 * from the "kernel_heap" section. … … 64 64 spinlock_t dirty_lock; /*! lock protecting the dirty pages list */ 65 65 list_entry_t dirty_root; /*! root of dirty pages list */ 66 void * vaddr_base; /*! pointer on local physical memory base */ 66 void * vaddr_base; /*! pointer on local physical memory base */ 67 67 } 68 68 ppm_t;
Note: See TracChangeset
for help on using the changeset viewer.