Re: [OT] Crazy idea: Design open-source graphics chip

From: Maciej W. Rozycki (macro_at_ds2.pg.gda.pl)
Date: 01/30/04

  • Next message: Xose Vazquez Perez: "[Compile Regression] 2.4.25-pre8: 126 warnings 0 errors"
    Date:	Fri, 30 Jan 2004 19:11:59 +0100 (CET)
    To: Timothy Miller <miller@techsource.com>
    
    

    On Fri, 30 Jan 2004, Timothy Miller wrote:

    > You're not entirely correct here. I attempted to write a VGA BIOS for a
    > card which did not have hardware support for 80x25 text.
    >
    > I first tried intercepting int 0x10. I quickly discovered that most DOS
    > programs bypass int 0x10 and write directly to the display memory. As a
    > result, very little of what should have displayed actually did.

     Of course, but DOS is not BIOS and the assumption is we want to use the
    adapter as a boot console and with Linux. The former is handled with
    appropriate firmware and the latter with a driver.

     Actually I had an opportunity to use a few PC/AT headless systems (no
    video adapter at all, although one could be placed in a PCI slot) with an
    option called "serial console redirection" in the firmware. Their BIOS
    setup program proved to work just fine over a serial line (unfortunately a
    VT100 terminal was assumed, so I had to type e.g. ^[OP to "press" <F1>,
    but it worked) as well any console output, including LILO (which had to be
    taught to use the regular console instead of accessing the serial port for
    I/O directly).

    -- 
    +  Maciej W. Rozycki, Technical University of Gdansk, Poland   +
    +--------------------------------------------------------------+
    +        e-mail: macro@ds2.pg.gda.pl, PGP key available        +
    -
    To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
    the body of a message to majordomo@vger.kernel.org
    More majordomo info at  http://vger.kernel.org/majordomo-info.html
    Please read the FAQ at  http://www.tux.org/lkml/
    

  • Next message: Xose Vazquez Perez: "[Compile Regression] 2.4.25-pre8: 126 warnings 0 errors"

    Relevant Pages

    • Re: VIA SATA I/O errors
      ... > and a lot of SCSI error messages will be output to the console. ... > few instances of this happening (which requires a hard power-off, ... I have no idea whether this is a software or hardware ... send the line "unsubscribe linux-kernel" in ...
      (Linux-Kernel)
    • Re: [linux-pm] [RFC] Add some hooks to generic suspend code
      ... > switch to other console before suspend, so X has to give up ... I'd rather not break an existing and relied upon userland interface now, ... send the line "unsubscribe linux-kernel" in ...
      (Linux-Kernel)
    • Re: EFI is out to lunch
      ... error (something has destabilized the firmware), ... The consoles on I64 can have more than one connection, ... another line acquire and access the console. ... I'd first run a hard reset on whatever box this is, ...
      (comp.os.vms)
    • RE: Panics need better handling
      ... It saves the panic info into a firmware log. ... Subject: Panics need better handling ... > Using a framebuffer console helps a lot. ... send the line "unsubscribe linux-kernel" in ...
      (Linux-Kernel)
    • [PATCH] fix vgacon blanking
      ... This patch fixes a long-standing vgacon bug: characters with the bright ... and then wait for the console to blank itself (by default, ... {int i, j; ... To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/ ...
      (Linux-Kernel)