Netherwolf
Programmer
I need to do direct memory reads and writes to the text memory in a terminal. This is a hobby project and I've opted not to use ncurses. I remember doing direct memory writes back in the DOS days, getting and setting memory from the 0xB8000 block, and I figured there had to be something similar in the linux terminal. Of course, I could be wrong, but I'm very curious to see.
I am using C/C++.
I am using C/C++.