This is the mail archive of the binutils@sources.redhat.com mailing list for the binutils project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: Gas vs irregular files


  Not speaking about Gas, but still in binutils,
 once I did:
objdump -D -m i8086 -b binary /dev/hda | less
 And it did not work because /dev/hda is not a file.
 I do not know if it has been fixed, or you still have
 to do:
dd if=/dev/hda of=/tmp/bootsector count=1 bs=512
objdump -D -m i8086 -b binary /tmp/bootsector | less

 Etienne.

_________________________________________________________________
Do You Yahoo!? -- Une adresse @yahoo.fr gratuite et en français !
Yahoo! Mail : http://fr.mail.yahoo.com


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]