Age | Commit message (Collapse) | Author | |
---|---|---|---|
2021-07-11 | Kernel: Make various T::class_name() and similar return StringView | Andreas Kling | |
Instead of returning char const*, we can also give you a StringView. | |||
2021-05-16 | Kernel: Rename Console => ConsoleDevice | Liav A | |
This change will help to distinguish between the console device and the Console abstraction layer in the Graphics subsystem later. |