fox32os/applications
jn ffdda5eaca Make use of data.strz
The filesystem image is the same before and after this commit:

$ sha256sum fox32os-orig.img fox32os.img
abc77bd6310b8eb6bcde0a8a442ca8bab071307a6cf5155ea606578435f77d27  fox32os-orig.img
abc77bd6310b8eb6bcde0a8a442ca8bab071307a6cf5155ea606578435f77d27  fox32os.img


The conversion was performed with a few sed commands:

find -name '*.asm' | xargs sed -i -e 's/data.str \("[^"]*"\) data.8 0$/data.strz \1/g'
find -name '*.asm' | xargs sed -i -e 's/data.str \("[^"]*"\) data.8 0 /data.strz \1 /g'
find -name '*.asm' | xargs sed -i -e 's/data.str \("[^"]*"\) data.8 0x00 /data.strz \1 /g'
2023-02-02 03:03:07 +01:00
..
barclock barclock: Fix crash when there is no active window 2023-01-24 17:19:17 -08:00
bg Move user applications into applications directory 2022-12-26 19:05:27 -08:00
foxpaint Make use of data.strz 2023-02-02 03:03:07 +01:00
launcher Make use of data.strz 2023-02-02 03:03:07 +01:00
sh Make use of data.strz 2023-02-02 03:03:07 +01:00
terminal Make use of data.strz 2023-02-02 03:03:07 +01:00