Skip to content

Commit

Permalink
kern/drivers: Add hda driver (#139)
Browse files Browse the repository at this point in the history
  • Loading branch information
Qwinci committed Aug 20, 2024
1 parent fe18e95 commit 47e2a16
Show file tree
Hide file tree
Showing 7 changed files with 2,032 additions and 1 deletion.
2 changes: 2 additions & 0 deletions kernel/main.v
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@ import dev.nvme
import dev.serial
import dev.streams
import dev.ahci
import dev.hda
import dev.random
import dev.mouse
import syscall.table
Expand Down Expand Up @@ -69,6 +70,7 @@ fn kmain_thread() {
console.initialise()
serial.initialise()
mouse.initialise()
hda.initialize()

$if !prod {
ata.initialise()
Expand Down
Loading

0 comments on commit 47e2a16

Please sign in to comment.