deleted by creator
deleted by creator
I used it on a laptop for a while. Pretty impressive just how lightweight it is, but a bit of a grind to initially get everything working as expected. Overall, I’m a big fan.
I agree. I’ve found that a lot of the subjects I hated in school, I ended up finding an interest in later in life on my own. I now think it had a lot more to do with the method of teaching than the material itself.
It’s not even VESA. DOS just uses the VGA 80x25 character terminal mode that all x86 computers still have to start in for backwards compatibility, where “video memory” is mapped to 0xb800 in the 1MB real mode address space. Software you run can then change the video mode, such as to a VESA mode if supported, or for ultra nostalgia, “screen mode 13” (320x200 256-color mode).