Writing directly to the screen from an x86_64 Linux machine

437 Views Asked by At

I am using a Linux x86_64 machine. Is it possible to write to the screen from my user space application (C or assembly) without using the standard library functions or system calls? I know this is possible in the real mode or in DOS with a pointer to the video memory 0XB800

0

There are 0 best solutions below