pczarn / rustboot

A multi-platform kernel written in Rust
http://pczarn.github.io/rustboot/doc/main/index.html
MIT License
197 stars 15 forks source link

Context switching on x86 #5

Closed pczarn closed 10 years ago

pczarn commented 10 years ago

(TLS - Task Local State) Local CPU segment with TSS segment. Context/TrapFrame/TrapCallStack

http://samwho.co.uk/blog/2013/06/01/context-switching-on-x86/