[BACK]Return to mem.h CVS log [TXT][DIR] Up to [local] / funnyos / sys

Diff for /funnyos/sys/mem.h between version 1.1 and 1.2

version 1.1, 2007/10/16 09:41:05 version 1.2, 2007/10/16 12:48:00
Line 13 
Line 13 
   
 #define KMEM_MINESTSTACKSIZE 1024 /* 1KB, minimum estimated stack size (when brk shifts to the top of stack) */  #define KMEM_MINESTSTACKSIZE 1024 /* 1KB, minimum estimated stack size (when brk shifts to the top of stack) */
   
   #define KMEM_FILLBYTE 0x00 /* byte with which free pages will be filled */
   
 void    kmem_init(void);  void    kmem_init(void);
 void    *kmalloc(uint32_t nbytes);  void    *kmalloc(uint32_t nbytes);
 void    kfree(void *p, uint32_t nbytes);  void    kfree(void *p, uint32_t nbytes);

Legend:
Removed from v.1.1  
changed lines
  Added in v.1.2

CVSweb