Changeset 614 for trunk/kernel/mm/vmm.h
- Timestamp:
- Jan 15, 2019, 1:59:32 PM (4 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/kernel/mm/vmm.h
r611 r614 138 138 * - It initializes the generic page table, calling the HAL specific hal_gpt_init() function. 139 139 * - For TSAR it map all pages for the "kentry" vseg, that must be identity mapping. 140 * Note: 140 ******************************************************a************************************** 141 * Implementation notes: 141 142 * - The "code" and "data" vsegs are registered by the elf_load_process() function. 142 143 * - The "stack" vsegs are dynamically created by the thread_user_create() function.
Note: See TracChangeset
for help on using the changeset viewer.