summary refs log tree commit diff stats
path: root/results/scraper/box64/384
blob: 9201d2b5c31f3874233caf56190984254e195e54 (plain) (blame)
1
2
3
4
5
6
Runtime pagesize
ARM64 kernel supports 3 kinds of page sizes: 4K, 16K and 64K, and it's an option when building kernel.

RHEL-derivatives uses 64K page, most embedded things use 4K and Apple uses 16K.

To ship box64 as a generic distribution, it could be beneficial to support all page sizes dynamically.