Source Code (Use browser search to find items of interest.)

Class Index

kfloppy'msdos_dir_entry (./kdeutils/kfloppy/legacy/mkdosfs-ygg-0.3b/mkdosfs.c:137)

struct msdos_dir_entry
  {
    char name[8], ext[3];	/* name and extension */
    unsigned char attr;		/* attribute bits */
    char unused[10];
    unsigned short time, date, start;	/* time, date and first cluster */
    unsigned long size;		/* file size (in bytes) */
  };

/* The "boot code" we put into the filesystem... it writes a message and
   tells the user to try again */