Changes between Initial Version and Version 1 of Ticket #18183
- Timestamp:
- Dec 28, 2022, 9:28:05 AM (2 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #18183 – Description
initial v1 6 6 7 7 The system I'm testing it on has 4GB ram, and virtual memory is enabled and set to be managed by system. 8 9 Compile with: 10 11 {{{ 12 gcc -g -lbe -lroot -ltranslation -lstdc++.r4 -o bitmaptest main.cpp 13 }}}