Skip to content

Commit

Permalink
monitor: Increase BOOTSTRAP_INVOCATION_DATA_SIZE
Browse files Browse the repository at this point in the history
To enable protection domains with larger memory footprints.

Signed-off-by: Ivan Velickovic <[email protected]>
Co-authored-by: Nick Spinale <[email protected]>
  • Loading branch information
Ivan-Velickovic and nspin committed Jan 18, 2024
1 parent ad271b5 commit 88666dc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion monitor/src/main.c
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@
*
* FIXME: This can be smaller once compression is enabled.
*/
#define BOOTSTRAP_INVOCATION_DATA_SIZE 110
#define BOOTSTRAP_INVOCATION_DATA_SIZE 150

seL4_IPCBuffer *__sel4_ipc_buffer;

Expand Down

0 comments on commit 88666dc

Please sign in to comment.