commit-grub
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

grub ./ChangeLog term/i386/pc/vga.c


From: Marco Gerards
Subject: grub ./ChangeLog term/i386/pc/vga.c
Date: Mon, 01 Nov 2004 11:25:24 -0500

CVSROOT:        /cvsroot/grub
Module name:    grub
Branch:         
Changes by:     Marco Gerards <address@hidden>  04/11/01 16:19:30

Modified files:
        .              : ChangeLog 
        term/i386/pc   : vga.c 

Log message:
        2004-11-01  Marco Gerards  <address@hidden>
        
        * term/i386/pc/vga.c (VGA_HEIGHT): Changed to 350.
        (PAGE_OFFSET): New macro.
        (CRTC_ADDR_PORT): Likewise.
        (CRTC_DATA_PORT): Likewise.
        (START_ADDR_HIGH_REGISTER): Likewise.
        (START_ADDR_LOW_REGISTER): Likewise.
        (GRAPHICS_ADDR_PORT): Likewise.
        (GRAPHICS_DATA_PORT): Likewise.
        (READ_MAP_REGISTER): Likewise.
        (INPUT_STATUS1_REGISTER): Likewise.
        (INPUT_STATUS1_VERTR_BIT): Likewise.
        (page): New variable.
        (wait_vretrace): New function.
        (set_read_map): Likewise.
        (set_start_address): Likewise.
        (grub_vga_init): Use mode 0x10 instead of mode 0x12.  Switch to
        the right page.
        (check_vga_mem): Take the page into account.
        (write_char): Likewise.
        (write_cursor): Likewise.
        (scroll_up): Likewise.  Copy the page to the page that is not
        shown and switch between both pages.
        (grub_vga_putchar): Fix off by one error.
        (grub_vga_cls): Wait for the vertical retrace.  Take the page into
        account.

CVSWeb URLs:
http://savannah.gnu.org/cgi-bin/viewcvs/grub/grub2/ChangeLog.diff?tr1=1.62&tr2=1.63&r1=text&r2=text
http://savannah.gnu.org/cgi-bin/viewcvs/grub/grub2/term/i386/pc/vga.c.diff?tr1=1.5&tr2=1.6&r1=text&r2=text





reply via email to

[Prev in Thread] Current Thread [Next in Thread]