Re: [PATCH v2 0/5] minitty: a minimal TTY layer alternative for embedded systems

From: Andi Kleen
Date: Sun Apr 02 2017 - 16:47:48 EST


Nicolas Pitre <nicolas.pitre@xxxxxxxxxx> writes:
>
> Of course, making it "mini" means there are limitations to what it does:
>
> - This supports serial ports only. No VT's, no PTY's.

No PTYs seems like a big limitation. This means no sshd?

> But again, most small embedded systems simply don't need those things.

They don't need a (debug) way to login over the network? Hard to
believe.

Most of the other stuff we could indeed do without even on larger
systems.

-Andi