X-Git-Url: https://scm.lunaixsky.com/lunaix-os.git/blobdiff_plain/bb793d5c6918efee6a86de442463a7c9aaa4ecdd..b91be0033265b5b6bd716bd39cb0971da41906c4:/lunaix-os/includes/arch/x86/i386_asm.h?ds=inline diff --git a/lunaix-os/includes/arch/x86/i386_asm.h b/lunaix-os/includes/arch/x86/i386_asm.h deleted file mode 100644 index b6e8d05..0000000 --- a/lunaix-os/includes/arch/x86/i386_asm.h +++ /dev/null @@ -1,12 +0,0 @@ -#ifndef __LUNAIX_I386_ASM_H -#define __LUNAIX_I386_ASM_H - -#define KCODE_SEG 0x08 -#define KDATA_SEG 0x10 -#define UCODE_SEG 0x1B -#define UDATA_SEG 0x23 -#define TSS_SEG 0x28 - -#define stack_alignment 0xfffffff0 - -#endif /* __LUNAIX_I386_ASM_H */