robert-w-gries / rxinu

Rust implementation of Xinu educational operating system
Apache License 2.0
33 stars 4 forks source link

Page fault triggered while printing "It did not crash!" #11

Closed robert-w-gries closed 6 years ago

robert-w-gries commented 6 years ago

Page write causes fault after loading idt. Exception is thrown while console mutex is being locked. Can only reproduce on Ubuntu environment.