[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: m68k boot-floppies



> > #if #cpu (m68k)
> >   struct d_choices keymaps_ami[]={
> >     { "amiga/amiga-de",        "Germany (Amiga)"           , KBD_de_DE},
> >     { "amiga/amiga-es",        "Spain (Amiga)"             , KBD_es_ES},
> > [...]
> > #elif #cpu (powerpc)
> > [...]
> >   struct d_choices keymaps_ami[]={
> >     { "amiga-de",        "Germany (Amiga)"           , KBD_de_DE},
> >     { "amiga-es",        "Spain (Amiga)"             , KBD_es_ES},
> > [...]
> 
> the second, but then you have to change :
> 
> prefix="" 
> 
> to 
> 
> prefix="amiga" 

With prefix you need to have it for each subarch like this:

if atari then prefix "atari"
if amiga then prefix "amiga"
if mac   then prefix "mac"
...
if chrp then ...

without a prefix you can remove the prefix completly. The name of
the subarch is in the struct d_choices. 

The problem with the leading /   (/amiga/xxx  instead of amiga/xxx) 
cannot be a big problem. 

Thanks,


     Hartmut


Reply to: