1 #include <aros/bootloader.h>
2 #include <libraries/bootmenu.h>
3 #include <proto/bootloader.h>
6 #include "bootmenu_intern.h"
8 /* This file contains architecture-dependent defaults */
10 void InitBootConfig(struct BootConfig
*bootcfg
, APTR BootLoaderBase
)
12 bootcfg
->self
= bootcfg
;
14 strcpy(bootcfg
->defaultgfx
.libname
, "radeon.hidd");
15 strcpy(bootcfg
->defaultgfx
.hiddname
, "RadeonDriver");
16 bootcfg
->defaultkbd
.hiddname
[0] = 0;
17 bootcfg
->defaultmouse
.hiddname
[0] = 0;