Subversion Repositories HelenOS-historic

Compare Revisions

Ignore whitespace Rev 30 → Rev 31

/SPARTAN/trunk/arch/ia32/src/bios/bios.c
33,6 → 33,6
 
void bios_init(void)
{
/* Copy the EBDA out from BIOS Data Area */
/* Copy the EBDA address out from BIOS Data Area */
ebda = *((__u16 *) BIOS_EBDA_PTR) * 0x10;
}