15.3. 配置内核以支持 IPX 和 NCPFS

配置内核以支持 IPX 和 NCP 文件系统,只需在内核编译时选择适当的内核选项即可。 与内核的许多其他部分一样,IPX 和 NCPFS 内核组件可以构建到内核中,也可以编译为模块,并在需要时使用 insmod 命令加载。

如果您希望 Linux 支持并路由 IPX 协议,则必须选择以下选项:
General setup  --->
    [*] Networking support

Networking options  --->
    <*> The IPX protocol

Network device support  --->
    [*] Ethernet (10 or 100Mbit)
	... and appropriate Ethernet device drivers
如果您希望 Linux 支持 NCP 文件系统,以便可以挂载远程 NetWare 卷,则还必须选择以下选项:
Filesystems  --->
    [*] /proc filesystem support
    <*> NCP filesystem support (to mount NetWare volumes)
编译并安装新内核后,就可以运行 IPX 了。