reactos/freeldr
Brian Palmer 5320d2eb3f Changes in v1.8.13 (6/05/2003) (brianp)
- Added support for booting Linux 2.4.x kernels
- i386 exception handler now reports FreeLoader version number

svn path=/trunk/; revision=4844
2003-06-05 20:06:48 +00:00
..
bootsect Lot's of fixes for the FAT12/16 boot sector code. 2003-05-21 20:28:13 +00:00
fdebug Turned the FreeLoader debugger into a GUI app. 2003-04-23 20:59:30 +00:00
freeldr Changes in v1.8.13 (6/05/2003) (brianp) 2003-06-05 20:06:48 +00:00
install Fixed the EXT2/3 boot sector code so that it only uses the boot drive in the boot sector if it exists (i.e. not 0xff) 2003-04-15 22:48:06 +00:00
tools Added .cvsignore files. Patch by Mihcael Fritscher. 2003-05-03 13:11:39 +00:00
COPYING Initial revision 2001-05-15 03:50:25 +00:00
FREELDR.INI Removed obsolete settings. 2003-05-19 09:51:34 +00:00
notes.txt Changes in v1.7.10 (11/24/2002) (brianp) 2002-11-24 19:10:06 +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

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.