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: Nick Spinale <[email protected]>
  • Loading branch information
nspin committed Oct 25, 2023
1 parent 95a4ab3 commit ce8aa3f
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 256

seL4_IPCBuffer *__sel4_ipc_buffer;

Expand Down

0 comments on commit ce8aa3f

Please sign in to comment.