Is making an AHCI driver legal?

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
nexos
Member
Member
Posts: 1081
Joined: Tue Feb 18, 2020 3:29 pm
Libera.chat IRC: nexos

Is making an AHCI driver legal?

Post by nexos »

Hello,
I went to get the AHCI spec from Intel, and it said that I need a license to implement it. Does that mean it is illegal if I dont have that license?
Thanks,
nexos
"How did you do this?"
"It's very simple — you read the protocol and write the code." - Bill Joy
Projects: NexNix | libnex | nnpkg
Ethin
Member
Member
Posts: 625
Joined: Sun Jun 23, 2019 5:36 pm
Location: North Dakota, United States

Re: Is making an AHCI driver legal?

Post by Ethin »

I significantly doubt it. I believe that only applies to implementors of the hardware specification, not the software one.
nexos
Member
Member
Posts: 1081
Joined: Tue Feb 18, 2020 3:29 pm
Libera.chat IRC: nexos

Re: Is making an AHCI driver legal?

Post by nexos »

I re-read, and looks that way too @Ethin.
"How did you do this?"
"It's very simple — you read the protocol and write the code." - Bill Joy
Projects: NexNix | libnex | nnpkg
User avatar
Octacone
Member
Member
Posts: 1138
Joined: Fri Aug 07, 2015 6:13 am

Re: Is making an AHCI driver legal?

Post by Octacone »

Yes it is legal. But anyways, nobody would give a damn even if it weren’t.
OS: Basic OS
About: 32 Bit Monolithic Kernel Written in C++ and Assembly, Custom FAT 32 Bootloader
User avatar
austanss
Member
Member
Posts: 377
Joined: Sun Oct 11, 2020 9:46 pm
Location: United States

Re: Is making an AHCI driver legal?

Post by austanss »

As a hobbyist, I seriously doubt anyone would give a ****.

If you were maintaining an OS on the scale of, say, Windows, then you could get into legal trouble (lawsuits) with Intel.
Skylight: https://github.com/austanss/skylight

I make stupid mistakes and my vision is terrible. Not a good combination.

NOTE: Never respond to my posts with "it's too hard".
User avatar
kotovalexarian
Member
Member
Posts: 38
Joined: Tue Nov 24, 2020 10:17 am
Contact:

Re: Is making an AHCI driver legal?

Post by kotovalexarian »

I'd like to note that I don't know any law in any jurisdiction that can prohibit you to just implement a driver. Some laws prohibit reverse engineering and code distribution (just use anonymous accounts).
Post Reply