twizzler-operating-system / twizzler

The Twizzler Operating System
BSD 3-Clause "New" or "Revised" License
66 stars 14 forks source link

Kernel assumes BSP is #0 #23

Closed dbittman closed 2 years ago

dbittman commented 2 years ago

The kernel currently assumes the bootstrap processor has ID 0 given by the system. While this is often true, it's not guaranteed.

dbittman commented 2 years ago

This probably interacts with #22 as well, since part of the processor allocation and setup involves TLS.

abenetopoulos commented 2 years ago

Today I realized that TLS is an overloaded acronym