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

@@ -20,7 +20,7 @@
/*
* Purpose: Semantically named NCP API helper implementation used by the NetWare DOS tools.
* Depends on: net.h, ncpapi.h, ncpcall.c requester/transport helpers, and netcall.c for shared requester state. This file contains the protocol API layer above the low-level requester transport helpers.
* Depends on: net.h, ncpapi.h, ncpcall.c requester/transport helpers, ncp.h requester assembly declarations, and netcall.c for shared requester state. This file contains the protocol API layer above the low-level requester transport helpers.
*/
#include "net.h"
@@ -30,8 +30,8 @@
* Legacy bindery/login NCP API wrappers.
*
* These ncp16/ncp17/ncp14 wrappers used to live in ncpcall.c. They are kept
* together with the other ncpXX_YY_* APIs here so the file can later be
* renamed to ncpapi.c.
* together with the other ncpXX_YY_* APIs here so all protocol wrappers live
* in one NCP API layer.
*/
/* ---------------- 0x16 ----------------------------------- */