X-Git-Url: http://v3vee.org/palacios/gitweb/gitweb.cgi?a=blobdiff_plain;f=palacios%2Fsrc%2Fgeekos%2Fdebug.c;h=483d4af3c65c91960301f899f595832b251125f2;hb=master;hp=0c64a15b6dd7e3f9d7670551deb94e2c7f73f138;hpb=828663cb96cc49aaf75ac091f191daac2733003e;p=palacios.git diff --git a/palacios/src/geekos/debug.c b/palacios/src/geekos/debug.c index 0c64a15..483d4af 100644 --- a/palacios/src/geekos/debug.c +++ b/palacios/src/geekos/debug.c @@ -1,3 +1,22 @@ +/* + * This file is part of the Palacios Virtual Machine Monitor developed + * by the V3VEE Project with funding from the United States National + * Science Foundation and the Department of Energy. + * + * The V3VEE Project is a joint project between Northwestern University + * and the University of New Mexico. You can find out more at + * http://www.v3vee.org + * + * Copyright (c) 2008, Jack Lange + * Copyright (c) 2008, The V3VEE Project + * All rights reserved. + * + * Author: Jack Lange + * + * This is free software. You are permitted to use, + * redistribute, and modify it as specified in the file "V3VEE_LICENSE". + */ + #include @@ -6,6 +25,6 @@ void PrintBoth(const char * format, ...) { va_start(args, format); PrintList(format, args); - //SerialPrintList(format, args); + SerialPrintList(format, args); va_end(args); }