Ignore:
File:
1 edited

Legend:

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

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