kern

diff src/term.c @ 35:06172322fb76

- made interrupt number - irq mapping macros public in intr.h - disabled the interrupts in various vga driver functions
author John Tsiombikas <nuclear@member.fsf.org>
date Thu, 09 Jun 2011 05:09:49 +0300
parents 0489a34ab348
children fa65b4f45366
line diff
     1.1 --- a/src/term.c	Thu Jun 09 02:45:49 2011 +0300
     1.2 +++ b/src/term.c	Thu Jun 09 05:09:49 2011 +0300
     1.3 @@ -29,7 +29,6 @@
     1.4  
     1.5  /* output a single character, handles formatting, cursor advancement
     1.6   * and scrolling the screen when we reach the bottom.
     1.7 - * TODO make visible cursor actually move.
     1.8   */
     1.9  int putchar(int c)
    1.10  {