From a7dd55d8353d1b8f039532bfc2d186653e19099b Mon Sep 17 00:00:00 2001 From: Amlal El Mahrouss Date: Thu, 5 Mar 2026 01:29:19 +0100 Subject: feat: proofs: reworked proof files. Signed-off-by: Amlal El Mahrouss --- proofs/Kernel/HeapMgr.v | 8 ++++++++ proofs/NeKernel/HeapMgr.v | 10 ---------- proofs/_CoqProject | 5 ++--- 3 files changed, 10 insertions(+), 13 deletions(-) create mode 100644 proofs/Kernel/HeapMgr.v delete mode 100644 proofs/NeKernel/HeapMgr.v diff --git a/proofs/Kernel/HeapMgr.v b/proofs/Kernel/HeapMgr.v new file mode 100644 index 00000000..fe0b0923 --- /dev/null +++ b/proofs/Kernel/HeapMgr.v @@ -0,0 +1,8 @@ +(* + The HeapMgr, formally proven. + + Author: Amlal El Mahrouss + Formalization: March 2026 +*) + +From Coq Require Import Logic.Classical_Prop. diff --git a/proofs/NeKernel/HeapMgr.v b/proofs/NeKernel/HeapMgr.v deleted file mode 100644 index 2c5bb9ca..00000000 --- a/proofs/NeKernel/HeapMgr.v +++ /dev/null @@ -1,10 +0,0 @@ -(* - NectarDriver: Traits keyword. - - The Traits keyword defines formal semantic rules associated with a specific identifier N. - - Author: Amlal El Mahrouss - Formalization: January 2026 -*) - -Require Import Logic.Classical_Prop. diff --git a/proofs/_CoqProject b/proofs/_CoqProject index 62ede86f..ea90d761 100644 --- a/proofs/_CoqProject +++ b/proofs/_CoqProject @@ -1,4 +1,3 @@ --R NectarDriver NectarDriver +-R Kernel Kernel -NectarDriver/Impl.v -NectarDriver/Trait.v \ No newline at end of file +Kernel/HeapMgr.v -- cgit v1.2.3