reactos/freeldr
Brian Palmer e5423f156b Compared the output of fat.asm from nasm v0.98 and nasm v0.98.32.
Modified fat.asm to produce the same output under both versions.

svn path=/trunk/; revision=2973
2002-05-22 22:15:28 +00:00
..
bootsect Compared the output of fat.asm from nasm v0.98 and nasm v0.98.32. 2002-05-22 22:15:28 +00:00
freeldr Changes in v1.2.2 (5/4/2002) 2002-05-04 09:25:47 +00:00
install
CHANGELOG Changes in v1.2.2 (5/4/2002) 2002-05-04 09:25:47 +00:00
COPYING
FREELDR.INI Changes in v1.2 (4/30/2002) 2002-04-30 06:26:33 +00:00
Makefile Added system hive support. 2001-11-27 12:42:47 +00:00
notes.txt FreeLoader version 1.0! 2002-04-25 02:48:15 +00:00
ntvdmpat.c Fixed Makefile problem 2001-11-29 01:56:04 +00:00
ntvdmpat.exe Recommitting file as binary 2002-01-18 19:20:32 +00:00
readme Fixed Makefile problem 2001-11-29 01:56:04 +00:00
sed.exe Changes in v1.2.1 (5/3/2002) 2002-05-03 23:56:18 +00:00

Perform at your own risk.

Directions for patching NTVDM on Windows 2000

1) Start a Command Prompt Window
2) Start Task Manager.  Sort by Name.  If NTVDM.EXE is a task End Process.
3) Execute NTVDMPAT.EXE from this ZIP file.

Notes:
 With no arguments the executable patches both the DLLCACHE (for system file
 protection) and the version in SYSTEM32.  The image is a Win32 executable
 (launching a DJGPP image will require NTVDM, locking the DLL so it can't
 be patched).  It saves the old version into NTVDM.ORI if you want to go
 back.  If you specify arguments on the command line it will patch the
 executables you specify instead of automating the process (if you want to
 do the archives/patches/moves yourself).  Good luck.

 Source included if you want to hack your own version.