Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | Fix memory device | Ben Bridle | 2024-04-22 |
| | | | | | | | | | | | There was confusion between the role of the page_limit variable in the memory device, where it was being used to mean both the absolute upper limit of pages that are allowed to be allocated, but also to mean the number of pages that the program would like to be allocated when needed. To fix this, the program is now just told the full number of pages that it is allowed to use, without first requiring that the program request a particular number of pages. | ||
* | Update devices to match new specifications | Ben Bridle | 2024-04-16 |