Subject: SE/30 video address?
To: NetBSD mac68k port list <port-mac68k@netbsd.org>
From: Nyef <nyef@softhome.net>
List: port-mac68k
Date: 01/27/2002 00:22:45
Hello all.

I'm still working on writing a MacOS-free booter, and I'm wondering if
anyone can verify that the following would be correct for an SE/30 with
standard internal video:

    setenv("VIDEO_ADDR", 0xfe008040);
    setenv("ROW_BYTES", 64);
    setenv("SCREEN_DEPTH", 1);
    setenv("DIMENSIONS", 512 | (342 << 16));

Thanks in advance.

---------------------------
All programming can be viewed as an exercise.
---------------------------
Alastair Bridgewater
e-mail: nyef@softhome.net