From 9fcded3d23d641847f4e6925c135d04d304d9406 Mon Sep 17 00:00:00 2001 From: Michael Brown Date: Tue, 2 May 2006 15:41:21 +0000 Subject: 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. --- src/include/osdep.h | 5 ----- 1 file changed, 5 deletions(-) (limited to 'src/include') diff --git a/src/include/osdep.h b/src/include/osdep.h index 262c2d96d..bc1f1668b 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 */ -- cgit v1.2.3-55-g7522