Skip to content

ConsResult

Defined in: packages/core/src/kernel/tty/cons.ts:106

Dual-surface result of createConsFS: the fileserver to mount and the host-side terminal handle.

Mount server at /dev/cons; retain terminal on the host side to pipe bytes in/out and to dispose on shutdown.

server: Fileserver

Defined in: packages/core/src/kernel/tty/cons.ts:108

Fileserver to mount at /dev/cons (serves data, ctl, size).


terminal: ConsTerminal

Defined in: packages/core/src/kernel/tty/cons.ts:110

Host-side I/O handle paired with the server; dispose to shut both down.