diff --git a/kernel/branches/kolibri-ahci/Info_ahci.txt b/kernel/branches/kolibri-ahci/Info_ahci.txt new file mode 100644 index 0000000000..2725465364 --- /dev/null +++ b/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 + diff --git a/kernel/branches/kolibri-ahci/kolibri_test2.img b/kernel/branches/kolibri-ahci/kolibri_test2.img new file mode 100644 index 0000000000..a5cd574b28 Binary files /dev/null and b/kernel/branches/kolibri-ahci/kolibri_test2.img differ diff --git a/kernel/branches/kolibri-ahci/workspace.code-workspace b/kernel/branches/kolibri-ahci/workspace.code-workspace new file mode 100644 index 0000000000..876a1499c0 --- /dev/null +++ b/kernel/branches/kolibri-ahci/workspace.code-workspace @@ -0,0 +1,8 @@ +{ + "folders": [ + { + "path": "." + } + ], + "settings": {} +} \ No newline at end of file