Changeset 1198
Legend:
- Unmodified
- Added
- Removed
-
trunk/Makefile
r1151 r1198 43 43 ifeq ($(OS_ARCH), Darwin) 44 44 CPPFLAGS += -I/opt/local/include -I/usr/local/include 45 # DirectIO framework can be found in the DirectHW library. 45 46 LDFLAGS += -framework IOKit -framework DirectIO -L/opt/local/lib -L/usr/local/lib 46 47 endif -
trunk/README
r1186 r1198 88 88 To compile and run on Darwin/Mac OS X: 89 89 90 Install Direct IOfrom coresystems GmbH.91 Direct IO is available at http://www.coresystems.de/en/directio.90 Install DirectHW from coresystems GmbH. 91 DirectHW is available at http://www.coresystems.de/en/directhw . 92 92 93 93 To cross-compile on Linux for DOS: -
trunk/cbtable.c
r1196 r1198 204 204 205 205 #ifdef __DARWIN__ 206 /* This is a hack. Direct IOfails to map physical address 0x00000000.206 /* This is a hack. DirectHW fails to map physical address 0x00000000. 207 207 * Why? 208 208 */ -
trunk/hwaccess.h
r1196 r1198 194 194 #else 195 195 #if defined(__DARWIN__) 196 /* Header is part of the DirectHW library. */ 196 197 #include <DirectIO/darwinio.h> 197 198 #define off64_t off_t
Note: See TracChangeset
for help on using the changeset viewer.
