Mon, 01 Feb 2010 19:40:00 +0100 | Slion | Fixing broken euser build. | file | diff | annotate |
Mon, 01 Feb 2010 16:59:56 +0100 | Stephane Lenclud | Disabling Kernel build | file | diff | annotate |
Sat, 09 Jan 2010 02:16:07 +0100 | Slion | Can't get the kernel start-up code to work using VC8 compiler. It crashes while trying to run constructStatics. Maybe I will try my luck with GCC from MinGW, that should also make the Linux port much easier. | file | diff | annotate |
Thu, 07 Jan 2010 01:23:42 +0100 | Slion | Adding epoc target. Tried to define our own entry point but it fails at runtime trying to load msvcr80d.dll. Try using /NODEFAULTLIB for all targets maybe. Must somehow export ekern.dll for it to be loadable by epoc.exe. | file | diff | annotate |
Wed, 06 Jan 2010 20:35:57 +0100 | Slion | Created separate CMakeLists.txt for euser and ekern to easily build them with different compiler definitions. Ekern now building as a DLL. | file | diff | annotate |