summaryrefslogtreecommitdiffhomepage
path: root/source/wg02
diff options
context:
space:
mode:
authorAmlal El Mahrouss <amlal@nekernel.org>2025-12-17 09:00:56 +0100
committerAmlal El Mahrouss <amlal@nekernel.org>2025-12-17 09:03:04 +0100
commit86e9534b69519443ada95c36b21d2d951c801fe1 (patch)
tree8b0bd8406a339d774eec340c9c49f767f4068fad /source/wg02
parentb4914b962ff2eccfeae931acdfdd5b7e97556ead (diff)
chore: Updated papers. Added dates for WG02.
Signed-off-by: Amlal El Mahrouss <amlal@nekernel.org>
Diffstat (limited to 'source/wg02')
-rw-r--r--source/wg02/wg02.tex10
1 files changed, 5 insertions, 5 deletions
diff --git a/source/wg02/wg02.tex b/source/wg02/wg02.tex
index cbc119b..aafee8d 100644
--- a/source/wg02/wg02.tex
+++ b/source/wg02/wg02.tex
@@ -108,7 +108,7 @@ class UserProcessTeam final {
\subsection{Illustration: Process Image System.}
-{The following sample is a C++ container used to hold process data and metadata.} {This is part of the NeKernel source tree.}
+{The following sample is a container used to hold process data and metadata.} {This is part of the NeKernel source tree.}
\begin{lstlisting}
using ImagePtr = VoidPtr;
@@ -155,10 +155,10 @@ struct ProcessImage final {
\section{References}
\begin{enumerate}
- \item CoreProcessScheduler.h, \href{https://github.com/nekernel-org/nekernel/blob/develop/src/kernel/KernelKit/CoreProcessScheduler.h}{github.com}
- \item NeKernel.org, \href{https://nekernel.org/nekernel}{nekernel.org}
- \item Scheduling: Introduction, \href{https://pages.cs.wisc.edu/~remzi/OSTEP/cpu-sched.pdf}{pages.cs.wisc.edu}
- \item Processor Affinity, Multiple CPU Scheduling, \href{https://www.tmurgent.com/WhitePapers/ProcessorAffinity.pdf}{tmurgent.com}
+ \item CoreProcessScheduler.h (2025), \href{https://github.com/nekernel-org/nekernel/blob/develop/src/kernel/KernelKit/CoreProcessScheduler.h}{github.com}
+ \item NeKernel.org (2025), \href{https://nekernel.org/nekernel}{nekernel.org}
+ \item Scheduling: Introduction (2012), \href{https://pages.cs.wisc.edu/~remzi/OSTEP/cpu-sched.pdf}{pages.cs.wisc.edu}
+ \item Processor Affinity, Multiple CPU Scheduling (2003), \href{https://www.tmurgent.com/WhitePapers/ProcessorAffinity.pdf}{tmurgent.com}
\end{enumerate}
\end{document} \ No newline at end of file