View Single Post
Old 02 November 2012, 22:15   #19
FrodeSolheim
FS-UAE Developer
 
FrodeSolheim's Avatar
 
Join Date: Dec 2011
Location: Førde, Norway
Age: 43
Posts: 4,043
Quote:
Originally Posted by waal View Post
What's this ? An app ?
Sorry if I go slightly off-topic but how can I create an HDF on Mac OS X ?
Yes, slighly off topic, but hey.. try something like this (should work of Linux, OS X and other Unices):
Code:
dd if=/dev/zero of=test.hdf bs=1024 count=32768
This will create a 32 MB file with all zero bytes. Set count to 262144 (1024*256) for a 256 MB file, etc.
FrodeSolheim is offline  
 
Page generated in 0.06406 seconds with 11 queries