Rev 1822 | Rev 1841 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
| Rev 1822 | Rev 1837 | ||
|---|---|---|---|
| Line 56... | Line 56... | ||
| 56 | 56 | ||
| 57 | if (bootinfo.keyboard.addr) |
57 | if (bootinfo.keyboard.addr) |
| 58 | kbd_init(); |
58 | kbd_init(); |
| 59 | 59 | ||
| 60 | fb_init(bootinfo.screen.addr, bootinfo.screen.width, bootinfo.screen.height, |
60 | fb_init(bootinfo.screen.addr, bootinfo.screen.width, bootinfo.screen.height, |
| 61 | bootinfo.screen.bpp, bootinfo.screen.scanline); |
61 | bootinfo.screen.bpp, bootinfo.screen.scanline, true); |
| 62 | } |
62 | } |
| 63 | 63 | ||
| 64 | /** Kernel thread for polling keyboard. |
64 | /** Kernel thread for polling keyboard. |
| 65 | * |
65 | * |
| 66 | * @param arg Ignored. |
66 | * @param arg Ignored. |