1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-05-31 21:48:13 +00:00

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
parent 99eab4667a
commit ab52108982
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&);