x86_64 support, requiring a slight refactor to the build system.
[tpg/acess2.git] / Kernel / arch / x86_64 / include / proc.h
1 /*
2  * Acess2 x86_64 Port
3  * 
4  * proc.h - Process/Thread management code
5  */
6 #ifndef _PROC_H_
7 #define _PROC_H_
8
9 #include <arch.h>
10
11 typedef struct sMemoryState
12 {
13         tPAddr  CR3;
14 }       tMemoryState;
15
16 typedef struct sTaskState
17 {
18         Uint    RIP, RSP, RBP;
19 }       tTaskState;
20
21 #endif
22

UCC git Repository :: git.ucc.asn.au