Kernel/x86 - Fixed usage of Proc_Clone
[tpg/acess2.git] / Kernel / arch / x86 / main.c
index f9e70e5..a65c230 100644 (file)
@@ -19,16 +19,14 @@ extern void Heap_Install(void);
 extern void    Desctab_Install(void);
 extern void    MM_PreinitVirtual(void);
 extern void    MM_Install(tMBoot_Info *MBoot);
-extern void MM_InstallVirtual(void);
+extern void    MM_InstallVirtual(void);
 extern void    Threads_Init(void);
 extern int     Time_Setup(void);
-extern Uint    Proc_Clone(Uint *Err, Uint Flags);
-extern void    Threads_Sleep(void);
 // --- Core ---
 extern void    System_Init(char *Commandline);
 
 // === PROTOTYPES ===
-void   Arch_LoadBootModules(void);
+ int   kmain(Uint MbMagic, void *MbInfoPtr);
 
 // === GLOBALS ===
 char   *gsBootCmdLine = NULL;

UCC git Repository :: git.ucc.asn.au