littlekernel / lk

LK embedded kernel
MIT License
3.17k stars 621 forks source link

[arch][x86] Bug fix and feature enhancement #211

Closed AjanZhong closed 5 years ago

AjanZhong commented 6 years ago

Bug Fix:

  1. Fix bug when update mapping in kernel aspace

Enhanced feature:

  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
travisg commented 5 years ago

Looks good!