mirror of
https://github.com/phil-opp/blog_os.git
synced 2025-12-17 06:47:49 +00:00
Use zola's page_template feature
This commit is contained in:
@@ -3,7 +3,7 @@ title = "CPU Exceptions"
|
||||
weight = 6
|
||||
path = "cpu-exceptions"
|
||||
date = 2018-06-17
|
||||
template = "second-edition/page.html"
|
||||
|
||||
+++
|
||||
|
||||
CPU exceptions occur in various erroneous situations, for example when accessing an invalid memory address or when dividing by zero. To react to them we have to set up an _interrupt descriptor table_ that provides handler functions. At the end of this post, our kernel will be able to catch [breakpoint exceptions] and to resume normal execution afterwards.
|
||||
|
||||
Reference in New Issue
Block a user