tutorial on how to implement OS driver for reading CD ?

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
markq
Posts: 24
Joined: Fri Jan 30, 2015 3:42 pm

tutorial on how to implement OS driver for reading CD ?

Post by markq »

Hello,

I want to implement a kernel driver for reading sectors from ISO 9660 since my kernel boots from CD ROM. Are there tutorial on OSdev on how implement one? What resource should I start reading?
Last edited by markq on Thu Feb 19, 2015 6:48 pm, edited 1 time in total.
johnsa
Member
Member
Posts: 296
Joined: Mon Oct 15, 2007 3:04 pm

Re: tutorial on how to implement OS driver for reading CD ?

Post by johnsa »

FallenAvatar
Member
Member
Posts: 283
Joined: Mon Jan 03, 2011 6:58 pm

Re: tutorial on how to implement OS driver for reading CD ?

Post by FallenAvatar »

markq wrote:... Are there tutorial ...?
Ignore what johnsa said until you read http://wiki.osdev.org/Beginner_Mistakes ... al_on...3F

- Monk
Post Reply