Subversion Repositories Kolibri OS

Compare Revisions

No changes between revisions

Regard whitespace Rev 9020 → Rev 9021

/kernel/branches/kolibri-ahci/Info_ahci.txt
0,0 → 1,12
https://wiki.osdev.org/AHCI
 
Specification - https://www.intel.com/content/dam/www/public/us/en/documents/technical-specifications/serial-ata-ahci-spec-rev1-3-1.pdf
 
https://wiki.osdev.org/PCI
 
https://github.com/dbittman/seakernel/tree/master/drivers/ahci
 
https://github.com/ZenithOS/ZenithOS/blob/master/src/Kernel/BlkDev/DiskAHCI.CC
 
https://github.com/BrownieOS/xOS/blob/master/kernel/blkdev/ahci.asm
 
/kernel/branches/kolibri-ahci/kolibri_test2.img
Cannot display: file marked as a binary type.
svn:mime-type = application/octet-stream
Property changes:
Added: svn:mime-type
+application/octet-stream
\ No newline at end of property
/kernel/branches/kolibri-ahci/workspace.code-workspace
0,0 → 1,8
{
"folders": [
{
"path": "."
}
],
"settings": {}
}