Skip to content

Abstract away TTY#163

Merged
SamTebbs33 merged 1 commit intodevelopfrom
feature/abstract-tty
Jun 18, 2020
Merged

Abstract away TTY#163
SamTebbs33 merged 1 commit intodevelopfrom
feature/abstract-tty

Conversation

@SamTebbs33
Copy link
Collaborator

This patch moves the TTY implementation to the architecture and provides an interface for using it to the rest of the kernel. This allows archyitectures to implement the TTY differently under the hood as they are not guaranteed to use the same method. Closes #162

@SamTebbs33 SamTebbs33 requested a review from DrDeano June 12, 2020 11:08
Copy link
Member

@DrDeano DrDeano left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

A bit of optimisation

Copy link
Member

@DrDeano DrDeano left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I'm now being nit picky :P

@SamTebbs33 SamTebbs33 force-pushed the feature/abstract-tty branch from ecf3338 to e2533a2 Compare June 18, 2020 21:17
@SamTebbs33 SamTebbs33 merged commit fb82dbb into develop Jun 18, 2020
@SamTebbs33 SamTebbs33 deleted the feature/abstract-tty branch June 18, 2020 21:21
@SamTebbs33 SamTebbs33 mentioned this pull request Jul 20, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Make tty implementation depend on the architecture

2 participants