From f6b400b80efc64b918c03352e93ec9de4e2369a1 Mon Sep 17 00:00:00 2001 From: Amlal Date: Fri, 25 Apr 2025 19:21:22 +0200 Subject: dev, general: codebase needed refactors and tweaks, for NeKernel's 0.0.2 release. details: - things needed to be cleared off, short sighted decisions fixed. - the inconsistency of certain files have been fixed too. Signed-off-by: Amlal --- docs/.keep | 0 docs/SPECIFICATION_CC.md | 23 ----------------------- docs/md/SPECIFICATION_CC.md | 23 +++++++++++++++++++++++ docs/mermaid/.keep | 0 docs/svg/.keep | 0 docs/tex/.keep | 0 6 files changed, 23 insertions(+), 23 deletions(-) create mode 100644 docs/.keep delete mode 100644 docs/SPECIFICATION_CC.md create mode 100644 docs/md/SPECIFICATION_CC.md create mode 100644 docs/mermaid/.keep create mode 100644 docs/svg/.keep create mode 100644 docs/tex/.keep (limited to 'docs') diff --git a/docs/.keep b/docs/.keep new file mode 100644 index 0000000..e69de29 diff --git a/docs/SPECIFICATION_CC.md b/docs/SPECIFICATION_CC.md deleted file mode 100644 index 7d146ae..0000000 --- a/docs/SPECIFICATION_CC.md +++ /dev/null @@ -1,23 +0,0 @@ -# Specification of LibCompiler - -=================================== - -# 0: General Information - -=================================== -- Output format: PEF, XCOFF -- Object format: AE, COFF -- SDK Language: C++ - -=================================== - -# 1: LibCompiler - -=================================== - -- 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/md/SPECIFICATION_CC.md b/docs/md/SPECIFICATION_CC.md new file mode 100644 index 0000000..7d146ae --- /dev/null +++ b/docs/md/SPECIFICATION_CC.md @@ -0,0 +1,23 @@ +# Specification of LibCompiler + +=================================== + +# 0: General Information + +=================================== +- Output format: PEF, XCOFF +- Object format: AE, COFF +- SDK Language: C++ + +=================================== + +# 1: LibCompiler + +=================================== + +- 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 new file mode 100644 index 0000000..e69de29 diff --git a/docs/svg/.keep b/docs/svg/.keep new file mode 100644 index 0000000..e69de29 diff --git a/docs/tex/.keep b/docs/tex/.keep new file mode 100644 index 0000000..e69de29 -- cgit v1.2.3