diff options
| author | Amlal El Mahrouss <amlal@nekernel.org> | 2025-12-02 01:41:59 -0500 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2025-12-02 01:41:59 -0500 |
| commit | 14180e1e4e94da21a355aa9dd7cbc5f1ac2f713c (patch) | |
| tree | cf0b6b1f77e47c4ace0eeda2a2136190f417f5fd /docs | |
| parent | 896149a7047fe86c0b292cf05ad610081b7513db (diff) | |
| parent | 28eafc395f1e6e2cb195403f28f896ad00984746 (diff) | |
Merge pull request #100 from nekernel-org/develop
chore: documentation tweaks.
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/tex/core_process_scheduler.tex | 12 |
1 files changed, 5 insertions, 7 deletions
diff --git a/docs/tex/core_process_scheduler.tex b/docs/tex/core_process_scheduler.tex index a19267a3..5d79e5de 100644 --- a/docs/tex/core_process_scheduler.tex +++ b/docs/tex/core_process_scheduler.tex @@ -55,7 +55,7 @@ class UserProcessTeam final { Array<USER_PROCESS, kSchedProcessLimitPerTeam>& AsArray(); Ref<USER_PROCESS>& AsRef(); - ProcessID& Id(); + ProcessID& Id() noexcept; public: USER_PROCESS_ARRAY mProcessList; @@ -77,8 +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} -struct ProcessImage final { - explicit ProcessImage() = default; +struct PROCESS_IMAGE final { + explicit PROCESS_IMAGE() = default; private: friend USER_PROCESS; @@ -123,8 +123,6 @@ struct ProcessImage final { {NeKernel}: \href{https://github.com/nekernel-org/nekernel}{NeKernel} -{Legacy VMKernel}: \href{https://snu.systems/specs/vmkernel}{Legacy VMKernel} +{CoreProcessScheduler}: \href{https://github.com/nekernel-org/nekernel/blob/dev/src/kernel/KernelKit/CoreProcessScheduler.h}{CoreProcessScheduler} -{CoreProcessScheduler C++ Header}: \href{https://github.com/nekernel-org/nekernel/blob/src/src/kernel/KernelKit/CoreProcessScheduler.h}{CoreProcessScheduler} - -\end{document} +\end{document}
\ No newline at end of file |
