Initial commit

This commit is contained in:
2025-03-31 18:05:17 +02:00
commit 336ef95c3f
10 changed files with 197 additions and 0 deletions
+23
View File
@@ -0,0 +1,23 @@
# Hello Linker Script!
Trying out linker script.
## Requirement
- [meson](https://mesonbuild.com/)
## Development
```sh
meson setup build
```
```sh
ninja -C build
```
## Resources
- [Mastering the GNU linker script](https://allthingsembedded.com/post/2020-04-11-mastering-the-gnu-linker-script/)
- [Linker Scripts](https://home.cs.colorado.edu/~main/cs1300/doc/gnu/ld_3.html)