nghtshd
07-31-2003, 04:59 PM
Hi all,
I've written a tiny little app to make it easier to use multiple
configs with the Phoenix loader. It's called LoaderConfig
and can be found in the usual places. What it does is allow
you to use the argument passing ability of Evox (or any
other dash that can pass launch data) to setup menu items
for booting various kernels.
Here is an example for my evox.ini:
Section "Boot New Kernel"
{
Item "Debug 5558","e:\Apps\LoaderConfig\LoaderConfig.xbe",ID_CMD,"e:\Apps\PhoenixBiosLoader tatx.cfg"
Item "Load TATX BIOS","e:\Apps\LoaderConfig\LoaderConfig.xbe",ID_CMD,"e:\Apps\PhoenixBiosLoader 5558.cfg"
Item "x2 4977","e:\Apps\LoaderConfig\LoaderConfig.xbe",ID_CMD,"e:\Apps\PhoenixBiosLoader 4977.cfg"
Item "Evox D.6","e:\Apps\LoaderConfig\LoaderConfig.xbe",ID_CMD,"e:\Apps\PhoenixBiosLoader EvoXD6ef.cfg"
}
That gives me a submenu with 4 kernel choices to boot from.
See the readme.txt for more info.
I've written a tiny little app to make it easier to use multiple
configs with the Phoenix loader. It's called LoaderConfig
and can be found in the usual places. What it does is allow
you to use the argument passing ability of Evox (or any
other dash that can pass launch data) to setup menu items
for booting various kernels.
Here is an example for my evox.ini:
Section "Boot New Kernel"
{
Item "Debug 5558","e:\Apps\LoaderConfig\LoaderConfig.xbe",ID_CMD,"e:\Apps\PhoenixBiosLoader tatx.cfg"
Item "Load TATX BIOS","e:\Apps\LoaderConfig\LoaderConfig.xbe",ID_CMD,"e:\Apps\PhoenixBiosLoader 5558.cfg"
Item "x2 4977","e:\Apps\LoaderConfig\LoaderConfig.xbe",ID_CMD,"e:\Apps\PhoenixBiosLoader 4977.cfg"
Item "Evox D.6","e:\Apps\LoaderConfig\LoaderConfig.xbe",ID_CMD,"e:\Apps\PhoenixBiosLoader EvoXD6ef.cfg"
}
That gives me a submenu with 4 kernel choices to boot from.
See the readme.txt for more info.