Skip to content

Make serial implementation dependent on the architecture #156

@SamTebbs33

Description

@SamTebbs33

Serial communication is done differently on different architectures and machines so the way that serial communication is done should be delegated to the architecture.

A design I thought of is similar to the Allocator interface in that we have a Serial struct that contains write and read functions and is populated and initialised by the architecture.

Metadata

Metadata

Assignees

Labels

arch: noneAffects common code across architecturesarch: x86Affects the x86 port

Type

No type

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions