X-Git-Url: https://git.ucc.asn.au/?a=blobdiff_plain;f=Kernel%2Farch%2Fx86%2Finclude%2Fproc.h;h=73bddbb9758233ae4bab1a605785d5ad9f715b4d;hb=dc8801cc0b5ed911a775cfc2ea853048f7a00db1;hp=e449a0fa05c61abdba2570da84806ae6339a18d9;hpb=818dd00ebd8c60ea2d47a01a26381b4adc087bdb;p=tpg%2Facess2.git diff --git a/Kernel/arch/x86/include/proc.h b/Kernel/arch/x86/include/proc.h index e449a0fa..73bddbb9 100644 --- a/Kernel/arch/x86/include/proc.h +++ b/Kernel/arch/x86/include/proc.h @@ -23,4 +23,6 @@ typedef struct sTSS { Uint16 Resvd, IOPB; // IO Permissions Bitmap } __attribute__((packed)) tTSS; +#define USER_MAX KERNEL_BASE + #endif