Is there any way to use linux firmware in os project

Question about which tools to use, bugs, the best way to implement a function, etc should go here. Don't forget to see if your question is answered in the wiki first! When in doubt post here.
Post Reply
JustAnotherOSdev
Posts: 1
Joined: Thu Aug 17, 2023 10:59 pm

Is there any way to use linux firmware in os project

Post by JustAnotherOSdev »

Exactly what the title says, i want the ability to add the linux firmware into my os project so i can have more compatibility with different devices without making the drivers myself

Is just as easy as plopping the code in or do i have to fiddle around with other stuff like messing the C code
Octocontrabass
Member
Member
Posts: 5418
Joined: Mon Mar 25, 2013 7:01 pm

Re: Is there any way to use linux firmware in os project

Post by Octocontrabass »

If you're talking about the Linux firmware binaries, those aren't drivers. You'd still need to write your own drivers.
Post Reply