CD-Rom dosn't work on real PC

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.
Post Reply
hunter
Posts: 12
Joined: Fri Jan 05, 2007 9:47 am

CD-Rom dosn't work on real PC

Post by hunter »

Hello,

I have a big problem with my Atapi driver. If I want to emulate my OS on Virutal-PC or Bochs the driver works well. But if I want to run my OS on a real PC, there is no signal. Now I don't have delay times in the read_from_atapi(...) function. Maby this could be the problem. Can somebody tell me how long I have to wait, to load the next sector and so on?

Sorry for my bad english.

Hunter
octavio
Member
Member
Posts: 94
Joined: Wed Oct 25, 2006 5:12 am
Location: Barcelona España
Contact:

Re: CD-Rom dosn't work on real PC

Post by octavio »

hunter wrote:Hello,

I have a big problem with my Atapi driver. If I want to emulate my OS on Virutal-PC or Bochs the driver works well. But if I want to run my OS on a real PC, there is no signal. Now I don't have delay times in the read_from_atapi(...) function. Maby this could be the problem. Can somebody tell me how long I have to wait, to load the next sector and so on?

Sorry for my bad english.

Hunter
On real hardware ,errors are frecuent ,do you handle them?
Also some instructions fails because you need to send some request to acknowledge operational changes first.
Post Reply