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