search for: gsoc09_liu

Displaying 5 results from an estimated 5 matches for "gsoc09_liu".

2009 Dec 14
1
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...
2009 Jun 03
2
[Syslinux-GSoC]Successed in converting the cache code to C
hi there, The cache code of C version worked well(at least for extlinux, and this is what I'm doing). you can go and check it on my git web<http://git.zytor.com/?p=users/liu/gsoc09_liu.git;a=shortlog;h=refs/heads/extlinux> . Besides this, I got some new trouble: the first is about git. When I cloned all the syslinux code from the syslinux.git, then I'll do my work on it. And after adding some new stuff, I should push it on my git web. So, there is the problem. I need do t...
2009 Dec 10
0
Applied the generic path searching to LDLINUX
Hi all, For now I have done the basic improvements(the dir stuff are broken and removed for now) to LDLINUX.You can check this at here http://git.zytor.com/?p=users/liu/gsoc09_liu.git;a=summary since commit 6747b1ba13fbb6266d7d7fe8f710e8475810610c -- regards Liu Aleaxander
2009 Dec 15
0
[GIT PULL] fsc branch
...l the generic VFS-layer, generic path searching and the dir stuff (you can use the dir.c32 module to list the entries in a specified directory) in all the current fs(pxelinux excluded). BTW, I just added a new git repo, called fsc.git, to be my main git repo. Well, in fact, it's a symlink of gsoc09_liu.git, so the both will work(I guess). hpa, should we move our focus on fsc branch from now? -- regards Liu Aleaxander
2009 Oct 25
0
[fsc]Adding a generic path_lookup function in VFS
...gone, and the ext2_searchdir is gone, too. So, there is no definition of 'global variables' in the beginning of ext2.c now. Anyway, with my limit test, it works.And if you find anything wrong, please tell me. Thanks. Last, you can check the commit here<http://git.zytor.com/?p=users/liu/gsoc09_liu.git;a=commit;h=84b1443afbfe24eb6e338e8636e8e3759b9093d5> : -- regards Liu Aleaxander