slumpsand / os

A small operating system build after this tutorial: https://github.com/cfenollosa/os-tutorial
0 stars 0 forks source link

vga: vga_text_print only prints 11 characters #2

Open slumpsand opened 6 years ago

slumpsand commented 6 years ago
vga_text_print("Hello, World!");

Will print Hello, Worl to the screen.

slumpsand commented 6 years ago

I could fix it simply by reducing the amount of code ...

Maybe my code gets to big?

slumpsand commented 6 years ago
  1. I renamed the function to vga_print
  2. This might be fixed