[docs] minor layout fix

This commit is contained in:
stnolting 2024-10-29 21:36:52 +01:00
parent f9a2801c5c
commit b847601de1

View file

@ -407,7 +407,7 @@ The `crt0.S` start-up performs the following operations:
:sectnums:
===== Early Trap Handler
==== Early Trap Handler
The start-up code provides a very basic trap handler for the early boot phase. This handler does nothing but
trying to move on to the next linear instruction whenever an interrupt or synchronous exception is encountered.