Subversion Repositories HelenOS-historic

Rev

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

Rev 30 Rev 31
Line 31... Line 31...
31
 
31
 
32
__address ebda = 0;
32
__address ebda = 0;
33
 
33
 
34
void bios_init(void)
34
void bios_init(void)
35
{
35
{
36
    /* Copy the EBDA out from BIOS Data Area */
36
    /* Copy the EBDA address out from BIOS Data Area */
37
    ebda = *((__u16 *) BIOS_EBDA_PTR) * 0x10;
37
    ebda = *((__u16 *) BIOS_EBDA_PTR) * 0x10;
38
}
38
}