diff options
-rw-r--r-- | md/writeup/raspberry5_baremetal_helloworld.md | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/md/writeup/raspberry5_baremetal_helloworld.md b/md/writeup/raspberry5_baremetal_helloworld.md index 6d31ca6..7542b48 100644 --- a/md/writeup/raspberry5_baremetal_helloworld.md +++ b/md/writeup/raspberry5_baremetal_helloworld.md @@ -3,6 +3,7 @@ keywords:raspi5,asm,c,kernel,arm64 # Raspberry 5 baremetal Hello World example + ## Intro Here is base example that will allow to print out message to serial console, |