VOGONS


First post, by Nic-93

User metadata
Rank Oldbie
Rank
Oldbie

Im useing the dosbox svn imgmake command and there i am looking for to make a over 3 gigabyte hard drive image to use on windows 98, what would the -size be to create a 3 gigabyte hard drive image?

Reply 1 of 7, by Joey_sw

User metadata
Rank Oldbie
Rank
Oldbie

Disk size are constructed by:
number of heads (or sides) (H)
number of tracks (or cylinders) per heads (T)
number of sectors per tracks (S)
number of bytes per sector = 512

in your case: 3GB = H * T * S * 512
where the H, T & S must be compatible with INT 13h spec, if the img are intended to be used for dosbox
Maximum value for T are 1024,
Maximum value for S are 63,
Maximum value for H are 255

-fffuuu

Reply 2 of 7, by Nic-93

User metadata
Rank Oldbie
Rank
Oldbie

The image will be created from dosbox svn and there i shall tell it what size to make the imgmake, and im gonna use the img file in PC'em that needs a .img as the hard disk image. there the biggest i can make are with over 500

Last edited by Nic-93 on 2015-12-15, 14:17. Edited 1 time in total.

Reply 4 of 7, by Nic-93

User metadata
Rank Oldbie
Rank
Oldbie

Can i make images with that program?

Reply 6 of 7, by Nic-93

User metadata
Rank Oldbie
Rank
Oldbie

but where does the image end up to?