diff options
| author | Amlal El Mahrouss <amlal@nekernel.org> | 2025-11-29 15:09:24 -0500 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2025-11-29 15:09:24 -0500 |
| commit | 20d9401703bff7241645c9883828ad10beae6fa7 (patch) | |
| tree | e446d471a0eaf4ed7ac67e878ce4fb02334a2acb /docs | |
| parent | a9019ecaaad76cb3569a6852dbc30c48c5436d1d (diff) | |
| parent | ceabd82ac8e796249feacf39c836034ed5e11c6d (diff) | |
Merge pull request #91 from nekernel-org/dev
dev->stable
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/tex/binary_mutex.tex | 4 | ||||
| -rw-r--r-- | docs/tex/core_process_scheduler.tex | 2 | ||||
| -rw-r--r-- | docs/tex/openhefs.tex | 2 |
3 files changed, 4 insertions, 4 deletions
diff --git a/docs/tex/binary_mutex.tex b/docs/tex/binary_mutex.tex index 583dffeb..66869fd2 100644 --- a/docs/tex/binary_mutex.tex +++ b/docs/tex/binary_mutex.tex @@ -44,10 +44,10 @@ class BinaryMutex final { public: bool IsLocked() const; - bool Unlock() noexcept; + bool Unlock() ; public: - BOOL WaitForProcess(const UInt32& sec) noexcept; + BOOL WaitForProcess(const UInt32& sec) ; public: bool Lock(USER_PROCESS* process); diff --git a/docs/tex/core_process_scheduler.tex b/docs/tex/core_process_scheduler.tex index 4be38308..1722040e 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() noexcept; + ProcessID& Id() ; public: USER_PROCESS_ARRAY mProcessList; diff --git a/docs/tex/openhefs.tex b/docs/tex/openhefs.tex index ea618196..136d651c 100644 --- a/docs/tex/openhefs.tex +++ b/docs/tex/openhefs.tex @@ -21,7 +21,7 @@ The High-throughput Extended File System (OpenHeFS) is a custom filesystem tailo \textbf{Name} & \textbf{Value / Description} \\ \hline \texttt{kOpenHeFSVersion} & 0x0103 \\ -\texttt{kOpenHeFSMagic} & "OpenHeFS" (8-byte magic identifier) \\ +\texttt{kOpenHeFSMagic} & "OpenHeFS" (9-byte magic identifier) \\ \texttt{kOpenHeFSMagicLen} & 9 \\ \texttt{kOpenHeFSBlockLen} & 512 bytes \\ \texttt{kOpenHeFSFileNameLen} & 256 characters \\ |
