From 8398c0d57e640ec5f52a9189578258f47cf529a0 Mon Sep 17 00:00:00 2001 From: Loic Guegan Date: Thu, 30 Nov 2023 16:22:08 +0100 Subject: [PATCH] Update README --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index caad335..f4950d4 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # Boucane **What is Boucane** -Boucane is a *64 bits* multi-tasking kernel for *x86* architecture written in pure *C* and *GNU Assembly*. It was developed for popularization purpose and propagating Operating System developement knowledge. +Boucane is a *64 bits* multi-tasking kernel for *x86* architecture written in pure *C++* and *GNU Assembly*. It was developed for popularization purpose and propagating Operating System developement knowledge. **What I will learn** - Deep C/assembly