Subversion Repositories HelenOS

Rev

Rev 3762 | Rev 3880 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 3762 Rev 3779
Line 38... Line 38...
38
 
38
 
39
#include <config.h>
39
#include <config.h>
40
 
40
 
41
#include <proc/thread.h>
41
#include <proc/thread.h>
42
#include <arch/drivers/ega.h>
42
#include <arch/drivers/ega.h>
-
 
43
#include <genarch/drivers/ega/ega.h>
43
#include <arch/drivers/vesa.h>
44
#include <arch/drivers/vesa.h>
44
#include <genarch/kbd/i8042.h>
45
#include <genarch/kbd/i8042.h>
45
#include <arch/drivers/i8254.h>
46
#include <arch/drivers/i8254.h>
46
#include <arch/drivers/i8259.h>
47
#include <arch/drivers/i8259.h>
47
 
48
 
Line 137... Line 138...
137
#ifdef CONFIG_FB
138
#ifdef CONFIG_FB
138
        if (vesa_present())
139
        if (vesa_present())
139
            vesa_init();
140
            vesa_init();
140
        else
141
        else
141
#endif
142
#endif
142
            ega_init(); /* video */
143
            ega_init(EGA_BASE, EGA_VIDEORAM);   /* video */
143
       
144
       
144
        /* Enable debugger */
145
        /* Enable debugger */
145
        debugger_init();
146
        debugger_init();
146
        /* Merge all memory zones to 1 big zone */
147
        /* Merge all memory zones to 1 big zone */
147
        zone_merge_all();
148
        zone_merge_all();