Changeset 2998046 in mainline for arch/ia32/include/boot/memmap.h


Ignore:
Timestamp:
2005-05-25T15:41:27Z (20 years ago)
Author:
Josef Cejka <malyzelenyhnus@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
fc9c4e1
Parents:
d5d2a3f
Message:

first version of e820 memmap

File:
1 edited

Legend:

Unmodified
Added
Removed
  • arch/ia32/include/boot/memmap.h

    rd5d2a3f r2998046  
    4141#define MEMMAP_MEMORY_UNUSABLE  5
    4242
    43 
     43         /* size of one entry */
     44#define MEMMAP_E820_RECORD_SIZE 20
     45        /* maximum entries */
     46#define MEMMAP_E820_MAX_RECORDS 32
    4447#endif
Note: See TracChangeset for help on using the changeset viewer.