kern

diff src/vm.h @ 30:a2c6110bd24b

refactored the code a bit, and merged with the malloc implementation branch
author John Tsiombikas <nuclear@siggraph.org>
date Fri, 27 May 2011 22:09:10 +0300
parents 5454cee245a3
children 5f6c5751ae05
line diff
     1.1 --- a/src/vm.h	Sat Apr 23 00:51:18 2011 +0300
     1.2 +++ b/src/vm.h	Fri May 27 22:09:10 2011 +0300
     1.3 @@ -35,7 +35,7 @@
     1.4  #define PAGE_TO_PGTBL_PG(x)		((uint32_t)(x) & 0x3ff)
     1.5  
     1.6  
     1.7 -void init_vm(struct mboot_info *mb);
     1.8 +void init_vm(void);
     1.9  
    1.10  int map_page(int vpage, int ppage, unsigned int attr);
    1.11  int map_page_range(int vpg_start, int pgcount, int ppg_start, unsigned int attr);