Age | Commit message (Collapse) | Author | |
---|---|---|---|
2 days | kernel: Update kernel log style | Ian Moffett | |
Kernel logs must now all be lowercase for consistency. A new style called Peripheral Description Notation (PDN) has also been introduced to describe devices. Signed-off-by: Ian Moffett <ian@osmora.org> | |||
4 days | kernel/amd64: bus: Add bus resource interface | Ian Moffett | |
This commit introduces a bus resource abstraction. A bus resource encapsulates bus specific information and semantics. Along with abstracting away bus specific details and providing an overall smoother interface, this additionally provides flexibility, access control and security by keeping track of permissions and allowing things to be turned on or off. Signed-off-by: Ian Moffett <ian@osmora.org> |