Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • kernel/arch/ia32/src/bios/bios.c

    rdc0b964 rdf4ed85  
    2727 */
    2828
    29 /** @addtogroup ia32
     29/** @addtogroup ia32   
    3030 * @{
    3131 */
     
    3434
    3535#include <arch/bios/bios.h>
    36 #include <typedefs.h>
    37 
    38 #define BIOS_EBDA_PTR  0x40eU
     36#include <arch/types.h>
    3937
    4038uintptr_t ebda = 0;
     
    4341{
    4442        /* Copy the EBDA address out from BIOS Data Area */
    45         ebda = *((uint16_t *) BIOS_EBDA_PTR) * 0x10U;
     43        ebda = *((uint16_t *) BIOS_EBDA_PTR) * 0x10;
    4644}
    4745
Note: See TracChangeset for help on using the changeset viewer.