Age | Commit message (Collapse) | Author | |
---|---|---|---|
2017-09-30 | Stubs | Richard Braun | |
2017-07-25 | kern/init: implement stacks with a singly-linked list | Richard Braun | |
2017-07-13 | kern/init: introduce initialization operations | Richard Braun | |
Init operations are a mechanism to run initilization functions based on their dependencies. They are meant to replace the imperatively declared static order currently used. |