[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: resolution when booting mint
In article <9501121606.AA08067@salambo.enserb.u-bordeaux.fr> you write:
>
> Hi!
>
> I'm pretty new to MiNT and just would like to ask a question:
>
>When I boot MiNT using init as least program (with getty, etc...), this is
>done in Low res. have you really tried to use a unix system with a 40 rows
>term ? This is quite ugly :)
#include <osbind.h>
#include <minimal.h>
int main()
{
(void) Setscreen (0L, 0L, 2);
}
run this in /auto. (untested, assuming vanilla ST(e) :)
or install virtual consoles and just leave /dev/console for GEM...
so short
Juergen