Skip to content

Instantly share code, notes, and snippets.

@citruz
citruz / QEMU_ON_M1.md
Last active April 17, 2024 15:25
Create Ubuntu and Windows VMs with QEMU on Apple Silicon

Running Linux and Windows on M1 with QEMU

30.11.2020: Updated with the new patchseries and instructions for Windows

02.12.2020: Added tweaks

08.12.2020: Updated with patchseries v4

31.01.2020: Updated with patchseries v6

@citruz
citruz / libdwarf.rb
Created March 7, 2018 10:49 — forked from zlandau/libdwarf.rb
Libdwarf Homebrew Formula
require 'formula'
class Libdwarf < Formula
homepage 'http://libdwarf.sourceforge.net/'
url 'git://git.code.sf.net/p/libdwarf/code', :tag => '20180129'
depends_on 'libelf'
def install
chdir 'libdwarf' do