How print() in python works on hardware level?

Good evening everyone! I’m interested in how the print() function works at the hardware level. That is, a detailed process of how some text is displayed on the screen, for example "Hello, World! I run Python code with print("Hello, World!") in it, what happens next? I’ve already searched the internet for an answer to this… Read More How print() in python works on hardware level?

How to clear BIOS-related info on screen then print message?

everyone! I’m sharpening my assembly low-level skills and made myself a simple bootloader. I now made some routines and the entrypoint and successfully output a message however, I want to clear the screen so in outputting my message, it comes out clean. I’ve tried making a routine which clears the AX register, stores the content… Read More How to clear BIOS-related info on screen then print message?