diff options
| author | Amlal El Mahrouss <amlal@nekernel.org> | 2025-12-31 12:48:54 +0100 |
|---|---|---|
| committer | Amlal El Mahrouss <amlal@nekernel.org> | 2025-12-31 12:50:14 +0100 |
| commit | fdb8b146b2dd9d21bdc966e180632ba489accd6f (patch) | |
| tree | 9ace38c1d1f116721e4d87d5d082e9fd5a5b58df /doc | |
| parent | adfd7dac5376c24e44f5f217f387784a8f614a74 (diff) | |
feat: pre-release improvements and harderning.
Signed-off-by: Amlal El Mahrouss <amlal@nekernel.org>
Diffstat (limited to 'doc')
| -rw-r--r-- | doc/specs/SPECIFICATION_FWRK.md | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/doc/specs/SPECIFICATION_FWRK.md b/doc/specs/SPECIFICATION_FWRK.md index 8d95abc7..e7366987 100644 --- a/doc/specs/SPECIFICATION_FWRK.md +++ b/doc/specs/SPECIFICATION_FWRK.md @@ -166,7 +166,7 @@ Contains XML-based property list files for framework metadata. Auto-generated directory containing compiled framework binaries. - **Output file**: `lib<FrameworkName>.fwrk.dylib` -- Created during build process via `mk_fwrk.py` +- Created during build process via `mkfwrk.py` - Not committed to version control ## Built-in Frameworks @@ -193,12 +193,12 @@ The NeKernel project includes the following standard frameworks: ## Framework Creation -### Using mk_fwrk.py +### Using mkfwrk.py -The `mk_fwrk.py` tool automates framework creation: +The `mkfwrk.py` tool automates framework creation: ```bash -python3 tools/mk_fwrk.py <framework_name> +python3 tools/mkfwrk.py <framework_name> ``` This generates: |
