Subversion Repositories HelenOS

Compare Revisions

Ignore whitespace Rev 2422 → Rev 2435

/branches/fs/kernel/generic/src/lib/rd.c
47,6 → 47,11
 
static parea_t rd_parea; /**< Physical memory area for rd. */
 
/**
* RAM disk initialization routine. At this point, the RAM disk memory is shared
* and information about the share is provided as sysinfo values to the userspace
* tasks.
* /
int init_rd(rd_header * header, size_t size)
{
//printf("Header magic %c%c%c%c\n",header->magic[0],header->magic[1],header->magic[2],header->magic[3]);