ajh123 / gtmos

My rust based hobby os.
Apache License 2.0
0 stars 0 forks source link

[RFC] Simple kernel console utilites #16

Open ajh123 opened 1 year ago

ajh123 commented 1 year ago

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 and println macros should be implemented to use the new console.