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

Re: Patch for m68k boot-floppies



Adam Di Carlo wrote:
> 
> Michael Schmitz <schmitz@tinocoq.cchem.berkeley.edu> writes:
> 
> > Index: utilities/libfdisk/partbl_atari.c
> 
> Ok, patched.

Thanks :-)

> > -    { "atari-uk",     "English (Atari Falcon)"    , 0},
> > +    { "atari-uk",     "English (Atari Falcon)"    , 0}
> 
> Uh, this line in my sources is:
> 
>     { "atari-uk",        MSG_KBD_ATARI_UK            , 0},

That's just code cosmetic anyway ...
 
> >    };
> >    int nchoices_ata=4;
> >    struct d_choices keymaps_mac[]={
> >      { "mac-us-std",      "U.S. English (Mac, 82 keys)"     , 1},
> >      { "mac-us-ext",      "U.S. English (Mac, extended kbd)", 0},
> > -    { "mac-fr2-ext",     "France (Mac, extended kbd)"      , 0}
> > +    { "mac-fr2-ext",     "France (Mac, extended kbd)"      , 0},
> > +    { "mac-de-ext",      "Germany (Mac, extended kbd)"     , 0}
> 
> Likewise, they are using defines here:
> 
>     { "mac-us-ext",      MSG_KBD_MAC_US_EXT                , 0},
>     { "mac-fr2-ext",     MSG_KBD_MAC_FR2_EXT               , 0}
>   };
>   int nchoices_mac=3;

That would need someone defining the corresponding MSG_KBD_MAC_DE_EXT
message it seems. As I don't anticipate someone building another slink
boot-floppies update it's not so important (besides, the necessary keymap
probably isn't in any slink kbd-data package).

	Michael


Reply to: