From dad25544802de6d4cd839f5d6d5753ad7faeef97 Mon Sep 17 00:00:00 2001 From: Amlal El Mahrouss Date: Sat, 29 Nov 2025 17:27:19 -0500 Subject: chore: update general specs and citation file, breaking project structure changes as well. Signed-off-by: Amlal El Mahrouss --- docs/md/SPECIFICATION_COMPILERKIT.md | 23 ------------------ docs/mermaid/.keep | 0 docs/specs/GENERAL_SPECIFICATION.md | 47 ++++++++++++++++++++++++++++++++++++ docs/svg/.keep | 0 4 files changed, 47 insertions(+), 23 deletions(-) delete mode 100644 docs/md/SPECIFICATION_COMPILERKIT.md delete mode 100644 docs/mermaid/.keep create mode 100644 docs/specs/GENERAL_SPECIFICATION.md delete mode 100644 docs/svg/.keep (limited to 'docs') diff --git a/docs/md/SPECIFICATION_COMPILERKIT.md b/docs/md/SPECIFICATION_COMPILERKIT.md deleted file mode 100644 index 681cfde..0000000 --- a/docs/md/SPECIFICATION_COMPILERKIT.md +++ /dev/null @@ -1,23 +0,0 @@ -# Specification of CompilerKit - -=================================== - -# 0: General Information - -=================================== -- Output format: PEF, XCOFF -- Object format: AE, COFF -- SDK Language: 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 have a debugger. \ No newline at end of file diff --git a/docs/mermaid/.keep b/docs/mermaid/.keep deleted file mode 100644 index e69de29..0000000 diff --git a/docs/specs/GENERAL_SPECIFICATION.md b/docs/specs/GENERAL_SPECIFICATION.md new file mode 100644 index 0000000..19f787f --- /dev/null +++ b/docs/specs/GENERAL_SPECIFICATION.md @@ -0,0 +1,47 @@ +# 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 diff --git a/docs/svg/.keep b/docs/svg/.keep deleted file mode 100644 index e69de29..0000000 -- cgit v1.2.3