Writing directly to the screen from an x86_64 Linux machine

Viewed 289

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 Answers
Related