
|

|
SDK Documentation
Confidential & Proprietary
to VM Labs Inc. |
Copyright © 1997-2001
VM Labs, Inc.
All Rights Reserved |
February 23, 2001 |
Changing "Merlin" to "NUON"
Prior to the announcement of the
NUON name in October 1998, VM Labs used the name
"Merlin" to refer to both the development system and the underlying technology.
We have mostly switched over to "NUON", but you will probably still find
references to "Merlin" in sample programs, source code, and other documentation.
Please always keep in mind that "NUON" and "Merlin" refer to
the same thing. The following acronyms may be used interchangeably in documentation.
- NDK This stands for "NUON Developer Kit" and generally refers to
anything in the entire development system, hardware and software.
- MDK Same thing as "NDK" except this is the older usage with
"Merlin" instead of "NUON".
- NDS This stands for "NUON Developer System" and usually refers
specifically to the hardware portion of the development system.
- MDS Same thing as "NDS" except this is the older usage with
"Merlin" instead of "NUON".
Changes Affecting Program Source Code
The main changes affecting source code are:
- The INCLUDE directory contained a subdirectory named MERLIN which contained
machine-specific C header files. The MERLIN directory has been renamed
NUON.
Therefore, you will have to change #include commands which reference the MERLIN directory
name.
- The MERLDMA.H file has been renamed to DMA.H.
- The MERLUTIL.H file has been renamed to MUTIL.H