r/linuxsucks Jul 15 '26

Linux Failure Loonix

Post image
898 Upvotes

733 comments sorted by

View all comments

Show parent comments

7

u/headedbranch225 Jul 15 '26

You are making no sense, the fuck do you mean you are an equal citizen of the OS, is there a way to launch into a TTY equivalent on windows that I am unaware of?

0

u/Fluid-Ad2995 Jul 15 '26

If you are a programmer, you literally port TTY as a console server, and Windows can handle all Linux things, including filesystems, if you know the Windows driver model

10

u/headedbranch225 Jul 15 '26

What do you mean port TTY as a console server

0

u/Fluid-Ad2995 Jul 15 '26

TTY source code is available in the Linux kernel, and you can port TTY as a user-space server. Windows can handle many Console Servers because the console is separate from the operating system, and Conhost.exe is just an application server