Show
Ignore:
Timestamp:
11/23/09 21:04:05 (2 years ago)
Author:
root <root@…>
Children:
a06075995c5ea9c4c473820cba03033e9c945a41
Parents:
219c2a3ea81917d4c80814dce2c58f85dbcf2cf9
git-committer:
root <root@localhost.localdomain> / 2009-11-23T22:04:05Z+0100
Message:

memory: Commenting workaround

Impact: none

HDT is using a memory detection code which duplicates some syslinux
code. Once addr_t will be moved into 64bit, this can be removed by using
syslinux_scan_memory().

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • com32/gplinclude/memory.h

    rd7ddef rd8cf54  
    4444int detect_memory_e801(int*, int*); 
    4545int detect_memory_88(int*); 
     46 
     47/* The following stuff could be merge once the addr_t will be set to 64bits. 
     48 * syslinux_scan_memory can be used for that purpose */ 
    4649unsigned long memsize_e820(struct e820entry *e820, int e820_nr); 
    4750int sanitize_e820_map(struct e820entry *orig_map, struct e820entry *new_bios, short old_nr);