From 2ac8a8194507350f9a54c6bbda680d59f96bf39e Mon Sep 17 00:00:00 2001 From: Jim Huang Date: Mon, 9 Aug 2021 21:17:22 +0800 Subject: [PATCH] Add hyperlinks to microkernel examples --- lkmpg.tex | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lkmpg.tex b/lkmpg.tex index be8e70f..2b0178b 100644 --- a/lkmpg.tex +++ b/lkmpg.tex @@ -666,7 +666,7 @@ This is even worse than it sounds, so try your best to be careful. By the way, I would like to point out that the above discussion is true for any operating system which uses a monolithic kernel. This is not quite the same thing as \emph{"building all your modules into the kernel"}, although the idea is the same. There are things called microkernels which have modules which get their own codespace. -The GNU Hurd and the Zircon kernel of Google Fuchsia are two examples of a microkernel. +The \href{https://www.gnu.org/software/hurd/}{GNU Hurd} and the \href{https://fuchsia.dev/fuchsia-src/concepts/kernel}{Zircon kernel} of Google Fuchsia are two examples of a microkernel. \subsection{Device Drivers} \label{sec:device_drivers}