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

@@ -17,7 +17,7 @@
; along with this program; if not, see <http://www.gnu.org/licenses/>.
; Purpose: Historical TASM/IDEAL low-level DOS, IPX and NetWare requester glue.
; Depends on: net.h/kern.h declarations, netcall.c callers, tools.c shared runtime helpers.
; Depends on: historical Borland/TASM build context; modern Open Watcom builds use ipx.asm and ncp.asm instead.
;
;
; kern.asm: 20-Nov-93, 21:52