Subversion Repositories HelenOS-historic

Rev

Rev 1702 | Go to most recent revision | Show entire file | Regard whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 1702 Rev 1754
Line 27... Line 27...
27
 */
27
 */
28
 
28
 
29
 /** @addtogroup ia32  
29
/** @addtogroup ia32   
30
 * @{
30
 * @{
31
 */
31
 */
-
 
32
/**
32
/** @file
33
 * @file
-
 
34
 * @brief EGA driver.
33
 */
35
 */
34
 
36
 
35
#include <arch/drivers/ega.h>
37
#include <arch/drivers/ega.h>
36
#include <putchar.h>
38
#include <putchar.h>
37
#include <mm/page.h>
39
#include <mm/page.h>
Line 144... Line 146...
144
    outb(0x3d5, ega_cursor & 0xff);
146
    outb(0x3d5, ega_cursor & 0xff);
145
}
147
}
146
 
148
 
147
 /** @}
149
/** @}
148
 */
150
 */
149
 
-