fork 自 xt-sys/exectos
Add missing x86 descriptor sizes
This commit is contained in:
父節點
ae60753e33
當前提交
900e71459a
@ -46,6 +46,10 @@
|
||||
#define CR4_XSAVE 0x00020000
|
||||
#define CR4_RESERVED3 0xFFFC0000
|
||||
|
||||
/* Descriptors size */
|
||||
#define GDT_ENTRIES 128
|
||||
#define IDT_ENTRIES 256
|
||||
|
||||
/* Initial MXCSR control */
|
||||
#define INITIAL_MXCSR 0x1F80
|
||||
|
||||
|
載入中…
x
新增問題並參考
Block a user