docs: update NCP and IPX layer documentation

Update README and file-level comments after the NCP/IPX source split and
renames.

Document the current layering: ncpapi.c/ncpapi.h contain the ncpXX_YY_*
protocol API wrappers, ncpcall.c contains low-level requester/transport
helpers, ncp.asm/ncp.h provide INT 21h and Client32 requester entry points, and
ipx.asm/ipx.h provide IPX and far-memory assembly glue.

Also remove stale c32ncp/kern_wasm/kern.h planning references and update the
license section to mention the root-level COPYING file.

No behavior change.
This commit is contained in:
Mario Fetka
2026-05-29 12:58:35 +02:00
parent 892bea8a5e
commit e73eb89f8c
6 changed files with 23 additions and 21 deletions

View File

@@ -19,7 +19,7 @@
/*
* Purpose: Public declarations for namespace and file-system NCP API helpers.
* Depends on: net.h data types and ncpapi.c implementation; this file is planned to become ncpapi.h.
* Depends on: net.h data types and ncpapi.c implementation.
*/