rust-osdev / x86_64

Library to program x86_64 hardware.
https://docs.rs/x86_64
Apache License 2.0
797 stars 132 forks source link

Typo fix in TaskStateSegment comment #504

Closed mrjbom closed 12 hours ago

mrjbom commented 3 weeks ago

@Freax13, now the description is the most accurate

Freax13 commented 3 weeks ago

Could you please mention interrupts/exceptions in the comment? I feel that without this it may not be clear when stack switching might be useful.

mrjbom commented 3 weeks ago

I think it's clear now

Freax13 commented 12 hours ago

I rebased this PR onto master to fix CI.