Booting via "ReactOS (Debug)" is broken - when trying to select it,
it jumps back to the first item in the list.
On Oct 31, 2009, at 6:09 PM, hpoussin(a)svn.reactos.org wrote:
Author: hpoussin
Date: Sat Oct 31 16:09:03 2009
New Revision: 43875
URL:
http://svn.reactos.org/svn/reactos?rev=43875&view=rev
Log:
[freeldr/WINLDR] Simplify freeldr.ini syntax for common cases
- If boot type is not specified, autodetect bootsector and Windows
types
- Try to automatically detect version of loaded Windows
- Accept boot options after name of OS
- Separate loading and scanning of system hive
As a result, lines like "multi(0)disk(0)rdisk(0)partition(1)
\WINNT="Windows NT4" /DEBUG /BREAK" work
Modified:
trunk/reactos/boot/freeldr/freeldr/bootmgr.c
trunk/reactos/boot/freeldr/freeldr/include/winldr.h
trunk/reactos/boot/freeldr/freeldr/oslist.c
trunk/reactos/boot/freeldr/freeldr/windows/winldr.c
trunk/reactos/boot/freeldr/freeldr/windows/wlregistry.c