wscons for FreeBSD?

M. Warner Losh imp at bsdimp.com
Thu Oct 27 08:36:47 PDT 2005


In message: <20051027134919.GA858 at node26.0xfce3.net>
            Gordon Bergling <gbergling at 0xfce3.net> writes:
: Hi,
: 
: * Thus spake Poul-Henning Kamp (phk at phk.freebsd.dk):
: > In message <20051027133336.GA740 at node26.0xfce3.net>, Gordon Bergling writes:
: > >I am currently working on project, which refactors a lot of FreeBSDs
: > >console code.
: > 
: > Sorry for nitpicking, but just to make sure we're clear about what we
: > talk about here:
: > 
: > When you say "console", do you mean 
: >    "vga+keyboard" ?
: > or
: >    "printf(9) destination" ?
: > or
: >    "/dev/console" ?
: > or all of the above ?
: 
: What I mean was 'all of the above'. My projects aims to modernize
: FreeBSDs console in a big picture. That whould range from "simple" vga
: + keyboard to a possible machine indepent framebuffer API.

wscons in NetBSD can be a console (as in /dev/console) destination.
Much like sio(4) can be a console in FreeBSD.  However, it is really a
framework for integrating one or more frame buffers (vga), with zero
or more keyboards and mice into a coherent input system.

It is more of a syscons replacement than a solution to the 'console'
issues that you've been keen on working out.

Warner


More information about the freebsd-arch mailing list