-
Notifications
You must be signed in to change notification settings - Fork 102
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
arm pagesize64k #130
Comments
Most likely not. We never tested page sizes other than 4k |
I've never used hangover (waiting for ppc64le support) but I'm pretty sure it doesn't because it relies on qemu which does a terrible job at emulating different page sizes. The Linux kernel should really support multiple simultaneous page sizes like MacOS does. |
Also, which arm chips do have a 64K page size? I know M1 chips use 16K. |
Thank you!
…------------------ 原始邮件 ------------------
发件人: "AndreRH/hangover" ***@***.***>;
发送时间: 2023年3月10日(星期五) 下午4:20
***@***.***>;
***@***.******@***.***>;
主题: Re: [AndreRH/hangover] arm pagesize64k (Issue #130)
Also, which arm chips do have a 64K page size? I know M1 chips use 16K.
—
Reply to this email directly, view it on GitHub, or unsubscribe.
You are receiving this because you authored the thread.Message ID: ***@***.***>
|
By the way most chips nowadays support multiple page sizes, so using 4K should be as wasy as recompiling your kernel with a different config. Performance penalties from 64K->4K are minimal. |
Indeed. When I got a Raspberry Pi 5, nothing was working, and it was because of the 16k page size. Switching the kernel to 4k page size solved the problems. |
There is some discussion on this topic in issue 97. I posted a comment speculating on things that can be done in Wine at #97 (comment) . Needless to say, none of this is easy. |
does hangover work on arm server,pagesize 64k?
The text was updated successfully, but these errors were encountered: