Showing posts with label Windows. Show all posts
Showing posts with label Windows. Show all posts

2007/08/09

The difference of Process, Thread and Fiber

Process = All resources
Thread = Stack + OS Schedual
Fiber = Usermode Schedual

2007/06/06

ChizuMaga - Microsoft Japan Map Service Magzine

Though it supports whole country search and display on the map, but it cannot run on my favoriate opera...

2007/04/17

Cygwin dd under WinXP

normal: dd if=\\.\d: of=out.iso bs=4096

diskext

Extents for C:
Extent [1]:
Disk: 0
Offset: 57576960
Length: 20974464000
Extents for D:
Extent [1]:
Disk: 0
Offset: 21139001856
Length: 58860071424
Divide the offset by your block size 21139001856 / 512 = 41287113 and use that with skip=
dd if=\\?\Device\Harddisk0\Partition0 of=bootsector.bin skip=41287113 count=1