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.
Remarks
Section titled “Remarks”Mount server at /dev/cons; retain terminal on the host side to pipe
bytes in/out and to dispose on shutdown.
Properties
Section titled “Properties”server
Section titled “server”server:
Fileserver
Defined in: packages/core/src/kernel/tty/cons.ts:108
Fileserver to mount at /dev/cons (serves data, ctl, size).
terminal
Section titled “terminal”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.