Kernel: Allow the user to specify the virtual console when booting

This commit is contained in:
Liav A 2021-05-14 00:22:02 +03:00 committed by Andreas Kling
commit ab52108982
Notes: sideshowbarker 2024-07-18 18:00:31 +09:00
4 changed files with 17 additions and 2 deletions

View file

@ -72,6 +72,7 @@ public:
[[nodiscard]] String userspace_init() const;
[[nodiscard]] Vector<String> userspace_init_args() const;
[[nodiscard]] String root_device() const;
[[nodiscard]] size_t switch_to_tty() const;
private:
CommandLine(const String&);