Rev 1480 | Rev 1702 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
Rev 1480 | Rev 1619 | ||
---|---|---|---|
Line 66... | Line 66... | ||
66 | if (config.cpu_active == 1) { |
66 | if (config.cpu_active == 1) { |
67 | fb_init(bootinfo.screen.addr, bootinfo.screen.width, bootinfo.screen.height, bootinfo.screen.bpp, bootinfo.screen.scanline); |
67 | fb_init(bootinfo.screen.addr, bootinfo.screen.width, bootinfo.screen.height, bootinfo.screen.bpp, bootinfo.screen.scanline); |
68 | 68 | ||
69 | /* Initialize PIC */ |
69 | /* Initialize PIC */ |
70 | pic_init(); |
70 | pic_init(); |
71 | 71 | ||
72 | cuda_init(); |
72 | cuda_init(bootinfo.keyboard.addr, bootinfo.keyboard.size); |
- | 73 | ||
73 | /* Merge all zones to 1 big zone */ |
74 | /* Merge all zones to 1 big zone */ |
74 | zone_merge_all(); |
75 | zone_merge_all(); |
75 | } |
76 | } |
76 | } |
77 | } |
77 | 78 |