X-Git-Url: http://v3vee.org/palacios/gitweb/gitweb.cgi?p=palacios.git;a=blobdiff_plain;f=palacios%2Fsrc%2Fgeekos%2Fmain.c;h=e55766478fe2e3edfa13a637d356634f5908973a;hp=a498a90cbae3261fa31f5ca9f8763c8fb6bcdf00;hb=3b49b57d1f3b8bccdf7390c26ea9cda1f8dac8c3;hpb=59bbb50ff3ce4074abc907914e8ae70cb16a22d8 diff --git a/palacios/src/geekos/main.c b/palacios/src/geekos/main.c index a498a90..e557664 100644 --- a/palacios/src/geekos/main.c +++ b/palacios/src/geekos/main.c @@ -3,7 +3,7 @@ * Copyright (c) 2001,2003,2004 David H. Hovemeyer * Copyright (c) 2003, Jeffrey K. Hollingsworth * Copyright (c) 2004, Iulian Neamtiu - * $Revision: 1.36 $ + * $Revision: 1.37 $ * * This is free software. You are permitted to use, * redistribute, and modify it as specified in the file "COPYING". @@ -36,6 +36,7 @@ #include +#include @@ -192,6 +193,9 @@ void Main(struct Boot_Info* bootInfo) Init_Keyboard(); Init_VM(bootInfo); Init_Paging(); + + Init_PCI(); + Init_Stubs(); // Init_IDE();