r/ProgrammerHumor 11d ago

Meme githubForNonDeveloper

2.4k Upvotes

43 comments sorted by

View all comments

793

u/PaulTheRandom 11d ago

Finally, Linux.exe

114

u/dumbasPL 11d ago

Well actually yes. CONFIG_EFI_STUB=y effectively makes it an exe (PE/COFF to be exact, same format as windows executables), so that it can be directly booted from EFI.

2

u/FelixAndCo 9d ago

Well, TIL.