taglinefilesource code
here974drivers/block/floppy.cunsigned char *here = (unsigned char *) tmp_floppy_area;
here987drivers/block/floppy.c*here++ = track;
here988drivers/block/floppy.c*here++ = head;
here989drivers/block/floppy.c*here++ = 1 + (( count + total_shift ) % floppy->sect);
here990drivers/block/floppy.c*here++ = 2; /* 512 bytes */