2 * AcessOS Microkernel Version
19 Uint32 EAX, ECX, EDX, EBX;
20 Uint32 ESP, EBP, ESI, EDI;
21 Uint32 ES, CS, DS, SS, FS, GS;
23 Uint16 Resvd, IOPB; // IO Permissions Bitmap
24 } __attribute__((packed)) tTSS;
27 extern void Proc_Start(void);
28 extern int Proc_Clone(Uint *Err, Uint Flags);