Changeset 2030
- Timestamp:
- Jun 14, 2005, 1:36:24 AM (20 years ago)
- Location:
- trunk/src/emx
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/emx/include/386/param.h
-
Property cvs2svn:cvs-rev
changed from
1.3
to1.4
r2029 r2030 40 40 /** @file 41 41 * FreeBSD 5.1 42 * @changed bird: Limit polution. 42 43 */ 43 44 … … 78 79 #define MID_MACHINE MID_I386 79 80 81 #ifdef _BSD_NAMESPACE_POLLUTION /* bird, this is just messing things up, usually. */ 80 82 #ifdef SMP 81 83 #define MAXCPU 16 … … 86 88 #define ALIGNBYTES _ALIGNBYTES 87 89 #define ALIGN(p) _ALIGN(p) 90 #endif /* _BSD_NAMESPACE_POLLUTION - bird */ 88 91 89 92 #define PAGE_SHIFT 12 /* LOG2(PAGE_SIZE) */ 90 93 #define PAGE_SIZE (1<<PAGE_SHIFT) /* bytes/page */ 91 94 #define PAGE_MASK (PAGE_SIZE-1) 95 #ifdef _BSD_NAMESPACE_POLLUTION /* bird */ 92 96 #define NPTEPG (PAGE_SIZE/(sizeof (pt_entry_t))) 93 97 … … 147 151 148 152 #define pgtok(x) ((x) * (PAGE_SIZE / 1024)) 153 #endif /* _BSD_NAMESPACE_POLLUTION - bird */ 149 154 150 155 #endif /* !_MACHINE_PARAM_H_ */ -
Property cvs2svn:cvs-rev
changed from
-
trunk/src/emx/src/lib/libc.smak
-
Property cvs2svn:cvs-rev
changed from
1.66
to1.67
r2029 r2030 30 30 .TSRC := $(libc.TSRC.$(CPU)) $(libc.TSRC) 31 31 .TDEP := $(libc.TDEP.$(CPU)) $(libc.TDEP) 32 .TCF := -I$. -DIN_INNOTEK_LIBC -D__DBINTERFACE_PRIVATE -D__NETBSD_SYSCALLS -DPOSIX_MISTAKE -DHAVE_CONFIG_H -Isrc/lib/bsd/locale -Isrc/lib/lgpl/include 32 .TCF := -I$. -Isrc/lib/bsd/locale -Isrc/lib/lgpl/include \ 33 -DIN_INNOTEK_LIBC -D__DBINTERFACE_PRIVATE -D__NETBSD_SYSCALLS -DPOSIX_MISTAKE -DHAVE_CONFIG_H -D_BSD_NAMESPACE_POLLUTION 33 34 .INSDIR = lib/ 34 35 .TKEEP := 1 -
Property cvs2svn:cvs-rev
changed from
Note:
See TracChangeset
for help on using the changeset viewer.