I'm allocating fast RAM using GEMDOS m_xalloc ($48). Is it then permissible to use GEMDOS f_read ($3f) to load data from disk directly into fast RAM?
Obviously, the hardware itself cannot perform disk DMA into fast RAM. Does the operating system handle this by reading into an ST RAM buffer and then copying into fast RAM? Or is performing f_read into a block of fast RAM simply illegal?