kernel/eka/CMakeLists.txt
Tue, 27 Apr 2010 20:22:55 +0200 Stephane Lenclud Trying to get trap/leave to work properly but the whole WINS stuff seems over complicated with a lot of assembly in the middle and it's not working on my compiler. When the throw happens the debugger complains about uncaught exception when I'm definitly inside a catch implemented by our TRAP. anywhere
Wed, 03 Feb 2010 22:15:32 +0100 Slion Starting to boot the kernel. We need ecust.dll now. anywhere
Wed, 03 Feb 2010 17:45:14 +0100 Stephane Lenclud Enabling kernel build without funky entry points. Turning genexec into empty command and using dogenexec manually to workaround constant rebuilding due to sistematic regeneration of exec enums. anywhere
Mon, 01 Feb 2010 16:59:56 +0100 Stephane Lenclud Disabling Kernel build anywhere
Thu, 07 Jan 2010 02:37:41 +0100 Slion Managed to copy ekern.dll along side epoc.exe so that debug session is made easy. ekern.dll is expected to export _E32Startup put it does not. Should ekern compile that k_entry.cpp file? anywhere
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. anywhere
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. anywhere
less more (0) -10 -7 tip