Installation
------------

 * Just run nkpatcher.xbe. It is signed with the habibi key. The dashboard
   path in the default configuration is C:\evoxdash.xbe (nkpatcher will launch
   this after patching done.) When you run nkpatcher.xbe, the kernel in memory
   should be retail except for possibly having habibi or fonts public key
   (this condition is satisfied with exploits.)

Software License
----------------

This software is released under GNU General Public License version 2. See
the file COPYING for details.

Notes
-----

 * Nkpatcher now has IGR and automatic game region setting. Remember to
   disable these features from your (Evox) dashboard so that they won't
   interfere.

 * Edit files config.inc and xboxapp.asm to configure nkpatcher. Then
   compile using NASM (Netwide Assembler):

	   nasm -o nkpatcher.xbe xboxapp.asm

   Remember to sign the output file (XBE) with xbedump.

Files
-----

 * config.inc: kernel patcher configuration

 * xboxapp.asm: source code for the Xbox application (nkpatcher.xbe).
                contains also some configuration options at the beginning of
                the file.

 * nkpatcher.asm: source code for the core kernel patcher

 * diskimagedrv.asm: source code for virtual/shadow C drive

 * cdromimagedrv.asm: source code for virtual CD/DVD device driver

Changes
-------

From version 7 to version 8:
 * Added virtual/shadow C drive feature
 * Added virtual CD/DVD drive feature

 -rmenhal
