reactos/freeldr
Casper Hornstrup d44d6e392a Added DOS compatible Master Boot Record (MBR)
svn path=/trunk/; revision=4497
2003-04-05 15:28:45 +00:00
..
bootsect Added DOS compatible Master Boot Record (MBR) 2003-04-05 15:28:45 +00:00
freeldr Added DOS compatible Master Boot Record (MBR) 2003-04-05 15:28:45 +00:00
install Copy second sector of the fat32 bootsector instead of the fat(12/16) bootsector. 2003-01-19 17:01:38 +00:00
tools Cross-platform tools added to Makefiles. 2002-06-13 00:39:49 +00:00
COPYING
FREELDR.INI Updated freeldr.ini to work with latest .ini file changes. 2003-01-31 02:44:32 +00:00
notes.txt Changes in v1.7.10 (11/24/2002) (brianp) 2002-11-24 19:10:06 +00:00
ntvdmpat.c
ntvdmpat.exe
readme

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.