diff options
| author | ptitSeb <sebastien.chev@gmail.com> | 2024-05-20 10:08:27 +0200 |
|---|---|---|
| committer | ptitSeb <sebastien.chev@gmail.com> | 2024-05-20 10:08:27 +0200 |
| commit | 1e44a93c877616b2432368b28102e75f39b6217b (patch) | |
| tree | ee4abacaa392c92f63ca973c909d2d79e0d52f50 /docs/COMPILE.md | |
| parent | 2e55dec949e8bd73f88a887d51283025b6156be7 (diff) | |
| download | box64-1e44a93c877616b2432368b28102e75f39b6217b.tar.gz box64-1e44a93c877616b2432368b28102e75f39b6217b.zip | |
Removed all traces of PAGE8K, PAGE16K and PAGE64K as it's now detected in runtime
Diffstat (limited to 'docs/COMPILE.md')
| -rw-r--r-- | docs/COMPILE.md | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/docs/COMPILE.md b/docs/COMPILE.md index b669dc1e..f19557fb 100644 --- a/docs/COMPILE.md +++ b/docs/COMPILE.md @@ -80,7 +80,6 @@ Warning, you need a 64bit OS: #### for Raspberry Pi 5 -If your Raspberry Pi OS use 16K pages use `RPI5ARM64PS16K` instead of `RPI5ARM64`: ``` -D RPI5ARM64=1 -D CMAKE_BUILD_TYPE=RelWithDebInfo ``` @@ -150,7 +149,7 @@ Using a 64bit OS: #### for M1 -Only test on Asahi for now, using the default "16K page" kernel +Only test on Asahi with Fedora, using the default "16K page" kernel ``` -D M1=1 -D CMAKE_BUILD_TYPE=RelWithDebInfo |