Is there some DOS floppy utility that doesn't rely on DMA? (Developers)
> Maybe here could be some DOS floppy code which does not rely to DMA
> https://github.com/joncampbell123/doslib/tree/master/hw/floppy
Hm, doslib, I downloaded this huge package some months ago but didn't have time yet to discover whats's all inside, seems to me a bit kludgy...
I just opened floppy.c and at the beginning of file I see
#include <hw/8237/8237.h> /* DMA controller */
this doesn't persuade me that this code don't use DMA...
EDIT: there seems to be maybe something nondma too:
floppy_controller_wait_data_write_non_dma_ready()
it will need a closer look. Maybe that code implements both DMA and non-DMA modes...
---
DOS gives me freedom to unlimited HW access.
Complete thread:
- Is there some DOS floppy utility that doesn't rely on DMA? - RayeR, 23.03.2024, 16:56
- Is there some DOS floppy utility that doesn't rely on DMA? - RayeR, 28.03.2024, 00:57
- Is there some DOS floppy utility that doesn't rely on DMA? - Zyzzle, 28.03.2024, 02:44
- Is there some DOS floppy utility that doesn't rely on DMA? - RayeR, 28.03.2024, 05:25
- Is there some DOS floppy utility that doesn't rely on DMA? - RayeR, 28.03.2024, 05:33
- Is there some DOS floppy utility that doesn't rely on DMA? - rr, 29.03.2024, 13:57
- Is there some DOS floppy utility that doesn't rely on DMA? - Oso2k, 29.03.2024, 23:14
- Is there some DOS floppy utility that doesn't rely on DMA? - RayeR, 30.03.2024, 06:46
- Is there some DOS floppy utility that doesn't rely on DMA? - Zyzzle, 30.03.2024, 02:27
- Is there some DOS floppy utility that doesn't rely on DMA? - rr, 29.03.2024, 14:11
- Is there some DOS floppy utility that doesn't rely on DMA? - RayeR, 30.03.2024, 06:42
- Is there some DOS floppy utility that doesn't rely on DMA? - Zyzzle, 28.03.2024, 02:44
- Is there some DOS floppy utility that doesn't rely on DMA? - bretjohn, 30.03.2024, 01:12
- Is there some DOS floppy utility that doesn't rely on DMA? - ecm, 14.04.2024, 19:00
- Is there some DOS floppy utility that doesn't rely on DMA? - RayeR, 15.04.2024, 17:29
- Is there some DOS floppy utility that doesn't rely on DMA? - ecm, 14.04.2024, 19:00
- Is there some DOS floppy utility that doesn't rely on DMA? - RayeR, 01.04.2024, 15:45
- Is there some DOS floppy utility that doesn't rely on DMA? - Laaca, 01.04.2024, 17:12
- Is there some DOS floppy utility that doesn't rely on DMA? - RayeR, 01.04.2024, 20:33
- Is there some DOS floppy utility that doesn't rely on DMA? - RayeR, 03.04.2024, 03:06
- Is there some DOS floppy utility that doesn't rely on DMA? - Laaca, 01.04.2024, 17:12
- Is there some DOS floppy utility that doesn't rely on DMA? - RayeR, 28.03.2024, 00:57