From 5d61f70a7df13dc9252533d9b35606f1c02bc24e Mon Sep 17 00:00:00 2001 From: Dibyamartanda Samanta Date: Thu, 9 May 2024 12:18:32 +0200 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index dc510ca..2e0f714 100644 --- a/README.md +++ b/README.md @@ -21,7 +21,7 @@ had never been introduced, and XP/2003 were the last versions of Microsoft Windo Imagine a modernized Windows XP kernel that retains the lightweight nature of its predecessors but supports modern hardware and incorporates kernel design improvements seen in the last two decades. -Alcyone is Written in Subset of C++20 +Alcyone is Written in Subset of C++11 with selected features from Modern Standards. ## Design Philosophy: - Maximum Utilization of Lighter SpinLocks instead of Guarded Mutexes/Pushlocks