[ prog / sol / mona ]

prog


how to write direct to memory under protected mode?

29 2024-07-17 12:48

If you're going to write to the video buffer directly, you're going to be fighting with whatever else writes to the video buffer. This is why you're supposed to use something like openGL, which integrates itself into existing video buffer writes.

43


VIP:

do not edit these