Framebuffer and terminal implementation #20
Notifications
Due Date
No due date set.
Depends on
#13 Basic Memory Manager implementation
xt-sys/exectos
Reference: xt-sys/exectos#20
Reference in New Issue
Block a user
No description provided.
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
The initialization code is already prepared, as well as routines for clearing the screen and drawing single points. The terminal should be instantiable (it should be possible to create multiple terminals and switch between them) and work on top of the framebuffer. It should define ANSI colors and include a scrollback buffer.