OSDev.org

The Place to Start for Operating System Developers
It is currently Mon Mar 18, 2024 8:07 pm

All times are UTC - 6 hours




Post new topic Reply to topic  [ 3 posts ] 
Author Message
 Post subject: Do I need ISA DMA when re-creating a new retro PC?
PostPosted: Tue May 18, 2021 11:51 pm 
Offline
Member
Member

Joined: Sun Jun 16, 2013 10:13 am
Posts: 28
As the title suggest, I am thinking about creating a new retro PC using some NOS NEC V20 chips and make it DOS compliant. Given that I have no plan of supporting any kind of floppy (Instead I have a USB interface chip that supports sector-level and file-level access to USB mass storages,) I use XT-SATA hard card (XT-IDE + a JMicron IDE to SATA chip + mSATA SSD all on one board) for local mass storage, and my board uses modern SRAM for system memory (which means no DRAM refresh,) do I even need to have the 8037 ISA DMA onboard?


Top
 Profile  
 
 Post subject: Re: Do I need ISA DMA when re-creating a new retro PC?
PostPosted: Wed May 19, 2021 11:16 am 
Offline
Member
Member

Joined: Wed Aug 30, 2017 8:24 am
Posts: 1590
Sound? I do seem to remember the SoundBlaster cards requiring DMA. At least, I haven't found any PIO drivers. Of course, if you plan on only beeping the Speaker then that's not an issue.

_________________
Carpe diem!


Top
 Profile  
 
 Post subject: Re: Do I need ISA DMA when re-creating a new retro PC?
PostPosted: Wed May 19, 2021 9:15 pm 
Online
Member
Member

Joined: Mon Mar 25, 2013 7:01 pm
Posts: 5069
Making hardware that boots DOS is easy: you just need an x86 CPU and something vaguely resembling a BIOS. DOS doesn't actually care too much about PC hardware.

Software that runs on DOS tends to care a lot more about PC-compatible hardware. However, thanks to IBM's "clever" hardware design, the DMA controller is used almost exclusively for peripherals like the floppy disk controller or the SoundBlaster. If you're not going to support peripherals that use DMA, you don't need a DMA controller. (You might need something that pretends to be a DMA controller to satisfy software that wants to fiddle with it, though.)


Top
 Profile  
 
Display posts from previous:  Sort by  
Post new topic Reply to topic  [ 3 posts ] 

All times are UTC - 6 hours


Who is online

Users browsing this forum: No registered users and 5 guests


You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot post attachments in this forum

Search for:
Jump to:  
Powered by phpBB © 2000, 2002, 2005, 2007 phpBB Group