Subject: Re: Vaxstation 4000-model 60
To: None <jkunz@unixag-kl.fh-kl.de>
From: Anders Magnusson <ragge@ludd.luth.se>
List: port-vax
Date: 06/25/1999 15:24:10
>
> MissSophie:/nfsroot/oblina/swapfile none swap sw,nfsmntpt=/swap
MissSophie? That's a woman in a sketch they show on TV each new years
evening in Sweden :-)
>
> BTW: Thanks to Michael for the new booter. The countdown works on my
> machine. But why can't I type uppercase letters at the prompt of the
> booter? I can type "(#!)" but not "HURZ". Bug or feature? (I am using a
> vt100 compatible WYSE terminal for console.)
>
Well...
if (c < 96 && c > 64)
c += 32;
in consio.c obviously converts all letters to lowercase.
IIRC it is added because the ROM console routines on some VAX only returns
upper-case letters.
>
> tschüß,
> Jochen
>
Hälsningar,
Ragge