hacks/readme.txt
changeset 89 1650c5a7be8c
parent 37 b8aae0a088d8
equal deleted inserted replaced
88:ca165d35976d 89:1650c5a7be8c
     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 
       
    11 
       
    12 
       
    13 2. cl_file.cpp
       
    14 
       
    15 Replace K:\sf\os\kernelhwsrv\userlibandfileserver\fileserver\sfsrv\cl_file.cpp with this file
       
    16 And rebuild efsrv.mmp from \sf\os\kernelhwsrv\userlibandfileserver\fileserver\group
       
    17 
       
    18 This will give you debug for every RFile::Open command called.
       
    19 
       
    20 
       
    21 3. EComServer.mmp
       
    22 
       
    23 In order to get logging out of the EComServer.mmp it must be rebuilt with the logging macro turned on.
       
    24 Replace \sf\os\ossrv\lowlevellibsandfws\pluginfw\Framework\MMPFiles\EComServer.mmp
       
    25 And rebuild EComServer.mmp from K:\sf\os\ossrv\lowlevellibsandfws\pluginfw\Group