mirror of
https://github.com/cirosantilli/linux-kernel-module-cheat.git
synced 2026-01-28 04:24:26 +01:00
readme: double spaces!!!
This commit is contained in:
@@ -17335,8 +17335,6 @@ IN: main
|
|||||||
|
|
||||||
which does an `eret` and jumps back to 0x4000209c, which is 4 bytes and therefore one instruction after where SVC was taken at 0x40002098.
|
which does an `eret` and jumps back to 0x4000209c, which is 4 bytes and therefore one instruction after where SVC was taken at 0x40002098.
|
||||||
|
|
||||||
In QEMU, and then we just continue running from the exception handler address.
|
|
||||||
|
|
||||||
On the terminal output, we observe the initial values of:
|
On the terminal output, we observe the initial values of:
|
||||||
|
|
||||||
* DAIF: 0x3c0, i.e. 4 bits (6 to 9) set to 1, which means that exceptions are masked for each exception type: Synchronous, System error, IRQ and FIQ.
|
* DAIF: 0x3c0, i.e. 4 bits (6 to 9) set to 1, which means that exceptions are masked for each exception type: Synchronous, System error, IRQ and FIQ.
|
||||||
|
|||||||
Reference in New Issue
Block a user