summaryrefslogtreecommitdiffhomepage
path: root/docs/specs
diff options
context:
space:
mode:
authorAmlal El Mahrouss <amlal@nekernel.org>2025-12-28 09:23:52 +0100
committerAmlal El Mahrouss <amlal@nekernel.org>2025-12-28 09:24:04 +0100
commit4ed27545ece2dc084508cc0aca288fa866ae1879 (patch)
treed4503af6fa34c0e9ac9319790c933aef7c1ae32b /docs/specs
parent7259a73084bfb3295154857a052c0354f79fb93d (diff)
feat! rename docs to doc.
Signed-off-by: Amlal El Mahrouss <amlal@nekernel.org>
Diffstat (limited to 'docs/specs')
-rw-r--r--docs/specs/GENERAL_SPECIFICATION.md47
1 files changed, 0 insertions, 47 deletions
diff --git a/docs/specs/GENERAL_SPECIFICATION.md b/docs/specs/GENERAL_SPECIFICATION.md
deleted file mode 100644
index 19f787f..0000000
--- a/docs/specs/GENERAL_SPECIFICATION.md
+++ /dev/null
@@ -1,47 +0,0 @@
-# Specification of CompilerKit
-
-===================================
-
-# 0: General Information
-
-===================================
-
-- Output format: PEF
-- Object format: AE
-- Used Languages: Assembly, and C++
-
-===================================
-
-# 1: CompilerKit
-
-===================================
-
-- Shall support compilation, assembling and linking.
-- Shall be written in C++
-- Shall support the assembler too.
-- Shall provide primitives for compilers, assemblers and linkers.
-- Shall support multiple architectures.
-- Shall be easy to expand and maintain.
-
-===================================
-
-# 2: LibC++
-
-===================================
-
-- Shall support C++ runtime and ABI for NeKernel.
-- Shall support a basic subset of the C++ library.
-- Shall be written in C++
-
-
-===================================
-
-# 3: DebuggerKit
-
-===================================
-
-- Shall be written in C++
-- Shall have a debugger.
-- Shall support multiple architectures.
-- Shall have a kernel deubgger.
-- Shall be easy to expand and maintain. \ No newline at end of file