You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently, TSS segments can only be constructed from statics. This makes
it difficult to construct a TSS dynamically when bringing up an
application processor.
This commit adds a new `SystemSegment::boxed_tss` constructor, which
allows TSS segments to be dynamically allocated, as well as stored in a
static.
This was factored out of PR #371.
0 commit comments