Page 1 of 1

where and how to copy the syscore files..

Posted: Tue Mar 23, 2010 3:57 pm
by ryan
Sir...
As a begineer..i couldnot understand how and where to copy the "demo 6" syscore folder files
in the floppy drive.
Its showing "fatal error.KRNL32.exe missing ". I have read the tutorial many times ..but couldnot make it.Please help me. Please....

Re: where and how to copy the syscore files..

Posted: Thu Mar 25, 2010 1:46 am
by Mike
Hello,

You must compile the kernel sources (in the SysCore directory) using a toolchain (The series uses Microsoft Visual C++) to output KRNL32.EXE and copy KRNL32.EXE to the root directory of your floppy drive. Currently the sources are built only with support for Microsoft Visual C++. However it can be built using GCC with some modifications as well.

I can provide more information if there are problems building the project files or working with Visual C++ if needed.