search for: pxe_fs_init

Displaying 2 results from an estimated 2 matches for "pxe_fs_init".

Did you mean: pm_fs_init
2014 May 29
0
syslinux (pxelinux.0) debug prints
...inux.c32 is loaded. > > Why not 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...
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