- Implemented --root option to specify boot device. Allows to run on Pegasos with...
[AROS.git] / arch / ppc-chrp / efika / bootmenu / bootconfig.c
blob39ce3eaca5cab8994643dff1f48a2f5aa6ae593f
1 #include <string.h>
3 #include "bootmenu_intern.h"
5 /* This file contains architecture-dependent defaults */
7 void InitBootConfig(struct BootConfig *bootcfg, APTR BootLoaderBase)
9 bootcfg->self = bootcfg;
10 bootcfg->boot = NULL;
11 strcpy(bootcfg->defaultgfx.libname, "radeon.hidd");
12 strcpy(bootcfg->defaultgfx.hiddname, "RadeonDriver");
13 bootcfg->defaultkbd.hiddname[0] = 0;
14 bootcfg->defaultmouse.hiddname[0] = 0;