Table of Contents
Piotr Jaroszyński: Usermode debugging under Linux
Week 1 [ 24 May - 30 May 2010 ]
Monday, 24 May 2010
- Refreshed my gPXE memory a little
- Had a meeting with Josh:
- Went over my previous work
- Decided upon the tasks for the nearest and more distant future Project plan
Tuesday, 25 May 2010
- Updated the wiki ;)
Wednesday, 26 May 2010
Cleaned up some of my previous work:
Thursday, 27 May 2010
My efi and 64bit fixes were merged:
Friday, 28 May 2010
Decided with Josh to use qemu like syntax for command-line options
-net tap,mac=aa:aa:aa:aa:aa:aa,foo=bar,...
That would use the tap driver with specified mac, foo=bar etc
-net tap,ip=192.168.1.100 use-cached=1
That would use the tap driver with the specified ip and set use-cached to 1 so that DHCP won't override it.
Saturday, 29 May 2010
Worked towards getting base64 support for CHAP in iSCSI. In the end only one of my patches were used. I had to refresh my mind on the topic to do the testing though.