about summary refs log tree commit diff stats
path: root/subx/teensy/test1.c
diff options
context:
space:
mode:
authorKartik Agaram <vc@akkartik.com>2018-06-27 22:24:12 -0700
committerKartik Agaram <vc@akkartik.com>2018-06-27 22:25:39 -0700
commit3c398ff301cb90f020ed04283c099b9e99146670 (patch)
tree8ef6a10f9c9269d8339afa581dd7daf259d730f6 /subx/teensy/test1.c
parent1d5d645be75691b535fe15e6be9d7855f62dc819 (diff)
downloadmu-3c398ff301cb90f020ed04283c099b9e99146670.tar.gz
4278 - load_elf() isn't actually working yet
Here's a few test binaries generated on 32-bit Linux.
Diffstat (limited to 'subx/teensy/test1.c')
-rw-r--r--subx/teensy/test1.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/subx/teensy/test1.c b/subx/teensy/test1.c
new file mode 100644
index 00000000..16a9e9b6
--- /dev/null
+++ b/subx/teensy/test1.c
@@ -0,0 +1,3 @@
+// https://www.muppetlabs.com/~breadbox/software/tiny/teensy.html
+// gcc -Wall -s test1.c -o test1
+int main() { return 42; }