Welcome, Guest. Please login or register.

Author Topic: Size of directory hard disk  (Read 3076 times)

Description:

0 Members and 1 Guest are viewing this topic.

Offline Zac67

  • Hero Member
  • *****
  • Join Date: Nov 2004
  • Posts: 2890
    • Show all replies
Re: Size of directory hard disk
« on: December 08, 2011, 07:06:54 PM »
It's a classic bug: instead of reporting 2^31-1 for anything larger, it truncates the higher bits (and 0xFFFFFFFF) and treats the rest as signed (!) 32 bit. I guess the latter is AmigaOS' fault, but UAE's file system driver should know about this.