From 1e44a93c877616b2432368b28102e75f39b6217b Mon Sep 17 00:00:00 2001 From: ptitSeb Date: Mon, 20 May 2024 10:08:27 +0200 Subject: Removed all traces of PAGE8K, PAGE16K and PAGE64K as it's now detected in runtime --- docs/COMPILE.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'docs/COMPILE.md') 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 -- cgit 1.4.1