summaryrefslogtreecommitdiffhomepage
path: root/draft
diff options
context:
space:
mode:
authorAmlal El Mahrouss <amlal@nekernel.org>2025-12-04 20:04:32 +0100
committerAmlal El Mahrouss <amlal@nekernel.org>2025-12-04 20:06:42 +0100
commit4925da9f3a49be7502e8149405dc019f4cb96204 (patch)
tree87696fa9047a5b6804b59b827616f5a9da19d9ba /draft
parent8c4e18669d9aa440d72cba6a37657b42a4d9d7f6 (diff)
chore: WG02 paper improvements.
Signed-off-by: Amlal El Mahrouss <amlal@nekernel.org>
Diffstat (limited to 'draft')
-rw-r--r--draft/.keep0
-rw-r--r--draft/wg02/core_process_scheduler.tex2
2 files changed, 2 insertions, 0 deletions
diff --git a/draft/.keep b/draft/.keep
deleted file mode 100644
index e69de29..0000000
--- a/draft/.keep
+++ /dev/null
diff --git a/draft/wg02/core_process_scheduler.tex b/draft/wg02/core_process_scheduler.tex
index 00adbc6..31119e8 100644
--- a/draft/wg02/core_process_scheduler.tex
+++ b/draft/wg02/core_process_scheduler.tex
@@ -77,6 +77,8 @@ class UserProcessTeam final {
{The following sample is a C++ container used to hold process data and metadata.} {This is part of the NeKernel source tree.}
\begin{verbatim}
+using ImagePtr = void*;
+
struct PROCESS_IMAGE final {
explicit PROCESS_IMAGE() = default;