Replaced memsizes.c with smaller memmap.c, taking advantage of __data16,

and creating a memory map that's easier to work with than the E820 map.
This commit is contained in:
Michael Brown
2006-05-24 01:37:46 +00:00
parent 5e80847827
commit 77a65075a6
4 changed files with 239 additions and 235 deletions

View File

@@ -1,6 +1,8 @@
#ifndef MEMSIZES_H
#define MEMSIZES_H
#warning "This header is no longer functional; use memmap.h instead"
/*
* These structures seem to be very i386 (and, in fact, PCBIOS)
* specific, so I've moved them out of etherboot.h.