Changeset 85505 in vbox for trunk/src/VBox/HostDrivers/Support
- Timestamp:
- Jul 29, 2020 10:03:29 AM (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/HostDrivers/Support/linux/SUPDrv-linux.c
r85431 r85505 145 145 */ 146 146 # ifdef DEBUG 147 # define EXEC_MEMORY_SIZE 10485760 /* 10 MB */ 148 # else 147 149 # define EXEC_MEMORY_SIZE 8388608 /* 8 MB */ 148 # else149 # define EXEC_MEMORY_SIZE 2097152 /* 2 MB */150 150 # endif 151 151 extern uint8_t g_abExecMemory[EXEC_MEMORY_SIZE];
Note:
See TracChangeset
for help on using the changeset viewer.