TTYDriverInit
Defined in: src/drivers/tty/tty.ts:284
Extends
Section titled “Extends”Partial<Pick<TTYDriver,"name_base"|"minor_start"|"lines"|"type"|"subtype"|"init_termios"|"owner">>
Properties
Section titled “Properties”init_termios?
Section titled “init_termios?”
readonlyoptionalinit_termios?:Termios=default_termios
Defined in: src/drivers/tty/tty.ts:313
Inherited from
Section titled “Inherited from”lines?
Section titled “lines?”
readonlyoptionallines?:number=1
Defined in: src/drivers/tty/tty.ts:307
How many lines this driver has, i.e. tty_driver.num
Inherited from
Section titled “Inherited from”major:
number
Defined in: src/drivers/tty/tty.ts:288
minor_start?
Section titled “minor_start?”
readonlyoptionalminor_start?:number=0
Defined in: src/drivers/tty/tty.ts:304
The first minor this driver is responsible for
Inherited from
Section titled “Inherited from”name:
string
Defined in: src/drivers/tty/tty.ts:287
name_base?
Section titled “name_base?”
readonlyoptionalname_base?:number=0
Defined in: src/drivers/tty/tty.ts:301
The number the driver starts counting names from, e.g. 1 for /dev/ttyS1 being line 0
Inherited from
Section titled “Inherited from”ops:
TTYOperations
Defined in: src/drivers/tty/tty.ts:289
owner?
Section titled “owner?”
optionalowner?:Module
Defined in: src/drivers/tty/tty.ts:315
Inherited from
Section titled “Inherited from”subtype?
Section titled “subtype?”
readonlyoptionalsubtype?:string
Defined in: src/drivers/tty/tty.ts:311
Inherited from
Section titled “Inherited from”
readonlyoptionaltype?:TTYDriverType='serial'
Defined in: src/drivers/tty/tty.ts:309