area_stand.h

Go to the documentation of this file.
00001 
00002 #include "gen.h"
00003 #define cprintf         printf
00004 #define MAX(a,b)        ((a)>(b)? (a) : (b))
00005 #define PAGESIZE        4096
00006 #define MAX_VM86_MEM    (0xffff + (0xffff << 4))
00007 #define ROUNDUP(X, Y)   ((((X)+((Y)-1))/(Y))*(Y))

Generated on Wed May 24 23:04:18 2006 for LSE/OS by  doxygen 1.4.6