Rev 566 | Rev 967 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
Rev 566 | Rev 763 | ||
---|---|---|---|
Line 29... | Line 29... | ||
29 | #ifndef __ia32_FRAME_H__ |
29 | #ifndef __ia32_FRAME_H__ |
30 | #define __ia32_FRAME_H__ |
30 | #define __ia32_FRAME_H__ |
31 | 31 | ||
32 | #include <arch/types.h> |
32 | #include <arch/types.h> |
33 | 33 | ||
34 | #define FRAME_SIZE 4096 |
34 | #define FRAME_WIDTH 12 /* 4K */ |
- | 35 | #define FRAME_SIZE (1<<FRAME_WIDTH) |
|
35 | 36 | ||
36 | extern __address last_frame; |
37 | extern __address last_frame; |
37 | 38 | ||
38 | extern void frame_arch_init(void); |
39 | extern void frame_arch_init(void); |
39 | 40 |