Better Exception Messages · Writing an OS in Rust
Better Exception Messages Aug 3, 2016 In this post, we explore exceptions in more detail. Our goal is to print additional information when an exception occurs, for example the values of the instruction and stack pointer. In the course of this, we will explore inline assembly and naked functions. We…