Andy-Python-Programmer / aero

Aero is a new modern, experimental, UNIX-like operating system following the monolithic kernel design. Supporting modern PC features such as long mode, 5-level paging, and SMP (multicore), to name a few.
https://aero.andypy.dev
GNU General Public License v3.0
1.17k stars 50 forks source link

drm: change the name of rawfb to simpledrm #77

Closed ghost closed 2 years ago

ghost commented 2 years ago

In the case of a program or library that checks for the simpledrm driver from linux change the name of rawfb to simpledrm to accommodate it.

Signed-off-by: Yusuf Khan yusisamerican@gmail.com

YusufKhan-gamedev commented 2 years ago

@Andy-Python-Programmer Please dont force push the branch like that when none of the changes have anything to do with the commit in question. Especially dont do it when your going to mess everything up.

Dennisbonke commented 2 years ago

@Andy-Python-Programmer Please dont force push the branch like that when none of the changes have anything to do with the commit in question. Especially dont do it when your going to mess everything up.

While force pushing master is indeed not that great; nothing you can’t fix with a simple pull and rebase. Furthermore, can you just use one GitHub account? And not like 4? It gets confusing really quickly. As for the changes proposed, they look fine to me but I don’t know if there is a legitimate use case at this moment for it.

Andy-Python-Programmer commented 2 years ago

Furthermore, can you just use one GitHub account? And not like 4? It gets confusing really quickly.

According to the GitHub Terms Of Service: "One person or legal entity may maintain no more than one free Account (if you choose to control a machine account as well, that's fine, but it can only be used for running a machine)."

YusufKhan-gamedev commented 2 years ago

eh, sure, why not