Subversion Repositories HelenOS

Rev

Rev 1809 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 1809 Rev 1813
Line 32... Line 32...
32
/** @file
32
/** @file
33
 */
33
 */
34
 
34
 
35
#include <arch/mm/memory_init.h>
35
#include <arch/mm/memory_init.h>
36
#include <arch/mm/page.h>
36
#include <arch/mm/page.h>
-
 
37
#include <arch/boot/boot.h>
37
#include <print.h>
38
#include <print.h>
38
 
39
 
39
size_t get_memory_size(void)
40
size_t get_memory_size(void)
40
{
41
{
41
    return 0;
42
    return start_info.nr_pages * PAGE_SIZE;
42
}
43
}
43
 
44
 
44
void memory_print_map(void)
45
void memory_print_map(void)
45
{
46
{
46
}
47
}