diff options
author | Arturs Artamonovs <dos21h@gmail.com> | 2025-06-26 01:57:24 +0100 |
---|---|---|
committer | Arturs Artamonovs <dos21h@gmail.com> | 2025-06-26 01:57:24 +0100 |
commit | 128b01a6bc845f64d8df7892672dc69defb6ef37 (patch) | |
tree | 1675dadbe678195103c73bddab4ec712f26e7229 /md | |
parent | b3d72142672d54ea198669e86a688928df63cf34 (diff) | |
download | md-content-128b01a6bc845f64d8df7892672dc69defb6ef37.tar.gz md-content-128b01a6bc845f64d8df7892672dc69defb6ef37.zip |
fix raspi5 notes 505
Diffstat (limited to 'md')
-rw-r--r-- | md/writeup/raspberry5_baremetal_helloworld.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/md/writeup/raspberry5_baremetal_helloworld.md b/md/writeup/raspberry5_baremetal_helloworld.md index 7542b48..4e8bdda 100644 --- a/md/writeup/raspberry5_baremetal_helloworld.md +++ b/md/writeup/raspberry5_baremetal_helloworld.md @@ -89,7 +89,7 @@ clean: ### linker.ld -```ld +``` SECTIONS { . = 0x80000; /* Kernel load address for AArch64 */ |