1 #include <libraries/bootmenu.h>
2 #include <proto/bootloader.h>
5 #include "bootmenu_intern.h"
7 /* This file contains architecture-dependent defaults */
9 void InitBootConfig(struct BootConfig
*bootcfg
, APTR BootLoaderBase
)
11 bootcfg
->self
= bootcfg
;
13 strcpy(bootcfg
->defaultgfx
.libname
, "wingdi.hidd");
14 strcpy(bootcfg
->defaultgfx
.hiddname
, "hidd.gfx.gdi");
15 strcpy(bootcfg
->defaultkbd
.libname
, "wingdi.hidd");
16 strcpy(bootcfg
->defaultkbd
.hiddname
, "hidd.kbd.gdi");
17 strcpy(bootcfg
->defaultmouse
.libname
, "wingdi.hidd");
18 strcpy(bootcfg
->defaultmouse
.hiddname
, "hidd.mouse.gdi");