Subversion Repositories HelenOS

Rev

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

Rev 2290 Rev 2294
Line 79... Line 79...
79
    .read = gxemul_do_read,
79
    .read = gxemul_do_read,
80
};
80
};
81
 
81
 
82
 
82
 
83
/** Initializes #gxemul_hw_map. */
83
/** Initializes #gxemul_hw_map. */
84
void gxemul_hw_map_init(void)
84
void machine_hw_map_init(void)
85
{
85
{
86
    gxemul_hw_map.videoram = hw_map(GXEMUL_VIDEORAM, PAGE_SIZE);
86
    gxemul_hw_map.videoram = hw_map(GXEMUL_VIDEORAM, PAGE_SIZE);
87
    gxemul_hw_map.kbd = hw_map(GXEMUL_KBD, PAGE_SIZE);
87
    gxemul_hw_map.kbd = hw_map(GXEMUL_KBD, PAGE_SIZE);
88
    gxemul_hw_map.rtc = hw_map(GXEMUL_RTC, PAGE_SIZE);
88
    gxemul_hw_map.rtc = hw_map(GXEMUL_RTC, PAGE_SIZE);
89
    gxemul_hw_map.irqc = hw_map(GXEMUL_IRQC, PAGE_SIZE);
89
    gxemul_hw_map.irqc = hw_map(GXEMUL_IRQC, PAGE_SIZE);