mirror of
https://github.com/cirosantilli/linux-kernel-module-cheat.git
synced 2026-01-30 13:24:27 +01:00
baremetal: make entry point _start instead of lkmc_start
I forgot why I did that. Let's try and see it blow up.
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
.global lkmc_start
|
||||
lkmc_start:
|
||||
.global _start
|
||||
_start:
|
||||
mov r0, #0x18
|
||||
ldr r1, =#0x20026
|
||||
svc 0x00123456
|
||||
|
||||
Reference in New Issue
Block a user