Commit Graph

5 Commits

Author SHA1 Message Date
Philipp Oppermann
44758f46fb Describe how to add a dependency on the bit_field crate 2017-04-18 18:34:32 +02:00
Philipp Oppermann
aac958a119 Fix module file name (interrupts.rs -> interrupts/mod.rs) 2017-04-18 18:27:26 +02:00
Gil Mendes
38c6561252 Fix SegmentSelector::empty() on double-fault post (#305)
The “Double Fault“ post still use the old `SegmentSelector::empty()` on
the x86 crate. This commit update it to the new x86_64 crate.
2017-03-31 11:08:56 +02:00
Philipp Oppermann
97ef518895 Rewrite “Double Faults” post based on new “Handling Exceptions” post 2017-03-25 18:10:25 +01:00
Philipp Oppermann
839cf7fba4 The double faults post is the 10th post now 2017-03-25 16:38:35 +01:00