Subversion Repositories HelenOS

Compare Revisions

Ignore whitespace Rev 4064 → Rev 4065

/branches/sparc/kernel/arch/sparc64/src/mm/frame.c
39,6 → 39,7
#include <config.h>
#include <align.h>
#include <macros.h>
#include <print.h>
 
uintptr_t last_frame = NULL;
 
56,8 → 57,6
uintptr_t start = bootinfo.memmap.zones[i].start;
size_t size = bootinfo.memmap.zones[i].size;
 
printf("Found a zone: start = %x, size = %d.\n", start, size);
 
/*
* The memmap is created by HelenOS boot loader.
* It already contains no holes.