mirror of
https://github.com/cirosantilli/linux-kernel-module-cheat.git
synced 2026-01-26 19:51:35 +01:00
baremetal: aarch64 semihosting exit
This commit is contained in:
@@ -819,6 +819,11 @@ auto_reset_addr_64 = True
|
||||
|
||||
That patch breaks `--arch arm`, so don't forget to remove it if you want to go back to it.
|
||||
|
||||
When doing bare metal programming, it is likely that you will want to learn assembly language basics. Have a look at these tutorials for the userland part:
|
||||
|
||||
* https://github.com/cirosantilli/x86-assembly-cheat
|
||||
* https://github.com/cirosantilli/arm-assembly-cheat
|
||||
|
||||
For more information on baremetal, see the section: <<baremetal>>. The following subjects are particularly important:
|
||||
|
||||
* <<tracing>>
|
||||
|
||||
Reference in New Issue
Block a user