Welcome, Guest. Please login or register.

Author Topic: Making PC partitions available on Aros  (Read 2109 times)

Description:

0 Members and 1 Guest are viewing this topic.

Offline bloodline

  • Master Sock Abuser
  • Hero Member
  • *****
  • Join Date: Mar 2002
  • Posts: 12113
    • Show all replies
    • http://www.troubled-mind.com
Re: Making PC partitions available on Aros
« on: September 02, 2006, 08:40:45 PM »
Quote

Piru wrote:
AROS doesn't have FAT or NTFS filesystems, so this is not possible.

Both filesystems are available for AmigaOS/MorphOS though: fat95.lha, ntfs_0.5.lha.


Maybe we will get to use those filesystems, if we can use DOS packets from the MOS sources? :-D

Offline bloodline

  • Master Sock Abuser
  • Hero Member
  • *****
  • Join Date: Mar 2002
  • Posts: 12113
    • Show all replies
    • http://www.troubled-mind.com
Re: Making PC partitions available on Aros
« Reply #1 on: September 02, 2006, 10:26:42 PM »
Quote

Piru wrote:
Uhm, but wasn't AROS all about scrapping this silly and limited DOSPacket interface?

The AROS Filesystem Interface

Maybe I've missed something.


Yeah, but there have been debates recently about adding DOS packets... exactly for this reason.

Quote

Oh well, even if you'd implement dospackets, it still would not give your those filesystems working.

Like I've said before you'd need to have integrated m68k emulation, and compatible system structures (fat95 for example hacks into system lists directly bypassing dos.library). AROS chose it's path of having no binary compability, and it's now paying the price. Like I've said before, fixing this retrospect is going to be really massive workload.


If the source code is available then thats no problem... But I believe the authors of these filesystems have agreed to provide an AROS version provided it provides the DOS Packet interface...