HomeSort by relevance Sort by last modified time
    Searched refs:Ebda (Results 1 - 2 of 2) sorted by null

  /device/linaro/bootloader/edk2/IntelFrameworkModulePkg/Csm/LegacyBiosDxe/
LegacyBda.c 2 This code fills in BDA (0x400) and EBDA (pointed to by 0x4xx)
22 Fill in the standard BDA and EBDA stuff before Legacy16 load
35 UINT8 *Ebda;
38 Ebda = (UINT8 *) ((UINTN) 0x9fc00);
41 ZeroMem (Ebda, 0x400);
43 // 640k-1k for EBDA
54 Bda->Ebda = 0x9fc0;
63 *Ebda = 0x01;
LegacyBiosInterface.h 690 40:0E-0E Ebda segment
728 UINT16 Ebda;
1028 Fill in the standard BDA and EBDA stuff before Legacy16 load
    [all...]

Completed in 387 milliseconds