From c48ce3c8bfb6d1578f2530ed84b8e7b25d435b6d Mon Sep 17 00:00:00 2001 From: Kartik Agaram Date: Sun, 15 Mar 2020 21:03:12 -0700 Subject: 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. --- apps/crenshaw2-1 | Bin 40260 -> 40294 bytes 1 file changed, 0 insertions(+), 0 deletions(-) (limited to 'apps/crenshaw2-1') diff --git a/apps/crenshaw2-1 b/apps/crenshaw2-1 index ce6d02d7..fe3bdfc1 100755 Binary files a/apps/crenshaw2-1 and b/apps/crenshaw2-1 differ -- cgit 1.4.1-2-gfad0