diff options
| author | Amlal El Mahrouss <amlal@nekernel.org> | 2025-07-30 08:50:15 +0100 |
|---|---|---|
| committer | Amlal El Mahrouss <amlal@nekernel.org> | 2025-07-30 08:50:15 +0100 |
| commit | 1c8c5cff67b20d86c442b0917d6c1fc6407140df (patch) | |
| tree | 53ebea660bef14cdc2ff5b7ebefb4049f705f997 /docs | |
| parent | 073811d89c98d6e1c078a032ca2eedefebf80384 (diff) | |
feat! Breaking API changes of NeCTI's LibCompiler and LibDebugger.
what:
- They've now become CompilerKit and DebuggerKit.
- Expanding XCoff for NeBoot PowerPC backend.
Signed-off-by: Amlal El Mahrouss <amlal@nekernel.org>
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/drawio/LIBCOMPILER_DESIGN.drawio | 4 | ||||
| -rw-r--r-- | docs/md/SPECIFICATION_CC.md | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/docs/drawio/LIBCOMPILER_DESIGN.drawio b/docs/drawio/LIBCOMPILER_DESIGN.drawio index 89cb7d1..a13c2a3 100644 --- a/docs/drawio/LIBCOMPILER_DESIGN.drawio +++ b/docs/drawio/LIBCOMPILER_DESIGN.drawio @@ -52,10 +52,10 @@ <mxCell id="18" style="edgeStyle=none;html=1;exitX=0.5;exitY=0;exitDx=0;exitDy=0;entryX=0.898;entryY=1.05;entryDx=0;entryDy=0;entryPerimeter=0;" parent="1" source="11" target="15" edge="1"> <mxGeometry relative="1" as="geometry"/> </mxCell> - <mxCell id="19" value="LibCompiler Architecture" style="text;html=1;align=center;verticalAlign=middle;whiteSpace=wrap;rounded=0;" parent="1" vertex="1"> + <mxCell id="19" value="CompilerKit Architecture" style="text;html=1;align=center;verticalAlign=middle;whiteSpace=wrap;rounded=0;" parent="1" vertex="1"> <mxGeometry x="338" y="210" width="175" height="30" as="geometry"/> </mxCell> - <mxCell id="20" value="LibCompiler.so" style="text;html=1;align=center;verticalAlign=middle;whiteSpace=wrap;rounded=0;" parent="1" vertex="1"> + <mxCell id="20" value="CompilerKit.so" style="text;html=1;align=center;verticalAlign=middle;whiteSpace=wrap;rounded=0;" parent="1" vertex="1"> <mxGeometry x="338" y="510" width="175" height="30" as="geometry"/> </mxCell> </root> diff --git a/docs/md/SPECIFICATION_CC.md b/docs/md/SPECIFICATION_CC.md index 7d146ae..681cfde 100644 --- a/docs/md/SPECIFICATION_CC.md +++ b/docs/md/SPECIFICATION_CC.md @@ -1,4 +1,4 @@ -# Specification of LibCompiler +# Specification of CompilerKit =================================== @@ -11,7 +11,7 @@ =================================== -# 1: LibCompiler +# 1: CompilerKit =================================== |
