From: Michael Brown Date: Mon, 19 Apr 2010 21:22:11 +0000 (+0100) Subject: [prefix] Use flat real mode for access to high memory X-Git-Url: http://git.etherboot.org/gpxe.git/commitdiff_plain/8d2d6ac1ae50dd49e35f2d9b24323e84367a2506?hp=8d2d6ac1ae50dd49e35f2d9b24323e84367a2506 [prefix] Use flat real mode for access to high memory Use flat real mode rather than 16-bit protected mode for access to high memory during installation. This simplifies the code by reducing the number of CPU modes we need to think about, and also increases the amount of code in common between the normal and (somewhat hypothetical) KEEP_IT_REAL methods of operation. Signed-off-by: Michael Brown Signed-off-by: Stefan Hajnoczi ---