X-Git-Url: http://git.mutantstargoat.com/user/nuclear/?p=dosdemo;a=blobdiff_plain;f=src%2Fdos%2Fmain.c;h=53b8888f8f991e88bc244a3ff674d77f8fc0a641;hp=10492fec123b9b368ec772e9507da41d1bf10e7c;hb=0b870b76705b3e597da3f6a11e0499deedbeee30;hpb=07ce18b114e1e01b2a85a04079128f3eb754de1d diff --git a/src/dos/main.c b/src/dos/main.c index 10492fe..53b8888 100644 --- a/src/dos/main.c +++ b/src/dos/main.c @@ -7,6 +7,7 @@ #include "mouse.h" #include "timer.h" #include "gfx.h" +#include "logger.h" static int quit; static int use_mouse; @@ -16,6 +17,8 @@ int main(int argc, char **argv) { fbsize = fb_width * fb_height * fb_bpp / CHAR_BIT; + init_logger("demo.log"); + init_timer(100); kb_init(32);