search for: aericson

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

Did you mean: ericson
2012 May 28
2
[GIT-PULL] fix can't call COM32 module with full path
...est fix for it. Also, please forgive me if this is not a bug and I did something wrong on my end. The following changes since commit 2779b713bdd8644ee2b52962ece6daa209b4ba6b: com32: remove duplicate modules (2012-05-22 20:59:51 -0300) are available in the git repository at: git://github.com/aericson/syslinux.git elflink for you to fetch changes up to 7a505bfa33a2fda1d1a687ef42fe7bbf4c0f37ec: ldlinux: fixes bug that happens when using fullpath for a COM32 module (2012-05-28 07:19:39 -0300) ---------------------------------------------------------------- Andre Ericson (1): ldlinux: fi...
2012 May 23
1
[GIT PULL] Remove duplicate COM32 modules
The following changes since commit 4fc3fd1e14f4c1b9208ef262e5b6aef853e9fce4: graphics: make use of syslinux_force_text_mode() (2012-05-19 02:05:38 -0300) are available in the git repository at: git://github.com/aericson/syslinux.git elflink for you to fetch changes up to 2779b713bdd8644ee2b52962ece6daa209b4ba6b: com32: remove duplicate modules (2012-05-22 20:59:51 -0300) ---------------------------------------------------------------- Andre Ericson (1): com32: remove duplicate modules com32/modules/Ma...
2012 Apr 25
1
GSoC Student
...ding. I will be mainly using this time to read documentation and to get more familiar with the code. If any of you would like to suggest any reading material on the topic I will be happy to look into it. You guys can contact me, if needed, using my e-mail. I'm also on #syslinux at freenode as aericson and on this list of course. Won't take any longer of your time now. Just would like to say thanks for this opportunity, I'm sure this will be an amazing learning experience. I'll do my best to get everything done as perfectly as I can. Kind Regards, -- Andr? Ericson
2012 Oct 31
1
Syslinux-5.00-pre9
...t load ldlinux.c32 Clean up $(GPLLIB) leak ldlinux: Use stdcon instead of rawcon for the console NEWS: Fix some typos README: Clarify the requirements for utils/isohybrid NEWS: Document the VFAT relative path fix Merge branch 'elflink' of git://github.com/aericson/syslinux into elflink diag/mbr: Fix typo in README Merge branch 'master' into elflink NEWS: Document the major changes in 5.00 doc: Document the 'PATH' directive Sebastian Herbszt (2): comboot: fix documentation comboot: remove comapi_chainboot...
2012 Aug 20
13
[PATCH 00/12] Multidisk support
...artition of the first disk. the other accepted syntax is using MBR's 32 bits disk signature so for example: (mbr:0x12345678,2)/foo/bar would address the file /foo/bar at the second partition at the disk that has 0x12345678 as it's signature. The code can be fetched at: git://github.com/aericson/syslinux.git multidisk If I can improve it in anyway, please let me know. Thanks Andre Ericson (11): core: move disklib into core core: initial implementation of fopen with multidisk acess core: add data structure to hold fs_info for all disks/partition core: modify disk cache to work wit...