kern

diff src/vm.h @ 55:88a6c4e192f9

Fixed most important task switching bugs. Now it seems that I can switch in and out of user space reliably.
author John Tsiombikas <nuclear@member.fsf.org>
date Mon, 15 Aug 2011 04:03:39 +0300
parents f65b348780e3
children 437360696883
line diff
     1.1 --- a/src/vm.h	Sun Aug 14 16:57:23 2011 +0300
     1.2 +++ b/src/vm.h	Mon Aug 15 04:03:39 2011 +0300
     1.3 @@ -63,5 +63,6 @@
     1.4  
     1.5  /* defined in vm-asm.S */
     1.6  void set_pgdir_addr(uint32_t addr);
     1.7 +uint32_t get_pgdir_addr(void);
     1.8  
     1.9  #endif	/* VM_H_ */