Rev 3228 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
| Rev 3228 | Rev 3234 | ||
|---|---|---|---|
| Line 34... | Line 34... | ||
| 34 | 34 | ||
| 35 | #ifndef KERN_mips32_MSIM_H_ |
35 | #ifndef KERN_mips32_MSIM_H_ |
| 36 | #define KERN_mips32_MSIM_H_ |
36 | #define KERN_mips32_MSIM_H_ |
| 37 | 37 | ||
| 38 | /** Address of devices. */ |
38 | /** Address of devices. */ |
| 39 | #define MSIM_VIDEORAM 0xB0000000 |
39 | #define MSIM_VIDEORAM 0x90000000 |
| 40 | #define MSIM_KBD_ADDRESS 0xB0000000 |
40 | #define MSIM_KBD_ADDRESS 0x90000000 |
| 41 | #define MSIM_KBD_IRQ 2 |
41 | #define MSIM_KBD_IRQ 2 |
| 42 | 42 | ||
| 43 | #include <console/chardev.h> |
43 | #include <console/chardev.h> |
| 44 | 44 | ||
| 45 | void msim_console(devno_t devno); |
45 | void msim_console(devno_t devno); |