kern

diff src/segm.h @ 29:8ea6debe4265

starting on the task switching implementation
author John Tsiombikas <nuclear@siggraph.org>
date Sat, 23 Apr 2011 00:51:18 +0300
parents b11a86695493
children 4eaecb14fe31
line diff
     1.1 --- a/src/segm.h	Wed Apr 06 07:42:44 2011 +0300
     1.2 +++ b/src/segm.h	Sat Apr 23 00:51:18 2011 +0300
     1.3 @@ -3,6 +3,9 @@
     1.4  
     1.5  #define SEGM_KCODE	1
     1.6  #define SEGM_KDATA	2
     1.7 +#define SEGM_UCODE	3
     1.8 +#define SEGM_UDATA	4
     1.9 +#define SEGM_TASK	5
    1.10  
    1.11  void init_segm(void);
    1.12