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:
parent
99eab4667a
commit
ab52108982
4 changed files with 17 additions and 2 deletions
|
@ -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&);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue