hacks/readme.txt
author William Roberts <williamr@symbian.org>
Wed, 13 Oct 2010 22:27:53 +0100
changeset 34 33a3c5f8b4c8
parent 32 5d6e2a54a44a
child 37 b8aae0a088d8
permissions -rw-r--r--
Add "application" to all of the rom_content.csv lines for applications (i.e. executables with a matching _reg.rsc file) The script bulk_marking.pl was used to do the update findstr /i _reg.rsc static_dependencies.txt | perl ..\tools\bulk_marking.pl -m application -u WR - rom_content.csv > new_content.csv

Assorted Hacks

1. syborg_keyboard.cpp

Replace sf\adaptation\qemu\baseport\syborg\syborg_keymap.cpp with this file 
and rebuild the baseport, to turn F10 into the Key of Death.

Pressing F10 will cause Kern::Fault("KeyOfDeath", 0x0f100f10), which will drop
you into the kernel crash debugger if you are using a UDEB version of ekern.exe