summaryrefslogtreecommitdiffhomepage
path: root/docs/tex
diff options
context:
space:
mode:
authorAmlal El Mahrouss <amlal@nekernel.org>2025-09-07 18:02:31 +0200
committerAmlal El Mahrouss <amlal@nekernel.org>2025-09-07 18:02:31 +0200
commit9aabc831fad9e3b83180aa3fa01c8ee09cf0f14a (patch)
tree3f4e558bda2b9feb933662549bac2be48a11300d /docs/tex
parentefe0d71bd816f57d6d3338f04348c07dd8aade46 (diff)
feat: update reset function inside `cpu-api.c`, wip xcoff api.
Signed-off-by: Amlal El Mahrouss <amlal@nekernel.org>
Diffstat (limited to 'docs/tex')
-rw-r--r--docs/tex/pci-tree.tex6
1 files changed, 2 insertions, 4 deletions
diff --git a/docs/tex/pci-tree.tex b/docs/tex/pci-tree.tex
index 894e4cf..f8d4487 100644
--- a/docs/tex/pci-tree.tex
+++ b/docs/tex/pci-tree.tex
@@ -50,13 +50,11 @@ struct hw_cb_pci_tree {
\section{Official Implementations}
-Below are the official implementations of the PCI-Tree, organized by their programming languages.
-
\subsection{ISO C}
\begin{ImplC}
-\item {SNU Trusted Base:} https://snu.systems
-\item {NeBoot (NeKernel Boot):} https://github.com/nekernel-org/neboot
+\item {SNU Trusted Base:} \url(https://snu.systems)
+\item {NeBoot (NeKernel Boot):} \url(https://github.com/nekernel-org/neboot)
\end{ImplC}
\subsection{ISO C++}