From 75631e13076e44b95b97ec3efe6c58d3bad1f95f Mon Sep 17 00:00:00 2001 From: Samuel Hym Date: Tue, 26 Nov 2024 12:34:14 +0100 Subject: [PATCH] Update the supported compiler version to 5.2.1 in README --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 3b1726ff..60a57194 100644 --- a/README.md +++ b/README.md @@ -71,7 +71,8 @@ Run: `solo5-hvt _build/solo5/main.exe` ## Supported compiler versions -Tested against OCaml 5.0. Other versions may require changing `configure.sh`. +Tested against OCaml 5.2.1. Other versions would require specific patches (see +the `patches` directory). ## Porting to a different (uni)kernel base layer