hacks/readme.txt
branchsystem_startup
changeset 37 b8aae0a088d8
parent 32 5d6e2a54a44a
child 89 1650c5a7be8c
equal deleted inserted replaced
36:ec9266033bd7 37:b8aae0a088d8
     1 Assorted Hacks
     1 Assorted Hacks
     2 
     2 
     3 1. syborg_keyboard.cpp
     3 1. syborg_keyboard.cpp
     4 
     4 
     5 Replace sf\adaptation\qemu\baseport\syborg\syborg_keymap.cpp with this file 
     5 Replace sf\adaptation\qemu\baseport\syborg\keyboard\syborg_keymap.cpp with this file 
     6 and rebuild the baseport, to turn F10 into the Key of Death.
     6 and rebuild the baseport, to turn F10 into the Key of Death.
     7 
     7 
     8 Pressing F10 will cause Kern::Fault("KeyOfDeath", 0x0f100f10), which will drop
     8 Pressing F10 will cause Kern::Fault("KeyOfDeath", 0x0f100f10), which will drop
     9 you into the kernel crash debugger if you are using a UDEB version of ekern.exe
     9 you into the kernel crash debugger if you are using a UDEB version of ekern.exe
    10 
    10