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.)

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 actual kernel patcher
