commit | 7e641025cb92abb89af7284f6da70d7de3018cde | [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> | Tue May 09 13:28:27 2023 +0000 |
tree | 196bf7296401034d57e6e2353ae6426e5e02cc61 | |
parent | 2192551b06aa79a4cb7c1c86cc6831d6dc3b0c07 [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. Bug: 270684188 Bug: 279209532 Test: atest vmbase_example.integration_test Test: atest rialto_test Test: atest MicrodroidTests Change-Id: I6c3f8e4957e39e1c966a219149b253360782ba8e Merged-In: 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.