Search found 2 matches
- Mon Jun 08, 2009 1:43 pm
- Forum: Beginning OS Development
- Topic: Doubt in indexing FAT Code
- Replies: 1
- Views: 14277
Doubt in indexing FAT Code
Hi In FAT index code,we have Since we have to take 12 high bits in case of odd cluster can we do in following way .ODD_CLUSTER: and dx, 1111111111110000b ; take high twelve bits Whats the significance of shr,as per my logic it should be shift left? from khan
- Mon May 25, 2009 12:35 pm
- Forum: Beginning OS Development
- Topic: Totorial 20
- Replies: 13
- Views: 62004
Re: Totorial 20
Hi Mike :D Tutorial 20 was quite interesting. 8) When can we expect second part of tutorial and demo. I tried to write a function to read a sector,but it hangs as IRQ 6 was not enabled. however even when i install int 6 using setvect function,still IRQ 6 was not generated. anyway waiting for your se...