Difference between revisions of "User:Black Fox"

From ReactOS Wiki
Jump to: navigation, search
(Dukto link + keyboard layouts forum)
Line 54: Line 54:
 
- ReactOS (RosDbg) lets you type into the serial port, ReactOS (Debug) uses the physical keyboard
 
- ReactOS (RosDbg) lets you type into the serial port, ReactOS (Debug) uses the physical keyboard
  
- how to push files to ROS: Dukto (does not work yet), [http://www.rejetto.com/hfs/ HFS] - need to check what that is
+
- how to push files to ROS: [http://www.msec.it/blog/?page_id=11 Dukto] (does not work yet), [http://www.rejetto.com/hfs/ HFS] - need to check what that is
 +
 
 +
- [http://www.reactos.ru/forum/viewtopic.php?p=51181#p51181 This] saved my sanity when updating keyboard layouts (number in modifier_bits means column in VK_TO_WCHARS* structure)

Revision as of 16:44, 31 May 2014

http://stuff.black-fox.cz/bf_ava.png

Name: Radek Liška

Nick: Black_Fox

Country: Czechia (also known as Czech Republic if you want to be really formal)

E-mail: radekliska [att] gmail [ddot] com

How to reach me: PMs at forum, I don't really lurk in IRC currently


Area of interest at ReactOS: I've been the only active Czech translation maintainer since early 2008, I go to JIRA from time to time to retest old bugs and rarely even do some patches for code, HW testing ability since early 2014

Goal: To be permanently able to invest more time into ROS, finish Czech translation, unify Czech translation, submit some more code patches/tests, get my test notebooks to install and boot to ROS.



Random Facts:

- birthday: June 26th

- testing configs: VirtualBox in newest available version, Lenovo T400, Toshiba Satellite A50-101, QEMU (no longer)

- I even donated some money to foundation! The total sum of my donations is now around €100. Imitate me for the good of the project ;)


Random info for my easier finding:

- set condition * first always

- tab+k, bt, proc [list|attach], thread [list|attach]... "mod", "k"? - need to check

- Putty: 115200, Parity: None, don't forget to switch from XON/XOFF to the RTS/CTS (need to verify this)

- Logging into file - KDBinit - do I really have to set something before I'm able to log into file?

- FYI to debug this I changed the assert to this: - the __builtin_return_address(0) will be visible on the bluescreen and can be used with log2lines.

 if (KeGetCurrentIrql() != DISPATCH_LEVEL)
     KeBugCheckEx(INSTALL_MORE_MEMORY, Thread->WaitNext << 8 | KeGetCurrentIrql(), (ULONG_PTR)__builtin_return_address(0), (ULONG_PTR)__builtin_return_address(1), Interval ? Interval->QuadPart : -1);

- Forum tutorial: How to get debug output from VirtualBox in Windows

- Forum tutorial: How to create translation patch from TortoiseSVN in Windows

- To make IE6setup go past version check, edit HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Internet Explorer - Version key (set major from 6 to 5), after modification reboot the system

- Debugging heap with DPH

- ReactOS (RosDbg) lets you type into the serial port, ReactOS (Debug) uses the physical keyboard

- how to push files to ROS: Dukto (does not work yet), HFS - need to check what that is

- This saved my sanity when updating keyboard layouts (number in modifier_bits means column in VK_TO_WCHARS* structure)