Michael D. Setzer II
2010-May-05 04:19 UTC
[syslinux] Got modified cat.c32 working but original display.c32 not working
In the 3.x versions I would copy the original isolinux.bin file, and then run the make command to build the cat.c32 and then just copy that file. Have now done a make, and copied the bin file and all the .c32 files I use to the image, and the cat.c32 is working, but the display.c32 still freezes. Noticed the sizes of some files are different after the make, even thou the source code from them was not changed? Not sure why display isn't working? Even tried just running display with no filename to see if it would print the error message, but it just freezes. Thanks. +----------------------------------------------------------+ Michael D. Setzer II - Computer Science Instructor Guam Community College Computer Center mailto:mikes at kuentos.guam.net mailto:msetzerii at gmail.com http://www.guam.net/home/mikes Guam - Where America's Day Begins +----------------------------------------------------------+ http://setiathome.berkeley.edu (Original) Number of Seti Units Returned: 19,471 Processing time: 32 years, 290 days, 12 hours, 58 minutes (Total Hours: 287,489) BOINC at HOME CREDITS SETI 9628412.959704 | EINSTEIN 3959636.800851 ROSETTA 1894882.412180 | ABC 790361.739164
H. Peter Anvin
2010-May-05 17:22 UTC
[syslinux] Got modified cat.c32 working but original display.c32 not working
On 05/04/2010 09:19 PM, Michael D. Setzer II wrote:> In the 3.x versions I would copy the original isolinux.bin file, and then run > the make command to build the cat.c32 and then just copy that file. Have > now done a make, and copied the bin file and all the .c32 files I use to the > image, and the cat.c32 is working, but the display.c32 still freezes. > > Noticed the sizes of some files are different after the make, even thou the > source code from them was not changed? > > Not sure why display isn't working? > Even tried just running display with no filename to see if it would print the > error message, but it just freezes.The underlying library, *and* the underlying file format is different in Syslinux 4. -hpa