mirror of
https://github.com/ipxe/ipxe
synced 2025-12-29 02:52:36 +03:00
[libflat] Remove now-obsolete flatten_real_mode call
Flat real mode will have been set up as a side-effect of the protected-mode call invoked during install_block() for .text16.early; there is no need to do so explicitly. Signed-off-by: Michael Brown <mcb30@ipxe.org>
This commit is contained in:
@@ -649,7 +649,10 @@ install_prealloc:
|
||||
popl %esi
|
||||
|
||||
#ifndef KEEP_IT_REAL
|
||||
/* Access high memory */
|
||||
/* Access high memory by enabling the A20 gate. (We will
|
||||
* already have 4GB segment limits as a result of calling
|
||||
* install_block.)
|
||||
*/
|
||||
pushw %cs
|
||||
pushw $1f
|
||||
pushw %ax
|
||||
|
||||
Reference in New Issue
Block a user