[hatari-devel] ACSI max disk size |
[ Thread Index |
Date Index
| More lists.tuxfamily.org/hatari-devel Archives
]
- To: hatari-devel@xxxxxxxxxxxxxxxxxxx
- Subject: [hatari-devel] ACSI max disk size
- From: Vincent Rivière <vincent.riviere@xxxxxxxxxxx>
- Date: Sat, 21 May 2016 00:29:03 +0200
- Dkim-signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=sender:to:from:subject:message-id:date:user-agent:mime-version :content-transfer-encoding; bh=dXerhzHN77Swc+HS+Vl9d07KwvLelEOiFFk+4WSaLsE=; b=sh264NQl+PZZfiGdr/ec9zP1Z5PH6+YLMElhKIVy3TPVLxlsMqkiShl87Tw8L4lB9b L+DV9d28i4denI38f8khMC0yvvZXZOnlq3itt6bynQe2eRBo07M5tAQw4Qc1p3zPLw+T IePVsNGlHpdlYgrFtnfJP2xlpdT+lC5aKNcluBKjZGP527xv9/zq/U9bkE3Zwek6zrjD E/4zL1lVGovj0s3Qc5k9NIOm9w9E2f7rNTmoernn03MfhE9SSDMbGOt1s3g38etSeh1X N/dD2nzEXtloN+ParlkYw0ZacUrD27rxWGHt/zT93OSlvx0w7TqgqCCIXAwegFTHZdMw QflA==
Hello.
I have an image of a CompactFlash card wich is 3.73 GB. I can use it in
Hatari with EmuTOS as an IDE drive, it works fine. But I can't use it as
ACSI. In the debug log, I get:
"ERROR: unable to access/get HD file size!"
By looking at src/hdc.c, I see:
off_t filesize;
....
filesize = File_Length(filename);
if (filesize < 0)
{
Log_Printf(LOG_ERROR, "ERROR: unable to access/get HD file size!\n");
Does this mean that ACSI disks are limited to 2 GB?
--
Vincent Rivière