OSDev.org
https://forum.osdev.org/

AHCI
https://forum.osdev.org/viewtopic.php?f=1&t=33463
Page 1 of 1

Author:  grenders22 [ Sat Jan 26, 2019 5:44 am ]
Post subject:  AHCI

Hello,

I do not have any problems. And without paging read perfectly. And with virtual addressing, the disk is read without ceasing, you can understand it by a light bulb and sounds. Writing the AHCi driver according to the instructions from osdev. https://wiki.osdev.org/AHCI. The reading code is taken from there. In the final stage.

Thanks in advance for your help!

Author:  Korona [ Sat Jan 26, 2019 8:30 am ]
Post subject:  Re: AHCI

This seems to be the wrong forum; OSdev would be more appropriate.

Anyway: do you realize that the AHCI (and in general all devices) expect physical addresses? If need to probably allocate buffers and DMA structures in physical memory and pass their physical addresses to the device. Specifically, the device cannot "see" the page translation; it just sees plain physical RAM.

Page 1 of 1 All times are UTC - 6 hours
Powered by phpBB © 2000, 2002, 2005, 2007 phpBB Group
http://www.phpbb.com/