1 2 3 4 5 6 7
#include "graphics.h" extern char *find_mode(); void vesa_init() { terminal_write_line(find_mode()); }