New implementation of Context
zonyitoo opened this issue · 1 comments
zonyitoo commented
Right now we may have three choices:
- Keep on maintain the current version of ASM context switch code
- Borrow code from existing context libraries, for example, Boost.Context. #10
- Use pure Rust implementation. Refer to Redox OS: https://github.com/redox-os/redox/blob/master/src/common/src/context.rs#L158
zonyitoo commented
We already chosen Boost.Context in branch 1.0
.