Skip to content

TTWNO/hdaudio-uefi

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

40 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

hdaudio-uefi

An attempt to port the RedoxOS HD Audio driver to pure Rust, with no standard library. Currently in progress towards basic first goal:

  • x86_64-unknown-uefi (nightly, with std)
  • x86_64-unknwon-unknown (no_std)

TODO

  • Re-implement original syscall::* interfaces from original redox-drivers repo.
    • syscall::physmap
    • syscall::physalloc
    • syscall::physfree
    • syscall::setrens
    • syscall::fmap
    • syscall::open
    • syscall::close

About

An Intel HD Audio driver for UEFI

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published