HomeSort by relevance Sort by last modified time
    Searched refs:Bda (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
34 BDA_STRUC *Bda;
37 Bda = (BDA_STRUC *) ((UINTN) 0x400);
40 ZeroMem (Bda, 0x100);
45 Bda->MemSize = 0x27f;
46 Bda->KeyHead = 0x1e;
47 Bda->KeyTail = 0x1e;
48 Bda->FloppyData = 0x00;
49 Bda->FloppyTimeout = 0xff;
    [all...]
LegacyBootSupport.c 1042 // Setup BDA and EBDA standard areas before Legacy Boot
    [all...]

Completed in 141 milliseconds