refactor: Optimize the signal context overhead
[lunaix-os.git] / lunaix-os / includes / arch / x86 / i386_asm.h
index 5fec5b3b4a6724162790437a23a7422e1f8c2dc6..b6e8d05130891a83e6c959d951ef096daab9e8f1 100644 (file)
@@ -7,4 +7,6 @@
 #define UDATA_SEG 0x23
 #define TSS_SEG 0x28
 
+#define stack_alignment 0xfffffff0
+
 #endif /* __LUNAIX_I386_ASM_H */