Updated PCI IDs to latest snapshot.
[tangerine.git] / arch / all-mingw32 / bootmenu / bootconfig.c
blob7878fca8b0ad3b5889a6aaff2c064bec80a62d8c
1 #include <libraries/bootmenu.h>
2 #include <proto/bootloader.h>
3 #include <string.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;
12 bootcfg->boot = NULL;
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");