View Single Post
Re: Cannot access memory at adress 0xffffe70c
Old
  (#12)
Pierre-Marie Baty
Roi de France
 
Pierre-Marie Baty's Avatar
 
Status: Offline
Posts: 5,049
Join Date: Nov 2003
Location: 46°43'60N 0°43'0W 0.187A
Default Re: Cannot access memory at adress 0xffffe70c - 02-06-2004

If the image file is just 1.44Mb (i.e, not compressed) you can do this

cat /your/file.iso > /dev/fd0

(fd0 or whatever your floppy disk is called on Linux)
Prettier method:

dd if=/your/file.iso of=/dev/fd0 bs=512

which does the same thing. Obviously you gotta have a blank disk ready in your floppy drive (not mounted).



RACC home - Bots-United: beer, babies & bots (especially the latter)
"Learn to think by yourself, else others will do it for you."
  
Reply With Quote