GitHub / PointProgram / virtual_address_mapping
Addresses generated by the ARM processor are virtual addresses. When the MMU is enabled, it translates these virtual addresses into physical addresses. This means that you can access code or data at a chosen virtual address, when the physical address is at a different location.
JSON API: http://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PointProgram%2Fvirtual_address_mapping
Stars: 0
Forks: 0
Open issues: 0
License: None
Language: C++
Size: 51.8 KB
Dependencies parsed at: Pending
Created at: almost 3 years ago
Updated at: almost 3 years ago
Pushed at: almost 3 years ago
Last synced at: about 2 years ago
Topics: gcc, memory-allocation, memory-management, segmentation, virtual-address