summaryrefslogtreecommitdiff
path: root/runtime/README.md
blob: 8dad1725322f4b7f3f9f0d4616ed2dd47ff7fe98 (plain)
1
2
3
4
5
6
# Runtime Support

- `crt0.S`     — C runtime startup (reset handler, .bss clear, call main)
- `crti.S`     — C runtime init (constructor init)
- `crtn.S`     — C runtime fini (constructor fini)
- `linker.ld`  — Default linker script