Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Figure out correct sbrkIndex when initializing the memory #216

Closed
tomusdrw opened this issue Nov 26, 2024 · 1 comment
Closed

Figure out correct sbrkIndex when initializing the memory #216

tomusdrw opened this issue Nov 26, 2024 · 1 comment
Labels
enhancement New feature or request

Comments

@tomusdrw
Copy link
Contributor

Related: #159

#215 makes the memory fixed-size, i.e. there is no way for the PVM program to allocate more memory via sbrk instruction.
This is needed since the JAM Service example we have is listing the writeable pages in initial-page-map, however typeberry requires the entire space between sbrkIndex and HeapEnd to not have any initial pages.

This is probably going to be resolved on it's own with SPI support.

@tomusdrw
Copy link
Contributor Author

tomusdrw commented Jan 2, 2025

Fixed in #244

@tomusdrw tomusdrw closed this as completed Jan 2, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant