diff options
| author | allexanderbergmans <allexander.bergmans@student.elisa.be> | 2026-07-03 12:17:10 +0200 |
|---|---|---|
| committer | allexanderbergmans <allexander.bergmans@student.elisa.be> | 2026-07-03 12:17:10 +0200 |
| commit | 887875959aa84af92291db334898aaa20956e632 (patch) | |
| tree | 62f68d6e93cf444e5605a40c3e8ea7ec0bd89f49 /runtime | |
Diffstat (limited to 'runtime')
| -rw-r--r-- | runtime/README.md | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/runtime/README.md b/runtime/README.md new file mode 100644 index 0000000..8dad172 --- /dev/null +++ b/runtime/README.md @@ -0,0 +1,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 |
