diff options
| author | taitep <taitep@taitep.se> | 2026-01-29 21:27:36 +0100 |
|---|---|---|
| committer | taitep <taitep@taitep.se> | 2026-01-29 21:27:36 +0100 |
| commit | 4f32bbc46a48276bba949364dc44d532c19dae78 (patch) | |
| tree | 8f54108788735efff25a4a9549bedbe7967d3c7b /src/crt0.S | |
| parent | 25bec21f20208a9369656a337cf5325e7b3a5a8d (diff) | |
Diffstat (limited to 'src/crt0.S')
| -rw-r--r-- | src/crt0.S | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -62,6 +62,9 @@ _start: #endif call __libc_init_array # Run global initialization functions + # initialize UART + call uart_init + call main call exit _exit: j _exit |
