davidcallanan / os-series

820 stars 120 forks source link

How to delete a charater #66

Open LarsThePenguin opened 2 years ago

LarsThePenguin commented 2 years ago

So I wrote a keyboard driver and does anyone have a way to like clear the screen and re-print it without that last charater or just like use an ascii char code heres my code (main.c): https://github.com/penguinperson-PenguinPolar/Antartic-Operating-System/blob/main/aOS/src/impl/kernel/main.c