ViewVC Help
View File | Revision Log | Show Annotations | Revision Graph | Root Listing
root/cebix/BasiliskII/src/BeOS/sysdeps.h
(Generate patch)

Comparing BasiliskII/src/BeOS/sysdeps.h (file contents):
Revision 1.1 by cebix, 1999-10-03T14:16:25Z vs.
Revision 1.4 by cebix, 1999-10-21T22:40:00Z

# Line 25 | Line 25
25   #include <support/SupportDefs.h>
26   #include <support/ByteOrder.h>
27  
28 + #include "user_strings_beos.h"
29 +
30   // Are the Mac and the host address space the same?
31   #ifdef __i386__
32   #define REAL_ADDRESSING 0
# Line 38 | Line 40
40   // Is the Mac ROM write protected?
41   #define ROM_IS_WRITE_PROTECTED 1
42  
43 + // ExtFS is supported
44 + #define SUPPORTS_EXTFS 1
45 +
46   // Time data type for Time Manager emulation
47   typedef bigtime_t tm_time_t;
48  
49 + // Offset Mac->BeOS time in seconds
50 + #define TIME_OFFSET 0x7c25b080
51 +
52   // 64 bit file offsets
53   typedef off_t loff_t;
54  

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines