/[hurd]/hurd-l4/wortel/output-vga.c
ViewVC logotype

Diff of /hurd-l4/wortel/output-vga.c

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.2 by marcus, Fri Sep 19 17:49:59 2003 UTC revision 1.3 by marcus, Thu Sep 25 00:29:14 2003 UTC
# Line 85  vga_init (const char *cfg) Line 85  vga_init (const char *cfg)
85    unsigned int pos = vga_get_cursor_pos ();    unsigned int pos = vga_get_cursor_pos ();
86    col = pos % VGA_COLUMNS;    col = pos % VGA_COLUMNS;
87    row = pos / VGA_COLUMNS;    row = pos / VGA_COLUMNS;
88    
89      /* FIXME: We are faulting in the video memory here.  We must have a
90         way to give it back to the system eventually, for example to the
91         physical memory server.  */
92    video = (char *) VGA_VIDEO_MEM_BASE_ADDR;    video = (char *) VGA_VIDEO_MEM_BASE_ADDR;
93  }  }
94    

Legend:
Removed from v.1.2  
changed lines
  Added in v.1.3

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26