[ros-diffs] [cfinck] 51038: Get rid of the "old boot method" entries. In contrast to my previous commit, this should indeed be merged to Trunk, but please don't forget to get rid of the corresponding FreeLDR c...

cfinck at svn.reactos.org cfinck at svn.reactos.org
Sun Mar 13 17:54:43 UTC 2011


Author: cfinck
Date: Sun Mar 13 17:54:42 2011
New Revision: 51038

URL: http://svn.reactos.org/svn/reactos?rev=51038&view=rev
Log:
Get rid of the "old boot method" entries.
In contrast to my previous commit, this should indeed be merged to Trunk, but please don't forget to get rid of the corresponding FreeLDR code as well then.

Modified:
    branches/ros-branch-0_3_13/reactos/base/setup/usetup/bootsup.c
    branches/ros-branch-0_3_13/reactos/boot/bootdata/bootcd.ini
    branches/ros-branch-0_3_13/reactos/boot/bootdata/livecd.ini

Modified: branches/ros-branch-0_3_13/reactos/base/setup/usetup/bootsup.c
URL: http://svn.reactos.org/svn/reactos/branches/ros-branch-0_3_13/reactos/base/setup/usetup/bootsup.c?rev=51038&r1=51037&r2=51038&view=diff
==============================================================================
--- branches/ros-branch-0_3_13/reactos/base/setup/usetup/bootsup.c [iso-8859-1] (original)
+++ branches/ros-branch-0_3_13/reactos/base/setup/usetup/bootsup.c [iso-8859-1] Sun Mar 13 17:54:42 2011
@@ -513,18 +513,6 @@
         L"/DEBUG /DEBUGPORT=COM1 /BAUDRATE=115200 /SOS /RDIMAGEPATH=reactos.img /RDIMAGEOFFSET=32256");
 #endif
 
-    /* ReactOS_old */
-    CreateFreeLoaderEntry(IniCache, IniSection,
-        L"ReactOS_old", L"\"ReactOS (old boot method)\"",
-        L"ReactOS", ArcPath,
-        L"");
-
-    /* ReactOS_Debug_old */
-    CreateFreeLoaderEntry(IniCache, IniSection,
-        L"ReactOS_Debug_old", L"\"ReactOS (Debug, old boot method)\"",
-        L"ReactOS", ArcPath,
-        L"/DEBUG /DEBUGPORT=COM1 /BAUDRATE=115200 /SOS");
-
   /* Save the ini file */
   IniCacheSave(IniCache, IniPath);
   IniCacheDestroy(IniCache);

Modified: branches/ros-branch-0_3_13/reactos/boot/bootdata/bootcd.ini
URL: http://svn.reactos.org/svn/reactos/branches/ros-branch-0_3_13/reactos/boot/bootdata/bootcd.ini?rev=51038&r1=51037&r2=51038&view=diff
==============================================================================
--- branches/ros-branch-0_3_13/reactos/boot/bootdata/bootcd.ini [iso-8859-1] (original)
+++ branches/ros-branch-0_3_13/reactos/boot/bootdata/bootcd.ini [iso-8859-1] Sun Mar 13 17:54:42 2011
@@ -21,10 +21,6 @@
 
 [Operating Systems]
 Setup="Setup"
-Setup_old="Setup (old boot method)"
 
 [Setup]
 BootType=ReactOSSetup2
-
-[Setup_old]
-BootType=ReactOSSetup

Modified: branches/ros-branch-0_3_13/reactos/boot/bootdata/livecd.ini
URL: http://svn.reactos.org/svn/reactos/branches/ros-branch-0_3_13/reactos/boot/bootdata/livecd.ini?rev=51038&r1=51037&r2=51038&view=diff
==============================================================================
--- branches/ros-branch-0_3_13/reactos/boot/bootdata/livecd.ini [iso-8859-1] (original)
+++ branches/ros-branch-0_3_13/reactos/boot/bootdata/livecd.ini [iso-8859-1] Sun Mar 13 17:54:42 2011
@@ -21,14 +21,8 @@
 
 [Operating Systems]
 ReactOS="ReactOS"
-Reactos_old="ReactOS (old boot method)"
 
 [ReactOS]
 BootType=Windows2003
 SystemPath=LiveCD\reactos
 Options=/DEBUGPORT=COM1 /SOS /MININT
-
-[Reactos_old]
-BootType=ReactOS
-SystemPath=LiveCD\reactos
-Options=/DEBUGPORT=COM1 /SOS




More information about the Ros-diffs mailing list