Age | Commit message (Collapse) | Author | |
---|---|---|---|
2024-05-14 | kernel: tty: Add tty_attach() | Ian Moffett | |
This commit adds a new routine called tty_attach(). This routine allows a TTY to be registered with the system and have a device file associated with it. Signed-off-by: Ian Moffett <ian@osmora.org> | |||
2024-05-12 | kernel: tty: Add initial TTY code | Ian Moffett | |
Signed-off-by: Ian Moffett <ian@osmora.org> |