Live data from Hacker News

Cracking Windows Open: Porting RADV to Win32

collabora.com

1–10 of 29 posts

Re: Cracking Windows Open: Porting RADV to Win32

#2
Developing our own KMD is not really an option

Why not? Fully open-source Windows GPU drivers would be great. Incidentally, this sort of "glue code" is probably something LLM assistance could help greatly with much of the grunt work.

(E.g. there is already a generic framebuffer driver for Win3x/9x: https://news.ycombinator.com/item?id=47646363 but one of the ideas I have --- which anyone else with the time is more than welcome to attempt --- is to port the existing open-source Linux drivers for AMD/NVIDIA/Intel to early Windows versions that never even had closed-source drivers available, giving them full 2D/3D acceleration. Theoretically, something as crazy as CUDA on Windows 95 is possible, and perhaps some vibecoding can turn that into reality. After all, as I write this comment, https://news.ycombinator.com/item?id=49089814 is on the main page.)

Re: Cracking Windows Open: Porting RADV to Win32

#3

Developing our own KMD is not really an option Why not? Fully open-source Windows GPU drivers would be great. Incidentally, this sort of "glue code" is probably something LLM assistance could help greatly with much of the grunt work. (E.g. there is already a generic framebuffer driver for Win3x/9x: https://news.ycombinator.com/item?id=47646363 but one of the ideas I have --- which anyone else with the time is more th…

You can't really develop a kernel-mode driver nowadays without being an incredibly large OEM. Otherwise, you won't be accepted by any anti-cheat.

Re: Cracking Windows Open: Porting RADV to Win32

#4

Developing our own KMD is not really an option Why not? Fully open-source Windows GPU drivers would be great. Incidentally, this sort of "glue code" is probably something LLM assistance could help greatly with much of the grunt work. (E.g. there is already a generic framebuffer driver for Win3x/9x: https://news.ycombinator.com/item?id=47646363 but one of the ideas I have --- which anyone else with the time is more th…

You can't really develop a kernel-mode driver nowadays without being an incredibly large OEM. Otherwise, you won't be accepted by any anti-cheat.

An anti-cheat app would probably be quite surprised to find it's running on Windows 95 anyway.

Re: Cracking Windows Open: Porting RADV to Win32

#5

Developing our own KMD is not really an option Why not? Fully open-source Windows GPU drivers would be great. Incidentally, this sort of "glue code" is probably something LLM assistance could help greatly with much of the grunt work. (E.g. there is already a generic framebuffer driver for Win3x/9x: https://news.ycombinator.com/item?id=47646363 but one of the ideas I have --- which anyone else with the time is more th…

You can't really develop a kernel-mode driver nowadays without being an incredibly large OEM. Otherwise, you won't be accepted by any anti-cheat.

Wireguard...

Re: Cracking Windows Open: Porting RADV to Win32

#6

Developing our own KMD is not really an option Why not? Fully open-source Windows GPU drivers would be great. Incidentally, this sort of "glue code" is probably something LLM assistance could help greatly with much of the grunt work. (E.g. there is already a generic framebuffer driver for Win3x/9x: https://news.ycombinator.com/item?id=47646363 but one of the ideas I have --- which anyone else with the time is more th…

For Windows 3x/9x the common term was VxD, KMD strongly implies an NT derived OS.

Re: Cracking Windows Open: Porting RADV to Win32

#7

Developing our own KMD is not really an option Why not? Fully open-source Windows GPU drivers would be great. Incidentally, this sort of "glue code" is probably something LLM assistance could help greatly with much of the grunt work. (E.g. there is already a generic framebuffer driver for Win3x/9x: https://news.ycombinator.com/item?id=47646363 but one of the ideas I have --- which anyone else with the time is more th…

Certainly OpenGL and DirectX acceleration was a thing in Windows 9x, kind of missing the point.

Re: Cracking Windows Open: Porting RADV to Win32

#8
post #6

Developing our own KMD is not really an option Why not? Fully open-source Windows GPU drivers would be great. Incidentally, this sort of "glue code" is probably something LLM assistance could help greatly with much of the grunt work. (E.g. there is already a generic framebuffer driver for Win3x/9x: https://news.ycombinator.com/item?id=47646363 but one of the ideas I have --- which anyone else with the time is more th…

For Windows 3x/9x the common term was VxD, KMD strongly implies an NT derived OS.

Not only that, Windows NT driver model already changed at least twice since Windows XP, on Vista and Windows 10.

Re: Cracking Windows Open: Porting RADV to Win32

#9

Earlier quoted context omitted.

You can't really develop a kernel-mode driver nowadays without being an incredibly large OEM. Otherwise, you won't be accepted by any anti-cheat.

Wireguard...

Wireguard is blessed by Microsoft, who sign their drivers.
Post reply on HN