commit | e5adca568070329f36d88fde8ca7b5e8999e15f1 | [log] [tgz] |
---|---|---|
author | swissChili <swisschili@fastmail.com> | Wed Jun 16 21:00:31 2021 -0700 |
committer | swissChili <swisschili@fastmail.com> | Wed Jun 16 21:00:31 2021 -0700 |
tree | 3726e5fa3e3e047e5888507b1367e9069648cb8b | |
parent | c41a15efee414973cb22a3debbec9170a703a5a3 [diff] [blame] |
Add ATA PIO IRQ handler, documentation Still WIP, doesn't look like IRQ handler works yet.
diff --git a/src/kernel/Jmk b/src/kernel/Jmk index 8beb214..2e842a1 100644 --- a/src/kernel/Jmk +++ b/src/kernel/Jmk
@@ -53,9 +53,9 @@ task_api.o \ faults.o \ lib(ext2) \ + lib(ide) \ lib(ata_pio) \ - lib(pci) \ - lib(ide) + lib(pci) type(custom_link)