Subversion Repositories shark

Compare Revisions

Ignore whitespace Rev 64 → Rev 1689

/shark/trunk/kernel/mem/makefile
File deleted
/shark/trunk/kernel/mem/stats.c
73,7 → 73,7
#define DEBUG
#endif
 
#include <ll/stdio.h>
#include <arch/stdio.h>
#include <kernel/func.h>
 
#include <kernel/lmm.h>
/shark/trunk/kernel/mem/dump.c
74,7 → 74,7
#define DEBUG
#endif
 
#include <ll/stdio.h>
#include <arch/stdio.h>
#include <kernel/func.h>
#include <kernel/lmm.h>
#define assert(test) assertk(test)
/shark/trunk/kernel/mem/Makefile
0,0 → 1,17
targets:= \
addfree.o \
addregio.o \
alloc.o \
alloc_al.o \
alloc_ge.o \
alloc_pa.o \
avail.o \
avail_in.o \
dump.o \
findfree.o \
free.o \
freepage.o \
init.o \
removefr.o \
stats.o