Open ajh123 opened 1 year ago
A kernel mode console utilities will allow the operating system to print string and scroll the text, like a console.
A simple API built on top of the graphics API shall be made with functions that perform these requirements.
No response
Rust print and println macros should be implemented to use the new console.
print
println
Is there an existing issue for this?
Introduction
A kernel mode console utilities will allow the operating system to print string and scroll the text, like a console.
Expected Behavior
A simple API built on top of the graphics API shall be made with functions that perform these requirements.
Alternatives?
No response
Anything else?
Rust
print
andprintln
macros should be implemented to use the new console.