Commit Graph

2 Commits

Author SHA1 Message Date
Mario Fetka
3a55cc9fc0 ipx: keep original Martin Stover copyright only
Remove the 2026 Mario Fetka copyright line from ipx.asm.

The file contains the split-out IPX and xmemmove assembly glue from the original
Martin Stover kern.asm code, without new authorship-bearing changes.

No behavior change.
2026-05-29 12:35:55 +02:00
Mario Fetka
98ffa17006 ncpcalls: split IPX and requester assembly glue
Split the Open Watcom assembly glue into separate IPX and NCP requester
modules.

Keep the IPX socket and far-memory helper entry points in ipx.asm and move the
INT 21h Net_Call plus Client32 requester entry points into ncpcall.asm. Split
the former kern.h declarations accordingly into ipx.h and ncpcall.h, and update
net.h and the Open Watcom build to use the new headers and object files.

This matches the current source layout where ncpcall.c owns the low-level NCP
transport helpers and ncpapi.c owns the ncpXX_YY_* protocol API wrappers.

No behavior change.
2026-05-29 12:04:16 +02:00