View Single Post
Old 23 July 2017, 22:41   #15
Toni Wilen
WinUAE developer
 
Join Date: Aug 2001
Location: Hämeenlinna/Finland
Age: 49
Posts: 26,532
I noticed the same. It can't work with any normal filesystem (It gets 000003f3 as size so it loads only first 3 filesystem blocks...)

This is the worst filesystem loader ever:
- loads the filesystem like it is plain single binary file (must be single hunk)
- assumes no relocations
- Something (installer?) patches the filesystem so that this crappy loader knows how to load it (and only if it has single hunk and no relocs)

This is not RDB compatible loader.

(But at least RDB without FFS installed and OFS partitions only do work!)
Toni Wilen is offline  
 
Page generated in 0.04552 seconds with 11 queries