RWTH-OS / eduOS-rs

A teaching operating system written in Rust
https://rwth-os.github.io/eduOS-rs/
Apache License 2.0
412 stars 26 forks source link

Use the GDT_FIRST_TSS constant instead of hardcoding the magic value 6. #3

Closed ColinFinck closed 6 years ago

ColinFinck commented 6 years ago

This highly simplifies changing the number of descriptors later, as I already experienced with HermitCore.

stlankes commented 6 years ago

Thanks! I oversaw this pull request and my response is a little bit late.