Skip to content

Instantly share code, notes, and snippets.

View goshhhy's full-sized avatar
💭
my other computer's a ppc64le

linear cannon goshhhy

💭
my other computer's a ppc64le
View GitHub Profile
@kmcallister
kmcallister / build.sh
Created August 24, 2014 23:41
68k Mac boot floppy example
#!/bin/bash -xe
m68k-unknown-elf-gcc -o demo demo.s -nostdlib
m68k-unknown-elf-objcopy -O binary demo floppy.img