-
Is there a way to place a charcter in a specific position on the screen? In the case we want to implement some rich ui for console applications. Also, colors? |
Beta Was this translation helpful? Give feedback.
Answered by
IanSeyler
Aug 28, 2024
Replies: 2 comments 8 replies
-
At the moment, no. I think I'll be reworking how the API works for |
Beta Was this translation helpful? Give feedback.
2 replies
-
Currently you can set the foreground color, background color, cursor row, and cursor column. |
Beta Was this translation helpful? Give feedback.
6 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Sure. I could add a function within
BareMetal-Monitor
to do this but any running application wouldn't get to use that functionality. Right now the API is just for kernel functions and the kernel doesn't know anything about printing characters to the screen - it just knows the screen dimensions and the address of the memory.