Liu Aleaxander
2009-Dec-14 15:15 UTC
[syslinux] [Syslinux] Applied the generic path searching to ISOLINUX
Hi all, I just applied the generic path searching to ISOLINUX, and you can check it here: http://git.zytor.com/?p=users/liu/gsoc09_liu.git since commit 4bb194f14a43674cced3a8c35d5e625e59db32dc. hpa, for now, all the fs code have been converted to new-style interface and I have done my best to make all the fs C code be clean and readable. Well, it would be great if you take a minute to look at it , and tell me what you think; I'll try to improve it. And, everybody, I would deeply appreciate it if you test & hack it and feedback the results. Thanks! -- regards Liu Aleaxander
Sebastian Herbszt
2009-Dec-14 19:23 UTC
[syslinux] [Syslinux] Applied the generic path searching to ISOLINUX
Liu Aleaxander wrote:> Hi all, > > > I just applied the generic path searching to ISOLINUX, and you can > check it here: > > http://git.zytor.com/?p=users/liu/gsoc09_liu.git > > since commit 4bb194f14a43674cced3a8c35d5e625e59db32dc. > > > hpa, for now, all the fs code have been converted to new-style > interface and I have done my best to make all the fs C code be clean > and readable. Well, it would be great if you take a minute to look at > it , and tell me what you think; I'll try to improve it. > > And, everybody, I would deeply appreciate it if you test & hack it and > feedback the results.It (d84f466df06aa1e696d0ccf703d918d1cedc9911) doesn't seem to compile here: make[1]: Leaving directory `/gsoc09_liu/lzo' fatal: cannot describe 'd84f466df06aa1e696d0ccf703d918d1cedc9911' make[1]: Entering directory `/gsoc09_liu/core' gcc -Wp,-MT,fs/ext2/bmap.o,-MD,fs/ext2/.bmap.o.d -m32 -ffreestanding -fno-stack-protector -fwrapv -freg-struct-return -march=i386 -Os -fomit-frame-pointer -mregparm=3 -DREGPARM=3 -msoft-float -fno-exceptions -fno-asynchronous-unwind-tables -fno-strict-aliasing -falign-functions=0 -falign-jumps=0 -falign-labels=0 -falign-loops=0 -mpreferred-stack-boundary=2 -g -W -Wall -Wno-sign-compare -I./include -I../com32/include -c -o fs/ext2/bmap.o fs/ext2/bmap.c fs/ext2/bmap.c: In function ?bmap_traditional?: fs/ext2/bmap.c:89: error: ?struct fs_info? has no member named ?blk_bits? make[1]: *** [fs/ext2/bmap.o] Error 1 - Sebastian