Rev 2787 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
| Rev 2787 | Rev 3424 | ||
|---|---|---|---|
| Line 34... | Line 34... | ||
| 34 | 34 | ||
| 35 | #ifndef LIBC_ia32_CONFIG_H_ |
35 | #ifndef LIBC_ia32_CONFIG_H_ |
| 36 | #define LIBC_ia32_CONFIG_H_ |
36 | #define LIBC_ia32_CONFIG_H_ |
| 37 | 37 | ||
| 38 | #define PAGE_WIDTH 12 |
38 | #define PAGE_WIDTH 12 |
| 39 | #define PAGE_SIZE (1<<PAGE_WIDTH) |
39 | #define PAGE_SIZE (1 << PAGE_WIDTH) |
| 40 | #define PAGE_COLOR_BITS 0 /* dummy */ |
40 | #define PAGE_COLOR_BITS 0 /* dummy */ |
| 41 | 41 | ||
| 42 | #endif |
42 | #endif |
| 43 | 43 | ||
| 44 | /** @} |
44 | /** @} |