littlekernel / lk

LK embedded kernel
MIT License
3.14k stars 615 forks source link

[arch][x86] update x86 TSS and IDT #207

Closed AjanZhong closed 6 years ago

AjanZhong commented 6 years ago
  1. Update TSS selector description.
  2. Enlarge TSS selector up to SMP_MAX_CPUS.
  3. Enlarge interrupt numbers support to 0xFF in arch x86-64.

Signed-off-by: Zhong,Fangjian fangjian.zhong@intel.com

travisg commented 6 years ago

I promise to get to these, dont close them unless you have a newer version.

AjanZhong commented 6 years ago

We found there is an error on this patch, and plan to submit new one. :) Sorry for inconvenience