summaryrefslogtreecommitdiffstats
path: root/src/include/osdep.h
diff options
context:
space:
mode:
authorMichael Brown2006-05-02 17:41:21 +0200
committerMichael Brown2006-05-02 17:41:21 +0200
commit9fcded3d23d641847f4e6925c135d04d304d9406 (patch)
tree70595ff60ef2fdebfc2723d558cde7fa04582bcd /src/include/osdep.h
parentMove stack out to separate object, so that having a stack doesn't drag in (diff)
downloadipxe-9fcded3d23d641847f4e6925c135d04d304d9406.tar.gz
ipxe-9fcded3d23d641847f4e6925c135d04d304d9406.tar.xz
ipxe-9fcded3d23d641847f4e6925c135d04d304d9406.zip
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.
Diffstat (limited to 'src/include/osdep.h')
-rw-r--r--src/include/osdep.h5
1 files changed, 0 insertions, 5 deletions
diff --git a/src/include/osdep.h b/src/include/osdep.h
index 262c2d96..bc1f1668 100644
--- a/src/include/osdep.h
+++ b/src/include/osdep.h
@@ -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 */