mirror of
https://github.com/phil-opp/blog_os.git
synced 2025-12-16 22:37:49 +00:00
Rename to better-exception-messages
This commit is contained in:
@@ -3,9 +3,7 @@ title = "Better Exception Messages"
|
|||||||
date = "2016-08-03"
|
date = "2016-08-03"
|
||||||
+++
|
+++
|
||||||
|
|
||||||
In the [previous post], we've set up an interrupt descriptor table in order to catch divide by zero faults. In this post, we will 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 will also add a handler function for page faults and read the associated error code.
|
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 will also add a handler function for page faults and read the associated error code.
|
||||||
|
|
||||||
[previous post]: {{% relref "2016-05-28-catching-exceptions.md" %}}
|
|
||||||
|
|
||||||
<!--more--><aside id="toc"></aside>
|
<!--more--><aside id="toc"></aside>
|
||||||
|
|
||||||
Reference in New Issue
Block a user