Age | Commit message (Collapse) | Author | |
---|---|---|---|
2018-02-24 | Don't use reserved identifiers | Richard Braun | |
2017-09-03 | x86: import macros from the init module | 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. |