diff options
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/md/SPECIFICATION_COMPILERKIT.md | 23 | ||||
| -rw-r--r-- | docs/mermaid/.keep | 0 | ||||
| -rw-r--r-- | docs/specs/GENERAL_SPECIFICATION.md | 47 | ||||
| -rw-r--r-- | docs/svg/.keep | 0 |
4 files changed, 47 insertions, 23 deletions
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 --- a/docs/mermaid/.keep +++ /dev/null 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 --- a/docs/svg/.keep +++ /dev/null |
