Age | Commit message (Collapse) | Author | |
---|---|---|---|
2019-03-27 | LibC: Run constructors on process startup. | Andreas Kling | |
Cooperate with the compiler to generate and execute the _init_array list of constructor functions on userspace program statup. This took two days to get working, my goodness. :^) | |||
2019-02-26 | Compat work towards porting vim. | Andreas Kling | |
2019-02-22 | LibC: Tidy up _start a bit and rename compilation unit to "crt0" | Andreas Kling | |