search for: gpxe_init

Displaying 3 results from an estimated 3 matches for "gpxe_init".

Did you mean: pxe_init
2014 Jun 09
1
syslinux (pxelinux.0) debug prints
..., > > First of I want to thank you for replying? > Regarding the dprintf(), how I can use it? I need to print strings before > ldlinux.c32 is loaded. (do I need to compile the pxelinux.0 with specific > flag?) Depends, read further. > For example If I want to print something in gpxe_init() which is at the > start of the pxelinux.0 execution, how I can do that? Can you use a serial port? If you can't, this would mean you need to avoid printf()/dprintf() for your debugging and you're looking at a far simpler function, writestr() or attempting to restructure what's in...
2014 May 29
0
syslinux (pxelinux.0) debug prints
...ot 6.03-pre12? > I have to work with this version??? Apparently that???s why I don???t see the prints. I don???t think ldlinux.c32 is loaded yet. how I can print messages in the beginning of pxelinux.0 For example, I need to add print to the following places: pxe_fs_init() in core/fs/pxe/pxe.c gpxe_init in core/fs/pxe/bios.c pxe_call in core/fs/pxe/pxe.c call16 in core/call16.c To be more specific, I have a problem with versions later than 5.01. Until version 5.01 I can boot as usual with no issues. However, when I use pselinux.0 version 5.02 and up, the following problem happens: 1. My PX...
2014 May 29
3
syslinux (pxelinux.0) debug prints
On May 29, 2014 5:25 AM, "Wissam Shoukair" <wissams at mellanox.com> wrote: > > Hi Gene, > > I was wondering how I can set the ?printf? output to be visible on the screen? (I?m using syslinux-6.03-pre02) printf () or dprintf ()? You need to watch what functions are available at the time you want to print. For example, printf isn't available until ldlinux.c32 is