Block a user
Slow framebuffer access on real laptop hardware
Implemented double buffering which sped up access quite a bit since I'm no longer reading from video memory. However, writing to the framebuffer is still far slower than I would prefer. Will still…