search for: 35kb

Displaying 5 results from an estimated 5 matches for "35kb".

Did you mean: 32kb
2005 Jan 25
1
feature request: gzip support in syslinux itself
HPA, is it possible to add GZ support in syslinux itself? Some standalone software compresses very well, but is not compressed. Example is the Memtest86+ binary (90KB uncompressed --> 35KB gzip'd) and maybe Smart Boot Manager (gzip'd COM32 binary instead of normal COM32 binary?). I'm using both on a simple bootdisk, and all space savings are welcome. a workaround could ofcourse be to write each of them to a diskette, then read in the diskette (RAREAD, DISKCOPY, Linux dd,...
2007 May 18
1
Cannot install rsprng package (PR#9697)
...rng" with the following error message: > install.packages("rsprng") trying URL 'http://www.stathy.com/cran/src/contrib/rsprng_0.3-4.tar.gz' Content type 'application/x-tar' length 35934 bytes opened URL ================================================== downloaded 35Kb * Installing *source* package 'rsprng' ... checking for gcc... gcc checking for C compiler default output file name... a.out checking whether the C compiler works... yes checking whether we are cross compiling... no checking for suffix of executables... checking for suffix of object files...
2020 Mar 29
2
LLD bug causing objcopy ELF to binary generation to create large binaries
...setting .PROGBITS attribute for .heap and .stack sections, which leads to large binaries when we do `llvm-objcopy -o binary` to generate the binary output for armv6m. (e.g. for a 57Kb elf would yield a ~400Mb binary). This in comparison with LLVM 7.x , would produce the correct binary size of 35Kb and the elf sections have NOBITS for .heap and .stack sections. I narrowed down the problem to the following commit and the commits around this....Please see below: commit ccba42c7eb3cdfe7824cd4b473a9688e5738fa3a Author: Andrew Ng <anng.sw at gmail.com> Date:   Tue Apr 23 12:38:52 2019 +...
2007 Aug 09
8
How to use OpenVPN with Asterisk
Hello, I want to create a VPN between two Asterisk servers using OpenVPN. How to configure Asterisk and OpenVPN to do that. Thanks. -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.digium.com/pipermail/asterisk-users/attachments/20070809/ddaed76b/attachment.htm
2020 Mar 30
2
LLD bug causing objcopy ELF to binary generation to create large binaries
...ch > leads > to large binaries when we do `llvm-objcopy -o binary` to generate the > binary output for armv6m. (e.g. for a 57Kb elf would yield a ~400Mb > binary). > > This in comparison with LLVM 7.x , would produce the correct > binary size > of 35Kb and the elf sections have NOBITS for .heap and .stack > sections. > > > I narrowed down the problem to the following commit and the commits > around this....Please see below: > > > commit ccba42c7eb3cdfe7824cd4b473a9688e5738fa3a > Author: Andrew Ng &lt...