memory: e820 cleanup

front
cinap_lenrek 2011-11-05 07:17:54 +01:00
parent f5018135c0
commit 409ed0d966
1 changed files with 0 additions and 11 deletions

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
{