summaryrefslogtreecommitdiffhomepage
path: root/docs/tex
diff options
context:
space:
mode:
authorAmlal El Mahrouss <amlal@nekernel.org>2025-09-28 17:04:02 +0200
committerGitHub <noreply@github.com>2025-09-28 17:04:02 +0200
commitb9d6c2fffc397cd8dd9f7948be6f17f24d4f4850 (patch)
tree83a84bb609e712fd9a6e049d7e5ebf1e31997aa4 /docs/tex
parentd41f15b09cc6adce79ce5c698dc5a53ddd7dd5f0 (diff)
parent31eb508f29c88c4468c0b83616561a08521a1878 (diff)
Merge pull request #9 from nekernel-org/dev
v0.0.6: NeBoot
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++}