diff options
| author | Amlal El Mahrouss <amlal@nekernel.org> | 2026-01-07 21:32:05 +0100 |
|---|---|---|
| committer | Amlal El Mahrouss <amlal@nekernel.org> | 2026-01-07 21:41:31 +0100 |
| commit | 22c6d41b25faac172bf290dc06e75ca1ea60470b (patch) | |
| tree | 20c84bc68deb66872814a251d681e7b8d813b230 /CLAUDE.md | |
| parent | 27585af8ea93d05e8b8a0c2c5faa7de483fb9859 (diff) | |
feat: kernel: Loader, IPC, and Linker improvements.
Signed-off-by: Amlal El Mahrouss <amlal@nekernel.org>
Diffstat (limited to 'CLAUDE.md')
| -rw-r--r-- | CLAUDE.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -111,7 +111,7 @@ Located in `src/kernel/`: - **DriveMgr**: Drive abstraction with `DriveTrait` structs - **FileMgr**: VFS abstraction `IFilesystemMgr`, `FileStream<Encoding>` template - **FirmwareKit**: EFI/UEFI, GPT/EPM partition schemes -- **NetworkKit**: IPC protocol (128-bit addressing: ProcessID:Team, 6KB messages, CRC32 validation) +- **NetworkKit**: IPC protocol (128-bit addressing: ProcessID:Team, CRC32 validation) - **SignalKit**: Signal generation (SIGKILL, SIGPAUSE, SIGSEGV, etc.) - **CodeMgr**: Executable formats (PE, PEF, PE32, XCOFF, ZXD) - **HeapMgr, SwapKit, DmaKit**: Memory management |
