commit | c3abd7a3830c30f482f16429e2bf25e9f117190d | [log] [tgz] |
---|---|---|
author | Daniel Leung <daniel.leung@intel.com> | Wed Jul 14 14:49:51 2021 -0700 |
committer | Christopher Friedt <chrisfriedt@gmail.com> | Thu Aug 26 21:16:22 2021 -0400 |
tree | efb922a95f9dd84f1a63d35ec855b51ec1469815 | |
parent | fa3267165c211055a1d3af6f50167aa7cff03720 [diff] |
demand_paging: add a flash-based backing store for qemu_x86_tiny This adds a flash-based backing store for qemu_x86_tiny board for testing demand paging. This allows us to test code execution where .text section is not in physical memory at boot. Signed-off-by: Daniel Leung <daniel.leung@intel.com>