Next Previous Contents

1. Introduction

NetWare Loadable Modules (NLMs) are programs which run on Novell NetWare server (NLMs become part of NetWare OS). You can load and unload NLMs while server is running.

"Official" compilers for NLMs are:

(NetWare 5 can also load 32bit DLLs, which can be build using Microsoft Visual C++, Borland C++ and other Windows compilers. But this is not our topic.)

This document describes how to start with NLM development under Linux (and possibly other Unixes). Please note that this project is in very early stages of development, so a lot of things may not work as you'd expect.

This document assumes that you are familiar with Novell NetWare and you have at least basic knowledge of writing NLMs. For more information about writing NLMs see Novell's developer site, http://developer.novell.com/. You should have also experience with Unix and C/C++ programming with GNU CC. You can find a lot of information about this topic at http://www.linuxdoc.org/.

1.1 Related documentation

Other documents that might be useful are:

1.2 Copying

Copyright (c) 2000 Martin Hinner, < mhi@penguin.cz>.

This HOWTO is free documentation; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 2 of the License, or (at your option) any later version.

This document is distributed in the hope that it will be useful, but without any warranty; without even the implied warranty of merchantability or fitness for a particular purpose. See the GNU General Public License for more details.

You can obtain a copy of the GNU General Public License by writing to the Free Software Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.


Next Previous Contents