Follow along with the video below to see how to install our site as a web app on your home screen.
Note: This feature may not be available in some browsers.
union REGS in,out;
in.x.ax = 0x4F02; // VESA set video mode
in.x.bx = newmode; // the 15-bit mode i.e. 0x100
int86(0x10,&in,&out);