TTYDriverInit
Defined in: src/drivers/tty/tty.ts:301
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?:any=default_termios
Defined in: src/drivers/tty/tty.ts:330
Inherited from
Section titled “Inherited from”lines?
Section titled “lines?”
readonlyoptionallines?:number=1
Defined in: src/drivers/tty/tty.ts:324
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:305
minor_start?
Section titled “minor_start?”
readonlyoptionalminor_start?:number=0
Defined in: src/drivers/tty/tty.ts:321
The first minor this driver is responsible for
Inherited from
Section titled “Inherited from”name:
string
Defined in: src/drivers/tty/tty.ts:304
name_base?
Section titled “name_base?”
readonlyoptionalname_base?:number=0
Defined in: src/drivers/tty/tty.ts:318
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:306
owner?
Section titled “owner?”
optionalowner?:Module
Defined in: src/drivers/tty/tty.ts:332
Inherited from
Section titled “Inherited from”subtype?
Section titled “subtype?”
readonlyoptionalsubtype?:string
Defined in: src/drivers/tty/tty.ts:328
Inherited from
Section titled “Inherited from”
readonlyoptionaltype?:TTYDriverType='serial'
Defined in: src/drivers/tty/tty.ts:326