Search:

Type: Posts; User: neversell

Search: Search took 0.00 seconds.

  1. Replies
    4
    Views
    1,191

    The time and date fields use the following...

    The time and date fields use the following "packed" storage format:

    Packed Time:

    15:11 - > Hour
    10:5 - > Minute
    4:0 - > Second / 2


    Packed Date:
  2. Replies
    4
    Views
    1,191

    PLZZZZZZ need help on bit fileds

    here is the structures for date, time and attribute
    suppose that there are the date( 2 bytes ), time( 2 bytes ) and attribute( 1 byte ) stored somewhere inside array of buffer.
    here is the...
  3. Replies
    3
    Views
    1,460

    the data in "disk.img" is written, as a structure...

    the data in "disk.img" is written, as a structure identical to "Disk".
    this file is made from the floopy disk.
    floppy disks have a logical sector size of 512 bytes.
    that is why 512 is there....
  4. Replies
    3
    Views
    1,460

    help on boot sector plzzzzz

    here is the code:


    /* ===== SharedDisk.h ===== */

    #ifndef __SHAREDISK__
    #define __SHAREDISK__


    typedef struct
  5. Replies
    3
    Views
    1,646

    thx man that is helped a lot.

    thx man
    that is helped a lot.
  6. Replies
    3
    Views
    1,646

    help on copying arrays

    typedef struct
    {
    char Jump[ 3 ];
    char Manufacturer[ 8 ];
    char BytesPerSector[ 2 ];
    } Disk;

    in a funtion, there is this

    Disk *theDisk
  7. Replies
    6
    Views
    1,693

    thx for the help that helps me a lot

    thx for the help
    that helps me a lot
  8. Replies
    6
    Views
    1,693

    help on initializing array

    here is my code:

    /* ===== SharedDisk.h ===== */

    #ifndef __SHAREDISK__
    #define __SHAREDISK__


    typedef struct
    {
  9. Replies
    2
    Views
    946

    thx for the help :)

    thx for the help


    :)
Results 1 to 9 of 9