diff options
| author | Amlal El Mahrouss <amlal@nekernel.org> | 2026-03-05 01:29:19 +0100 |
|---|---|---|
| committer | Amlal El Mahrouss <amlal@nekernel.org> | 2026-03-05 01:29:19 +0100 |
| commit | a7dd55d8353d1b8f039532bfc2d186653e19099b (patch) | |
| tree | 977f786fda8be4f97fd8eb7af9901bf6b8f0c565 /proofs | |
| parent | 63ae6e0039e00e728d8d7bcebb323d461f2ef2fe (diff) | |
feat: proofs: reworked proof files.
Signed-off-by: Amlal El Mahrouss <amlal@nekernel.org>
Diffstat (limited to 'proofs')
| -rw-r--r-- | proofs/Kernel/HeapMgr.v | 8 | ||||
| -rw-r--r-- | proofs/NeKernel/HeapMgr.v | 10 | ||||
| -rw-r--r-- | proofs/_CoqProject | 5 |
3 files changed, 10 insertions, 13 deletions
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 |
