partition table
Posted: Wed Feb 24, 2016 1:55 pm
(i have one problem in the code )
_____________________________________________________________
PT1_Status db 0x80 ;Drive number/Bootable flag
PT1_First_Head db 0x01 ;First Head
PT1_First_Sector db 0x01 ;Bits 0-5:First Sector|Bits 6-7 High bits of First Cylinder
PT1_First_Cylinder db 0x00 ;Bits 0-7 Low bits of First Cylinder
PT1_Part_Type db 0x0C ;Partition Type
PT1_Last_Head db 0xFF ;Last Head
PT1_Last_Sector db 0xFF ;Bits 0-5:Last Sector|Bits 6-7 High bits of Last Cylinder
PT1_Last_Cylinder db 0xCD ;Bits 0-7 Low bits of Last Cylinder
PT1_First_LBA dd 0x0000003F ;Starting LBA of Partition
PT1_Total_Sectors dd 0x00EE8000 ;Total Sectors in Partition
____________________________________________________________________
i am used fdisk in linux give me that
247 heads,62 sectors/track , 1020 cylinders, total 15630336 sectors
____________________________________________________________________
and used testdisk in windows give me that
CHS 973 255 63 total 15630336 sectors
____________________________________________________________________
i am used flash 8 GB
note :used fat32
i am fill code above but here error any people can help me
_____________________________________________________________
PT1_Status db 0x80 ;Drive number/Bootable flag
PT1_First_Head db 0x01 ;First Head
PT1_First_Sector db 0x01 ;Bits 0-5:First Sector|Bits 6-7 High bits of First Cylinder
PT1_First_Cylinder db 0x00 ;Bits 0-7 Low bits of First Cylinder
PT1_Part_Type db 0x0C ;Partition Type
PT1_Last_Head db 0xFF ;Last Head
PT1_Last_Sector db 0xFF ;Bits 0-5:Last Sector|Bits 6-7 High bits of Last Cylinder
PT1_Last_Cylinder db 0xCD ;Bits 0-7 Low bits of Last Cylinder
PT1_First_LBA dd 0x0000003F ;Starting LBA of Partition
PT1_Total_Sectors dd 0x00EE8000 ;Total Sectors in Partition
____________________________________________________________________
i am used fdisk in linux give me that
247 heads,62 sectors/track , 1020 cylinders, total 15630336 sectors
____________________________________________________________________
and used testdisk in windows give me that
CHS 973 255 63 total 15630336 sectors
____________________________________________________________________
i am used flash 8 GB
note :used fat32
i am fill code above but here error any people can help me