Rev 1702 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
| Rev 1702 | Rev 1780 | ||
|---|---|---|---|
| Line 37... | Line 37... | ||
| 37 | #include <arch/mm/memory_init.h> |
37 | #include <arch/mm/memory_init.h> |
| 38 | #include <mm/frame.h> |
38 | #include <mm/frame.h> |
| 39 | #include <align.h> |
39 | #include <align.h> |
| 40 | #include <macros.h> |
40 | #include <macros.h> |
| 41 | 41 | ||
| 42 | __address last_frame = 0; |
42 | uintptr_t last_frame = 0; |
| 43 | 43 | ||
| 44 | void frame_arch_init(void) |
44 | void frame_arch_init(void) |
| 45 | { |
45 | { |
| 46 | pfn_t minconf = 2; |
46 | pfn_t minconf = 2; |
| 47 | count_t i; |
47 | count_t i; |