this example prints out "hello world!"; by writing directly to video memory.; in vga memory: first byte is ascii character, byte that follows is character attribute.; if you change the second byte, you can change the color of; the character even after it is printed.; character attribute is 8 bit value,; high 4 bits set background color and low 4 bits set foreground color.