Skip to content

Commit

Permalink
Revert guest RAM size
Browse files Browse the repository at this point in the history
  • Loading branch information
alexandermbrown committed Jan 30, 2024
1 parent b9c7cc8 commit 710eaec
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions examples/audio/vmm.c
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,7 @@
* guest's "RAM" the same for all platforms. For just booting Linux with a
* simple user-space, 0x10000000 bytes (256MB) is plenty.
*/
#define GUEST_RAM_SIZE 0x08000000
// #define GUEST_RAM_SIZE 0x10000000
#define GUEST_RAM_SIZE 0x10000000

#if defined(BOARD_qemu_arm_virt)
#define GUEST_DTB_VADDR 0x4f000000
Expand Down

0 comments on commit 710eaec

Please sign in to comment.