Problems FDC driver in protected mode

Question about which tools to use, bugs, the best way to implement a function, etc should go here. Don't forget to see if your question is answered in the wiki first! When in doubt post here.
Locked
User avatar
Neo92
Member
Member
Posts: 28
Joined: Tue Jun 24, 2014 9:41 am

Problems FDC driver in protected mode

Post by Neo92 »

Hi guys, i'm trying create a floppy driver. Why doesn't access to the DMA buffer? I rely on you.

FDC code

Thanks all :)
User avatar
Neo92
Member
Member
Posts: 28
Joined: Tue Jun 24, 2014 9:41 am

Re: Problems FDC driver in protected mode

Post by Neo92 »

Up!
User avatar
Schol-R-LEA
Member
Member
Posts: 1925
Joined: Fri Oct 27, 2006 9:42 am
Location: Athens, GA, USA

Re: Problems FDC driver in protected mode

Post by Schol-R-LEA »

Please don't kick posts like that; not only is it rude, there really isn't any need to do so, especially after only four hours. The traffic on this forum isn't so great that your post is going to get lost after a few hours, and frankly, most of the regulars here would not have had time to read your post yet. In the time since you posted, only two other threads had been posted to, so anyone able to give a useful answer to your post would have been able to see it easily enough.

Also, please be more detailed in your questions.
Rev. First Speaker Schol-R-LEA;2 LCF ELF JAM POEE KoR KCO PPWMTF
Ordo OS Project
Lisp programmers tend to seem very odd to outsiders, just like anyone else who has had a religious experience they can't quite explain to others.
User avatar
Neo92
Member
Member
Posts: 28
Joined: Tue Jun 24, 2014 9:41 am

Re: Problems FDC driver in protected mode

Post by Neo92 »

Because is the only question that i haven't received answer... anyway my question is clear, i wrote a floppy driver but i have problems to the DMA, in real mode is fine but not in protected mode. I thought to the 'interrupt handlers', can this be the problem of the failure? Or nothing to do? I already posted the code before.
User avatar
Combuster
Member
Member
Posts: 9301
Joined: Wed Oct 18, 2006 3:45 am
Libera.chat IRC: [com]buster
Location: On the balcony, where I can actually keep 1½m distance
Contact:

Re: Problems FDC driver in protected mode

Post by Combuster »

I took a look at your question, and it violates forum rules. I took a look at your code and it violates all the basics about bootloaders - including undefined registers and writing into reserved memory.

Please use your mandatory week off to actually read the forum rules and all the documentation, and learn to be patient.
"Certainly avoid yourself. He is a newbie and might not realize it. You'll hate his code deeply a few years down the road." - Sortie
[ My OS ] [ VDisk/SFS ]
Locked