#include "drivers/vga.hh"
int main(int ac, char **av) {
VGAConsole console; console.writeln("Loader Copyright 2013 Unnamed");
while (true) ;
}