commit | 8bb3d72544e6a8e0eb01fcef7d9279e1553a4b82 | [log] [tgz] |
---|---|---|
author | Pierre-Clément Tosi <ptosi@google.com> | Fri Apr 21 16:10:56 2023 +0100 |
committer | Pierre-Clément Tosi <ptosi@google.com> | Thu Apr 27 09:19:38 2023 +0100 |
tree | 5526e97b89cae530d6c40db67c37f0b041ddf033 | |
parent | 2c3ce5c87de6b6e34302a9ee18158e03add1ba80 [diff] |
vmbase: Map .bss, .data, & stack separately Map the "scratch" (.data & .bss) and stack regions separately to allow them to be placed in non-contiguous regions. Note: No functional change intended. Test: atest vmbase_example.integration_test Test: atest rialto_test Test: atest MicrodroidTests Change-Id: I6c3f8e4957e39e1c966a219149b253360782ba8e
This repository contains userspace services related to running virtual machines on Android, especially protected virtual machines. See the getting started documentation and Microdroid README for more information.