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

switch to 4 level page tables for larger address space #42

Closed
thestinger opened this issue Apr 5, 2019 · 5 comments
Closed

switch to 4 level page tables for larger address space #42

thestinger opened this issue Apr 5, 2019 · 5 comments
Labels
enhancement New feature or request

Comments

@thestinger
Copy link
Member

No description provided.

@thestinger thestinger added the enhancement New feature or request label Apr 5, 2019
@thestinger
Copy link
Member Author

This mostly worked in an attempt to do it on the Pixel 3 and Pixel 3 XL, but unfortunately caused issues for the video driver, leading to flickering and repeated errors / crashing so it was reverted for the time being.

@randomhydrosol
Copy link

Hey can I see your patch for this one?

@thestinger
Copy link
Member Author

It's just a configuration option for the kernel (change number of page table levels to 4 and increase the address space size). You can do it via make nconfig or manually and then make config to make sure it worked.

@randomhydrosol
Copy link

Thanks I found it

@thestinger
Copy link
Member Author

This is implemented.

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

2 participants