summaryrefslogtreecommitdiff
path: root/src/lib/libc/amd64/crt
AgeCommit message (Collapse)Author
47 hourslibc: Add __libc_init as well as cmdline argumentsIan Moffett
This commit introduces a libc initialization function @ __libc_init() a long with variables __argv __argc used for command line arguments Signed-off-by: Ian Moffett <ian@osmora.org>
6 dayslibc: crt: Exit after main routineIan Moffett
Signed-off-by: Ian Moffett <ian@osmora.org>
2025-09-25libc: crt: Call main function from _startIan Moffett
Signed-off-by: Ian Moffett <ian@osmora.org>
2025-09-17lib: Add initial libc stubIan Moffett
Signed-off-by: Ian Moffett <ian@osmora.org>