#include<stdio.h> void main(){ volatile char *vga=(volatile char *)0xB8000; vga[0]='z'; vga[1]=0x0f; while(1); }