mirror of
https://github.com/ipxe/ipxe
synced 2025-12-20 20:10:18 +03:00
Towards a(nother) new real-mode infrastructure, in which we take
advantage of the fact that we have to have a permanently-resident block in base memory.
This commit is contained in:
@@ -14,11 +14,6 @@
|
||||
#include "setjmp.h"
|
||||
#include "latch.h"
|
||||
|
||||
/* within 1MB of 4GB is too close.
|
||||
* MAX_ADDR is the maximum address we can easily do DMA to.
|
||||
*/
|
||||
#define MAX_ADDR (0xfff00000UL)
|
||||
|
||||
typedef unsigned long Address;
|
||||
|
||||
/* ANSI prototyping macro */
|
||||
|
||||
Reference in New Issue
Block a user