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
Is making an AHCI driver legal?
Re: Is making an AHCI driver legal?
I significantly doubt it. I believe that only applies to implementors of the hardware specification, not the software one.
Re: Is making an AHCI driver legal?
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
About: 32 Bit Monolithic Kernel Written in C++ and Assembly, Custom FAT 32 Bootloader
Re: Is making an AHCI driver legal?
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.
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".
I make stupid mistakes and my vision is terrible. Not a good combination.
NOTE: Never respond to my posts with "it's too hard".
- kotovalexarian
- Member
- Posts: 38
- Joined: Tue Nov 24, 2020 10:17 am
- Contact:
Re: Is making an AHCI driver legal?
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).