memory: e820 cleanup

This commit is contained in:
cinap_lenrek 2011-11-05 07:17:54 +01:00
parent f5018135c0
commit 409ed0d966

View file

@ -510,17 +510,6 @@ ramscan(ulong maxmem)
*k0 = kzero;
}
/*
* BIOS Int 0x15 E820 memory map.
*/
enum
{
SMAP = ('S'<<24)|('M'<<16)|('A'<<8)|'P',
Ememory = 1,
Ereserved = 2,
Carry = 1,
};
typedef struct Emap Emap;
struct Emap
{