00001 // EPOS IA32 Initialization 00002 // 00003 // This work is licensed under the Creative Commons 00004 // Attribution-NonCommercial-NoDerivs License. To view a copy of this license, 00005 // visit http://creativecommons.org/licenses/by-nc-nd/2.0/ or send a letter to 00006 // Creative Commons, 559 Nathan Abbott Way, Stanford, California 94305, USA. 00007 00008 // Author: Guto 00009 // Documentation: $EPOS/doc/cpu Date: 15 Jun 2003 00010 00011 #include <arch/ia32/cpu.h> 00012 00013 __BEGIN_SYS 00014 00015 // Class initialization 00016 int IA32::init(System_Info * si) 00017 { 00018 db<IA32>(TRC) << "IA32::init()\n"; 00019 00020 return 0; 00021 } 00022 00023 __END_SYS