summaryrefslogtreecommitdiffhomepage
path: root/doc/specs/SPECIFICATION_CK_DK.md
diff options
context:
space:
mode:
Diffstat (limited to 'doc/specs/SPECIFICATION_CK_DK.md')
-rw-r--r--doc/specs/SPECIFICATION_CK_DK.md47
1 files changed, 47 insertions, 0 deletions
diff --git a/doc/specs/SPECIFICATION_CK_DK.md b/doc/specs/SPECIFICATION_CK_DK.md
new file mode 100644
index 0000000..45e0822
--- /dev/null
+++ b/doc/specs/SPECIFICATION_CK_DK.md
@@ -0,0 +1,47 @@
+# Specification of Nectar.
+
+===================================
+
+# 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: GenericsLibrary
+
+===================================
+
+- Shall support Nectar runtime and ABI of NeKernel.
+- Shall support a basic subset of the Nectar library.
+- Shall be written in Nectar.
+- Shall provide Nectar with the required implementation to write programs.
+
+===================================
+
+# 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