about summary refs log tree commit diff stats
path: root/subx/apps
diff options
context:
space:
mode:
authorKartik Agaram <vc@akkartik.com>2018-10-04 23:02:00 -0700
committerKartik Agaram <vc@akkartik.com>2018-10-04 23:23:48 -0700
commitbccaa72227a5d12932b1d34ae045ffc5689a76e8 (patch)
treecccecebf49d8c911bb6c4ed77913e48665359b37 /subx/apps
parent29c10f7f06530dc8d01cb4711a968088d9559f42 (diff)
downloadmu-bccaa72227a5d12932b1d34ae045ffc5689a76e8.tar.gz
4661
Make segment management a little more consistent between initial segments
and add-on segments (using `mmap`).
Diffstat (limited to 'subx/apps')
-rwxr-xr-xsubx/apps/crenshaw2-1bin1905 -> 1905 bytes
-rwxr-xr-xsubx/apps/factorialbin1903 -> 1903 bytes
2 files changed, 0 insertions, 0 deletions
diff --git a/subx/apps/crenshaw2-1 b/subx/apps/crenshaw2-1
index 5468a4cb..7ea3fe58 100755
--- a/subx/apps/crenshaw2-1
+++ b/subx/apps/crenshaw2-1
Binary files differdiff --git a/subx/apps/factorial b/subx/apps/factorial
index cad39e27..b15f8fc7 100755
--- a/subx/apps/factorial
+++ b/subx/apps/factorial
Binary files differ