Skip to content

Instantly share code, notes, and snippets.

View PimvanderLoos's full-sized avatar

Pim van der Loos PimvanderLoos

  • Groningen, The Netherlands
View GitHub Profile
@rmi1974
rmi1974 / conversion_of_wine_builtins_to_pe_format.md
Last active October 14, 2024 23:02
Conversion of Wine builtins to PE format #wine #mingw #llvm #gcc #pe #elf #commandlinefu

Conversion of Wine builtins to PE format

Status of Conversion

List of Wine builtin fake executables in Wine installation as of Wine 7.16:

mainline-install-7.16-x86_64/lib/wine/x86_64-windows/openal32.dll
mainline-install-7.16-x86_64/lib/wine/x86_64-windows/opengl32.dll
mainline-install-7.16-x86_64/lib/wine/i386-windows/openal32.dll
@chriscandy
chriscandy / install-arch-linux-using-efi-and-grub.md
Last active November 17, 2025 07:04
Install Arch Linux using EFI and GRUB

Installing Arch linux with EFI

  1. Change keyboard layout:

    • loadkeys no
  2. Verify boot mode:

    • ls /sys/firmware/efi/efivars (If the directory exist your computer supports EFI)
  3. Ping some site on the Internet to verify connection:

  • ping archlinux.org