zonyitoo/context-rs

New implementation of Context

zonyitoo opened this issue · 1 comments

Right now we may have three choices:

  1. Keep on maintain the current version of ASM context switch code
  2. Borrow code from existing context libraries, for example, Boost.Context. #10
  3. Use pure Rust implementation. Refer to Redox OS: https://github.com/redox-os/redox/blob/master/src/common/src/context.rs#L158

We already chosen Boost.Context in branch 1.0.