about summary refs log tree commit diff stats
path: root/apps/crenshaw2-1
diff options
context:
space:
mode:
authorKartik Agaram <vc@akkartik.com>2020-03-15 21:03:12 -0700
committerKartik Agaram <vc@akkartik.com>2020-03-15 21:03:12 -0700
commitc48ce3c8bfb6d1578f2530ed84b8e7b25d435b6d (patch)
tree9a7b23b95d9960853aad1be4e6e95b12f300ade8 /apps/crenshaw2-1
parentf559236bdf9103c5f88d8dfc098f3afe3de64e4a (diff)
downloadmu-c48ce3c8bfb6d1578f2530ed84b8e7b25d435b6d.tar.gz
6153 - switch 'main' to use Mu strings
At the SubX level we have to put up with null-terminated kernel strings
for commandline args. But so far we haven't done much with them. Rather
than try to support them we'll just convert them transparently to standard
length-prefixed strings.

In the process I realized that it's not quite right to treat the combination
of argc and argv as an array of kernel strings. Argc counts the number
of elements, whereas the length of an array is usually denominated in bytes.
Diffstat (limited to 'apps/crenshaw2-1')
-rwxr-xr-xapps/crenshaw2-1bin40260 -> 40294 bytes
1 files changed, 0 insertions, 0 deletions
diff --git a/apps/crenshaw2-1 b/apps/crenshaw2-1
index ce6d02d7..fe3bdfc1 100755
--- a/apps/crenshaw2-1
+++ b/apps/crenshaw2-1
Binary files differ