NaTo1000/termux-app-bucket / app /src /main /cpp /termux-bootstrap-zip.S
NaTo1000's picture
download
raw
385 Bytes
.global blob
.global blob_size
.section .rodata
blob:
#if defined __i686__
.incbin "bootstrap-i686.zip"
#elif defined __x86_64__
.incbin "bootstrap-x86_64.zip"
#elif defined __aarch64__
.incbin "bootstrap-aarch64.zip"
#elif defined __arm__
.incbin "bootstrap-arm.zip"
#else
# error Unsupported arch
#endif
1:
blob_size:
.int 1b - blob

Xet Storage Details

Size:
385 Bytes
·
Xet hash:
edaa6f5066a08d9e859f97873d52ab78ac6e9e69972a73cbed23f67e9829f012

Xet efficiently stores files, intelligently splitting them into unique chunks and accelerating uploads and downloads. More info.