Subversion Repositories HelenOS-historic

Rev

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

Rev 187 Rev 195
Line 26... Line 26...
26
 * THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
26
 * THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
27
 */
27
 */
28
 
28
 
29
#include <arch/boot/memmap.h>
29
#include <arch/boot/memmap.h>
30
#include <arch/mm/memory_init.h>
30
#include <arch/mm/memory_init.h>
-
 
31
#include <print.h>
31
 
32
 
32
size_t get_memory_size(void)
33
size_t get_memory_size(void)
33
{
34
{
34
    return e801memorysize*1024;
35
    return e801memorysize*1024;
35
}
36
}