It looks like it's initialised in 9/pc/screen.c, for example in
screensize(), and 9/pc/devvga.c, for example in vgaopen() and the
routines it calls.  Look for

        scr = &vgascreen[0];

which is a pedantic way of writing

        scr = vgascreen;

and see how scr is used.

Reply via email to